Class BlockState

java.lang.Object
com.loohp.limbo.world.BlockState

public class BlockState extends Object
  • 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

      public Map<String,String> getProperties()
    • getProperty

      public String getProperty(String key)
    • setProperties

      public void setProperties(Map<String,String> mapping)
    • setProperty

      public <T> void setProperty(String key, T value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object