Interface TechnicalPiston

All Superinterfaces:
BlockData, Cloneable, Directional
All Known Subinterfaces:
PistonHead

public interface TechnicalPiston extends Directional
'type' represents the type of piston which this (technical) block corresponds to.
  • Method Details

    • getType

      @NotNull TechnicalPiston.Type getType()
      Gets the value of the 'type' property.
      Returns:
      the 'type' value
    • setType

      void setType(@NotNull TechnicalPiston.Type type)
      Sets the value of the 'type' property.
      Parameters:
      type - the new 'type' value