Uses of Record Class
net.minecraft.world.level.block.entity.BeehiveBlockEntity.Occupant
-
Uses of BeehiveBlockEntity.Occupant in net.minecraft.core.component
Modifier and TypeFieldDescriptionstatic final DataComponentType
<List<BeehiveBlockEntity.Occupant>> DataComponents.BEES
-
Uses of BeehiveBlockEntity.Occupant in net.minecraft.world.level.block.entity
Modifier and TypeFieldDescriptionprivate final BeehiveBlockEntity.Occupant
BeehiveBlockEntity.BeeData.occupant
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BeehiveBlockEntity.Occupant> BeehiveBlockEntity.Occupant.CODEC
static final com.mojang.serialization.Codec
<List<BeehiveBlockEntity.Occupant>> BeehiveBlockEntity.Occupant.LIST_CODEC
static final StreamCodec
<io.netty.buffer.ByteBuf, BeehiveBlockEntity.Occupant> BeehiveBlockEntity.Occupant.STREAM_CODEC
Modifier and TypeMethodDescriptionstatic BeehiveBlockEntity.Occupant
BeehiveBlockEntity.Occupant.create
(int p_331115_) static BeehiveBlockEntity.Occupant
BeehiveBlockEntity.BeeData.toOccupant()
Modifier and TypeMethodDescriptionprivate List
<BeehiveBlockEntity.Occupant> BeehiveBlockEntity.getBees()
Modifier and TypeMethodDescriptionprivate static boolean
BeehiveBlockEntity.releaseOccupant
(Level p_155137_, BlockPos p_155138_, BlockState p_155139_, BeehiveBlockEntity.Occupant p_332184_, List<Entity> p_155141_, BeehiveBlockEntity.BeeReleaseStatus p_155142_, BlockPos p_155143_) void
BeehiveBlockEntity.storeBee
(BeehiveBlockEntity.Occupant p_330820_)