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 p_331115_) 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 p_155137_, BlockPos p_155138_, BlockState p_155139_, BeehiveBlockEntity.Occupant p_332184_, List<Entity> p_155141_, BeehiveBlockEntity.BeeReleaseStatus p_155142_, BlockPos p_155143_) voidBeehiveBlockEntity.storeBee(BeehiveBlockEntity.Occupant p_330820_) Constructors in net.minecraft.world.level.block.entity with parameters of type BeehiveBlockEntity.Occupant