Package de.eimmer.block.data.type
Interface Beehive
- All Superinterfaces:
BlockData
,Cloneable
,Directional
'honey_level' represents the amount of honey stored in the hive.
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the value of the 'honey_level' property.int
Gets the maximum allowed value of the 'honey_level' property.void
setHoneyLevel
(int honeyLevel) Sets the value of the 'honey_level' 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
-
Method Details
-
getHoneyLevel
int getHoneyLevel()Gets the value of the 'honey_level' property.- Returns:
- the 'honey_level' value
-
setHoneyLevel
void setHoneyLevel(int honeyLevel) Sets the value of the 'honey_level' property.- Parameters:
honeyLevel
- the new 'honey_level' value
-
getMaximumHoneyLevel
int getMaximumHoneyLevel()Gets the maximum allowed value of the 'honey_level' property.- Returns:
- the maximum 'honey_level' value
-