Uses of Class
net.minecraft.world.entity.animal.bee.Bee
Packages that use Bee
Package
Description
-
Uses of Bee in net.minecraft.client.renderer.entity
Subclasses with type arguments of type Bee in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type BeeModifier and TypeMethodDescriptionvoidBeeRenderer.extractRenderState(Bee entity, BeeRenderState state, float partialTicks) -
Uses of Bee in net.minecraft.client.resources.sounds
Fields in net.minecraft.client.resources.sounds declared as BeeConstructors in net.minecraft.client.resources.sounds with parameters of type Bee -
Uses of Bee in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Bee -
Uses of Bee in net.minecraft.world.entity.animal.bee
Methods in net.minecraft.world.entity.animal.bee that return BeeModifier and TypeMethodDescription@Nullable BeeBee.getBreedOffspring(ServerLevel level, AgeableMob partner) Constructors in net.minecraft.world.entity.animal.bee with parameters of type BeeConstructor parameters in net.minecraft.world.entity.animal.bee with type arguments of type Bee -
Uses of Bee in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity with parameters of type BeeModifier and TypeMethodDescriptionvoidBeehiveBlockEntity.addOccupant(Bee bee) private static voidBeehiveBlockEntity.Occupant.setBeeReleaseData(int ticksInHive, Bee bee)