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.OccupantBeehiveBlockEntity.BeeData.occupantFields 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.CODECstatic final com.mojang.serialization.Codec<List<BeehiveBlockEntity.Occupant>> BeehiveBlockEntity.Occupant.LIST_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, BeehiveBlockEntity.Occupant> BeehiveBlockEntity.Occupant.STREAM_CODECMethods in net.minecraft.world.level.block.entity that return BeehiveBlockEntity.OccupantModifier and TypeMethodDescriptionstatic BeehiveBlockEntity.OccupantBeehiveBlockEntity.Occupant.create(int ticksInHive) static BeehiveBlockEntity.OccupantBeehiveBlockEntity.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 booleanBeehiveBlockEntity.releaseOccupant(Level level, BlockPos pos, BlockState state, BeehiveBlockEntity.Occupant occupant, List<Entity> storedInHives, BeehiveBlockEntity.BeeReleaseStatus releaseStatus, BlockPos storedFlowerPos) voidBeehiveBlockEntity.storeBee(BeehiveBlockEntity.Occupant occupant) Constructors in net.minecraft.world.level.block.entity with parameters of type BeehiveBlockEntity.Occupant