Uses of Class
net.minecraft.world.entity.animal.Bee
Packages that use Bee
Package
Description
-
Uses of Bee in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type BeeModifier and TypeMethodDescriptionvoid
BeeRenderer.extractRenderState
(Bee p_362879_, BeeRenderState p_360596_, float p_365357_) -
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 BeeModifierConstructorDescriptionBeeFlyingSoundInstance
(Bee pBee) BeeSoundInstance
(Bee pBee, SoundEvent pSoundEvent, SoundSource pSource) -
Uses of Bee in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game 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
Methods in net.minecraft.world.entity.animal that return BeeModifier and TypeMethodDescriptionBee.getBreedOffspring
(ServerLevel pLevel, AgeableMob pOtherParent) Constructors in net.minecraft.world.entity.animal with parameters of type BeeModifierConstructorDescription(package private)
BeeBecomeAngryTargetGoal
(Bee pMob) (package private)
BeeHurtByOtherGoal
(Bee pMob) Constructor parameters in net.minecraft.world.entity.animal 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 TypeMethodDescriptionvoid
BeehiveBlockEntity.addOccupant
(Bee pBee) private static void
BeehiveBlockEntity.Occupant.setBeeReleaseData
(int pTicksInHive, Bee pBee)