Package org.bukkit.block.data.type
Interface SculkShrieker
- All Superinterfaces:
- BlockData,- Cloneable,- Waterlogged
'can_summon' indicates whether the sculk shrieker can summon the warden.
 
'shrieking' indicated whether the sculk shrieker is shrieking or not.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGets the value of the 'can_summon' property.booleanGets the value of the 'shrieking' property.voidsetCanSummon(boolean can_summon) Sets the value of the 'can_summon' property.voidsetShrieking(boolean shrieking) Sets the value of the 'shrieking' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, requiresCorrectToolForDropsMethods inherited from interface org.bukkit.block.data.WaterloggedisWaterlogged, setWaterlogged
- 
Method Details- 
isCanSummonboolean isCanSummon()Gets the value of the 'can_summon' property.- Returns:
- the 'can_summon' value
 
- 
setCanSummonvoid setCanSummon(boolean can_summon) Sets the value of the 'can_summon' property.- Parameters:
- can_summon- the new 'can_summon' value
 
- 
isShriekingboolean isShrieking()Gets the value of the 'shrieking' property.- Returns:
- the 'shrieking' value
 
- 
setShriekingvoid setShrieking(boolean shrieking) Sets the value of the 'shrieking' property.- Parameters:
- shrieking- the new 'shrieking' value
 
 
-