Package org.bukkit.block.data.type
Interface Campfire
- All Superinterfaces:
- BlockData,- Cloneable,- Directional,- Lightable,- Waterlogged
'signal_fire' denotes whether the fire is extra smokey due to having a hay
 bale placed beneath it.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGets the value of the 'signal_fire' property.voidsetSignalFire(boolean signalFire) Sets the value of the 'signal_fire' 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.DirectionalgetFaces, getFacing, setFacingMethods inherited from interface org.bukkit.block.data.WaterloggedisWaterlogged, setWaterlogged
- 
Method Details- 
isSignalFireboolean isSignalFire()Gets the value of the 'signal_fire' property.- Returns:
- the 'signal_fire' value
 
- 
setSignalFirevoid setSignalFire(boolean signalFire) Sets the value of the 'signal_fire' property.- Parameters:
- signalFire- the new 'signal_fire' value
 
 
-