Skip to main content

Module entities

Module entities 

Source
Expand description

Block entity implementations.

Modulesยง

barrel ๐Ÿ”’
Barrel block entity implementation.
beehive ๐Ÿ”’
Beehive block entity implementation.
comparator ๐Ÿ”’
Comparator block-entity output storage.
daylight_detector ๐Ÿ”’
Stateless ticking storage for daylight detectors.
end_gateway ๐Ÿ”’
End gateway block entity.
end_portal ๐Ÿ”’
End portal block entity.
piston_moving ๐Ÿ”’
Vanilla moving-piston block entity.
potent_sulfur ๐Ÿ”’
PotentSulfurBlockEntity for geyser eruption
raw ๐Ÿ”’
NBT-preserving fallback block entity.
sign ๐Ÿ”’
Sign block entity implementation.

Structsยง

BarrelBlockEntity
Barrel block entity.
BeehiveBlockEntity
Beehive and bee nest block entity.
ComparatorBlockEntity
Vanilla ComparatorBlockEntity.
DaylightDetectorBlockEntity
Vanilla DaylightDetectorBlockEntity.
EndGatewayBlockEntity
Vanilla TheEndGatewayBlockEntity.
EndPortalBlockEntity
Vanilla TheEndPortalBlockEntity.
PistonMovingBlockEntity
Vanilla PistonMovingBlockEntity.
PotentSulfurBlockEntity
Block entity for potent_sulfur blocks
RawBlockEntity
Steel-specific fallback for block entity types whose runtime behavior is not implemented yet.
SignBlockEntity
Sign block entity.
SignText
Text and styling for one side of a sign.

Constantsยง

BARREL_SLOTS
Number of slots in a barrel (3 rows of 9).
BEEHIVE_MAX_OCCUPANTS
Maximum number of occupants in a vanilla beehive.
BEEHIVE_MIN_OCCUPATION_TICKS_NECTARLESS
Minimum occupation time for bees without nectar.
SIGN_LINES
Number of text lines on each side of a sign.