Interface DriedGhast

All Superinterfaces:
BlockData, Cloneable, Directional, Waterlogged

public interface DriedGhast extends Directional, Waterlogged
Represents a dried ghast block data.
  • Method Details

    • getHydration

      int getHydration()
      Gets the hydration level of this dried ghast.
      Returns:
      the hydration level, reaching from 0 to getMaximumHydration()
    • setHydration

      void setHydration(int hydration)
      Sets the hydration level of this dried ghast.
      Parameters:
      hydration - the hydration level, reaching from 0 to getMaximumHydration()
    • getMaximumHydration

      int getMaximumHydration()
      Provides the maximum hydration level this dried ghast can reach.
      Returns:
      the maximum level.