Uses of Record Class
net.minecraft.block.entity.BeehiveBlockEntity.class_9309
Packages that use BeehiveBlockEntity.class_9309
Package
Description
The base package for all Minecraft classes.
-
Uses of BeehiveBlockEntity.class_9309 in net.minecraft
Fields in net.minecraft with type parameters of type BeehiveBlockEntity.class_9309Modifier and TypeFieldDescriptionstatic final class_9331<List<BeehiveBlockEntity.class_9309>> class_9334.BEES -
Uses of BeehiveBlockEntity.class_9309 in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as BeehiveBlockEntity.class_9309Modifier and TypeFieldDescriptionprivate final BeehiveBlockEntity.class_9309BeehiveBlockEntity.Bee.field_49410Fields in net.minecraft.block.entity with type parameters of type BeehiveBlockEntity.class_9309Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BeehiveBlockEntity.class_9309> BeehiveBlockEntity.class_9309.field_49411static final com.mojang.serialization.Codec<List<BeehiveBlockEntity.class_9309>> BeehiveBlockEntity.class_9309.field_49412static final PacketCodec<ByteBuf, BeehiveBlockEntity.class_9309> BeehiveBlockEntity.class_9309.field_49413Methods in net.minecraft.block.entity that return BeehiveBlockEntity.class_9309Modifier and TypeMethodDescriptionBeehiveBlockEntity.Bee.method_57582()BeehiveBlockEntity.class_9309.method_57584(int int2) BeehiveBlockEntity.class_9309.method_57586(Entity entity) Methods in net.minecraft.block.entity that return types with arguments of type BeehiveBlockEntity.class_9309Modifier and TypeMethodDescriptionprivate List<BeehiveBlockEntity.class_9309> BeehiveBlockEntity.method_57580()Methods in net.minecraft.block.entity with parameters of type BeehiveBlockEntity.class_9309Modifier and TypeMethodDescriptionvoidBeehiveBlockEntity.addBee(BeehiveBlockEntity.class_9309 class_9309) private static booleanBeehiveBlockEntity.releaseBee(World world, BlockPos pos, BlockState state, BeehiveBlockEntity.class_9309 bee, @Nullable List<Entity> entities, BeehiveBlockEntity.BeeState beeState, @Nullable BlockPos flowerPos) Constructors in net.minecraft.block.entity with parameters of type BeehiveBlockEntity.class_9309