Package org.bukkit.block.data.type
Interface Cake
'bites' represents the amount of bites which have been taken from this slice
of cake.
A value of 0 indicates that the cake has not been eaten, whilst a value of
A value of 0 indicates that the cake has not been eaten, whilst a value of
getMaximumBites()
indicates that it is all gone :(-
Method Summary
Methods inherited from interface org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
-
Method Details
-
getBites
int getBites()Gets the value of the 'bites' property.- Returns:
- the 'bites' value
-
setBites
void setBites(int bites) Sets the value of the 'bites' property.- Parameters:
bites
- the new 'bites' value
-
getMaximumBites
int getMaximumBites()Gets the maximum allowed value of the 'bites' property.- Returns:
- the maximum 'bites' value
-