Package com.loohp.limbo.world
Class BlockState
java.lang.Object
com.loohp.limbo.world.BlockState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getProperty
(String key) net.kyori.adventure.key.Key
getType()
int
hashCode()
void
setProperties
(Map<String, String> mapping) <T> void
setProperty
(String key, T value) void
setType
(net.kyori.adventure.key.Key Key) net.querz.nbt.tag.CompoundTag
-
Constructor Details
-
BlockState
public BlockState(net.querz.nbt.tag.CompoundTag tag)
-
-
Method Details
-
toCompoundTag
public net.querz.nbt.tag.CompoundTag toCompoundTag() -
getType
public net.kyori.adventure.key.Key getType() -
setType
public void setType(net.kyori.adventure.key.Key Key) -
getProperties
-
getProperty
-
setProperties
-
setProperty
-
equals
-
hashCode
public int hashCode()
-