Package de.eimmer.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 Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the 'signal_fire' property.void
setSignalFire
(boolean signalFire) Sets the value of the 'signal_fire' property.Methods inherited from interface de.eimmer.block.data.BlockData
clone, createBlockState, getAsString, getAsString, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
Methods inherited from interface de.eimmer.block.data.Directional
getFaces, getFacing, setFacing
Methods inherited from interface de.eimmer.block.data.Waterlogged
isWaterlogged, setWaterlogged
-
Method Details
-
isSignalFire
boolean isSignalFire()Gets the value of the 'signal_fire' property.- Returns:
- the 'signal_fire' value
-
setSignalFire
void setSignalFire(boolean signalFire) Sets the value of the 'signal_fire' property.- Parameters:
signalFire
- the new 'signal_fire' value
-