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 BeeEntity -
Uses of BeeEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type BeeEntityModifier and TypeMethodDescriptionBeeEntityRenderer.getTexture
(BeeEntity beeEntity) void
BeeEntityRenderer.render
(BeeEntity beeEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) -
Uses of BeeEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type BeeEntityModifier and TypeClassDescriptionclass
BeeEntityModel<T extends BeeEntity>
Represents the model of a BeeEntity. -
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
Fields in net.minecraft.entity.passive declared as BeeEntityMethods 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) class_8402
(BeeEntity beeEntity) (package private)
class_8403
(BeeEntity beeEntity) (package private)
class_8404
(BeeEntity beeEntity) (package private)
StingTargetGoal
(BeeEntity bee) Constructor parameters in net.minecraft.entity.passive with type arguments of type BeeEntity -
Uses of BeeEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return types with arguments of type BeeEntity -
Uses of BeeEntity in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type BeeEntity