Interface PotentSulfur
'potent_sulfur_state' represents the environmental state of the block and whether it can form a geyser.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe environmental state of the potent sulfur. -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the 'potent_sulfur_state' property.voidSets the value of the 'potent_sulfur_state' property.Methods inherited from interface BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isReplaceable, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
-
Method Details
-
getPotentSulfurState
PotentSulfur.State getPotentSulfurState()Gets the value of the 'potent_sulfur_state' property.- Returns:
- the 'potent_sulfur_state' value
-
setPotentSulfurState
Sets the value of the 'potent_sulfur_state' property.- Parameters:
state- the new 'potent_sulfur_state' value
-