Uses of Class
net.minecraft.entity.passive.BeeEntity
Packages that use BeeEntity
Package
Description
-
Uses of BeeEntity in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type BeeEntityModifier and TypeMethodDescriptionprivate static void
BeehiveBlockEntity.BeeData.tickEntity
(int ticksInHive, BeeEntity beeEntity) void
BeehiveBlockEntity.tryEnterHive
(BeeEntity entity) -
Uses of BeeEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type BeeEntityModifier and TypeMethodDescriptionvoid
BeeEntityRenderer.updateRenderState
(BeeEntity beeEntity, BeeEntityRenderState beeEntityRenderState, float float2) -
Uses of BeeEntity in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as BeeEntityConstructors in net.minecraft.client.sound with parameters of type BeeEntityModifierConstructorDescriptionAbstractBeeSoundInstance
(BeeEntity entity, SoundEvent sound, SoundCategory soundCategory) AggressiveBeeSoundInstance
(BeeEntity entity) PassiveBeeSoundInstance
(BeeEntity entity) -
Uses of BeeEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type BeeEntity -
Uses of BeeEntity in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return BeeEntityModifier and TypeMethodDescriptionBeeEntity.createChild
(ServerWorld serverWorld, PassiveEntity passiveEntity) Constructors in net.minecraft.entity.passive with parameters of type BeeEntityModifierConstructorDescription(package private)
BeeRevengeGoal
(BeeEntity bee) (package private)
StingTargetGoal
(BeeEntity bee) Constructor parameters in net.minecraft.entity.passive with type arguments of type BeeEntity -
Uses of BeeEntity in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type BeeEntity