Uses of Record Class
net.minecraft.block.entity.BeehiveBlockEntity.BeeData
Packages that use BeehiveBlockEntity.BeeData
-
Uses of BeehiveBlockEntity.BeeData in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as BeehiveBlockEntity.BeeDataModifier and TypeFieldDescriptionprivate final BeehiveBlockEntity.BeeData
BeehiveBlockEntity.Bee.data
Fields in net.minecraft.block.entity with type parameters of type BeehiveBlockEntity.BeeDataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BeehiveBlockEntity.BeeData> BeehiveBlockEntity.BeeData.CODEC
static final com.mojang.serialization.Codec
<List<BeehiveBlockEntity.BeeData>> BeehiveBlockEntity.BeeData.LIST_CODEC
static final PacketCodec
<ByteBuf, BeehiveBlockEntity.BeeData> BeehiveBlockEntity.BeeData.PACKET_CODEC
Methods in net.minecraft.block.entity that return BeehiveBlockEntity.BeeDataModifier and TypeMethodDescriptionstatic BeehiveBlockEntity.BeeData
BeehiveBlockEntity.BeeData.create
(int ticksInHive) BeehiveBlockEntity.Bee.createData()
static BeehiveBlockEntity.BeeData
Methods in net.minecraft.block.entity that return types with arguments of type BeehiveBlockEntity.BeeDataModifier and TypeMethodDescriptionprivate List
<BeehiveBlockEntity.BeeData> BeehiveBlockEntity.createBeesData()
Methods in net.minecraft.block.entity with parameters of type BeehiveBlockEntity.BeeDataModifier and TypeMethodDescriptionvoid
BeehiveBlockEntity.addBee
(BeehiveBlockEntity.BeeData bee) private static boolean
BeehiveBlockEntity.releaseBee
(World world, BlockPos pos, BlockState state, BeehiveBlockEntity.BeeData bee, @Nullable List<Entity> entities, BeehiveBlockEntity.BeeState beeState, @Nullable BlockPos flowerPos) Constructors in net.minecraft.block.entity with parameters of type BeehiveBlockEntity.BeeData -
Uses of BeehiveBlockEntity.BeeData in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type BeehiveBlockEntity.BeeDataModifier and TypeFieldDescriptionprivate final List
<BeehiveBlockEntity.BeeData> BeesComponent.bees
The field for thebees
record component.Methods in net.minecraft.component.type that return types with arguments of type BeehiveBlockEntity.BeeDataModifier and TypeMethodDescriptionBeesComponent.bees()
Returns the value of thebees
record component.Constructor parameters in net.minecraft.component.type with type arguments of type BeehiveBlockEntity.BeeData