接口 SculkShrieker

所有超级接口:
BlockData, Cloneable, Waterlogged

public interface SculkShrieker extends Waterlogged
'can_summon' indicates whether the sculk shrieker can summon the warden.

'shrieking' indicated whether the sculk shrieker is shrieking or not.

  • 方法详细资料

    • isCanSummon

      boolean isCanSummon()
      Gets the value of the 'can_summon' property.
      返回:
      the 'can_summon' value
    • setCanSummon

      void setCanSummon(boolean can_summon)
      Sets the value of the 'can_summon' property.
      参数:
      can_summon - the new 'can_summon' value
    • isShrieking

      boolean isShrieking()
      Gets the value of the 'shrieking' property.
      返回:
      the 'shrieking' value
    • setShrieking

      void setShrieking(boolean shrieking)
      Sets the value of the 'shrieking' property.
      参数:
      shrieking - the new 'shrieking' value