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.BeeDataBeehiveBlockEntity.Bee.dataFields in net.minecraft.block.entity with type parameters of type BeehiveBlockEntity.BeeDataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BeehiveBlockEntity.BeeData> BeehiveBlockEntity.BeeData.CODECstatic final com.mojang.serialization.Codec<List<BeehiveBlockEntity.BeeData>> BeehiveBlockEntity.BeeData.LIST_CODECstatic final PacketCodec<ByteBuf, BeehiveBlockEntity.BeeData> BeehiveBlockEntity.BeeData.PACKET_CODECMethods in net.minecraft.block.entity that return BeehiveBlockEntity.BeeDataModifier and TypeMethodDescriptionstatic BeehiveBlockEntity.BeeDataBeehiveBlockEntity.BeeData.create(int ticksInHive) BeehiveBlockEntity.Bee.createData()static BeehiveBlockEntity.BeeDataMethods 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 TypeMethodDescriptionvoidBeehiveBlockEntity.addBee(BeehiveBlockEntity.BeeData bee) private static booleanBeehiveBlockEntity.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.beesThe field for thebeesrecord component.Methods in net.minecraft.component.type that return types with arguments of type BeehiveBlockEntity.BeeDataModifier and TypeMethodDescriptionBeesComponent.bees()Returns the value of thebeesrecord component.Constructor parameters in net.minecraft.component.type with type arguments of type BeehiveBlockEntity.BeeData