Interface HangingMoss

All Superinterfaces:
BlockData, Cloneable

@Experimental @MinecraftExperimental(WINTER_DROP) public interface HangingMoss extends BlockData
'tip' indicates whether this block is a tip.
  • Method Details

    • isTip

      boolean isTip()
      Gets the value of the 'tip' property.
      Returns:
      the 'tip' value
    • setTip

      void setTip(boolean tip)
      Sets the value of the 'tip' property.
      Parameters:
      tip - the new 'tip' value