Uses of Record Class
net.minecraft.world.level.block.entity.BeehiveBlockEntity.Occupant
Packages that use BeehiveBlockEntity.Occupant
-
Uses of BeehiveBlockEntity.Occupant in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type BeehiveBlockEntity.OccupantModifier and TypeFieldDescriptionstatic final DataComponentType
<List<BeehiveBlockEntity.Occupant>> DataComponents.BEES
-
Uses of BeehiveBlockEntity.Occupant in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as BeehiveBlockEntity.OccupantModifier and TypeFieldDescriptionprivate final BeehiveBlockEntity.Occupant
BeehiveBlockEntity.BeeData.occupant
Fields in net.minecraft.world.level.block.entity with type parameters of type BeehiveBlockEntity.OccupantModifier 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
Methods in net.minecraft.world.level.block.entity that return BeehiveBlockEntity.OccupantModifier and TypeMethodDescriptionstatic BeehiveBlockEntity.Occupant
BeehiveBlockEntity.Occupant.create
(int p_331115_) static BeehiveBlockEntity.Occupant
BeehiveBlockEntity.BeeData.toOccupant()
Methods in net.minecraft.world.level.block.entity that return types with arguments of type BeehiveBlockEntity.OccupantModifier and TypeMethodDescriptionprivate List
<BeehiveBlockEntity.Occupant> BeehiveBlockEntity.getBees()
Methods in net.minecraft.world.level.block.entity with parameters of type BeehiveBlockEntity.OccupantModifier 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_) Constructors in net.minecraft.world.level.block.entity with parameters of type BeehiveBlockEntity.Occupant