Class Step

  • All Implemented Interfaces:
    Cloneable

    @Deprecated
    public class Step
    extends TexturedMaterial
    Deprecated.
    all usage of MaterialData is deprecated and subject to removal. Use BlockData.
    Represents the different types of steps.
    • Constructor Detail

      • Step

        public Step()
        Deprecated.
      • Step

        public Step​(Material type)
        Deprecated.
      • Step

        @Deprecated
        public Step​(Material type,
                    byte data)
        Deprecated.
        Magic value
        Parameters:
        type - the type
        data - the raw data value
    • Method Detail

      • getTextures

        public List<Material> getTextures()
        Deprecated.
        Description copied from class: TexturedMaterial
        Retrieve a list of possible textures. The first element of the list will be used as a default.
        Specified by:
        getTextures in class TexturedMaterial
        Returns:
        a list of possible textures for this block
      • isInverted

        public boolean isInverted()
        Deprecated.
        Test if step is inverted
        Returns:
        true if inverted (top half), false if normal (bottom half)
      • setInverted

        public void setInverted​(boolean inv)
        Deprecated.
        Set step inverted state
        Parameters:
        inv - - true if step is inverted (top half), false if step is normal (bottom half)