Interface IBlockState


  • public interface IBlockState
    This code is owned by Minecraft
    • Method Detail

      • getPropertyNames

        java.util.Collection<IProperty> getPropertyNames()
      • getValue

        <T extends java.lang.Comparable<T>> T getValue​(IProperty<T> property)
      • withProperty

        <T extends java.lang.Comparable<T>,​V extends T> IBlockState withProperty​(IProperty<T> property,
                                                                                       V value)
      • cycleProperty

        <T extends java.lang.Comparable<T>> IBlockState cycleProperty​(IProperty<T> property)
      • getProperties

        com.google.common.collect.ImmutableMap<IProperty,​java.lang.Comparable> getProperties()
      • getBlock

        net.minecraft.block.Block getBlock()