Uses of Class
net.minecraft.entity.passive.BeeEntity
-
Uses of BeeEntity in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type BeeEntity Modifier and Type Method Description private static void
BeehiveBlockEntity. ageBee(int ticks, BeeEntity bee)
-
Uses of BeeEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type BeeEntity Modifier and Type Method Description Identifier
BeeEntityRenderer. getTexture(BeeEntity beeEntity)
-
Uses of BeeEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type BeeEntity Modifier and Type Class Description class
BeeEntityModel<T extends BeeEntity>
-
Uses of BeeEntity in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as BeeEntity Modifier and Type Field Description protected BeeEntity
AbstractBeeSoundInstance. bee
Constructors in net.minecraft.client.sound with parameters of type BeeEntity Constructor Description AbstractBeeSoundInstance(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 Modifier and Type Field Description static EntityType<BeeEntity>
EntityType. BEE
-
Uses of BeeEntity in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return BeeEntity Modifier and Type Method Description BeeEntity
BeeEntity. createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)
Constructors in net.minecraft.entity.passive with parameters of type BeeEntity Constructor Description BeeFollowTargetGoal(BeeEntity bee)
BeeRevengeGoal(BeeEntity bee)
Constructor parameters in net.minecraft.entity.passive with type arguments of type BeeEntity Constructor Description BeeEntity(EntityType<? extends BeeEntity> type, World world)
-
Uses of BeeEntity in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type BeeEntity Modifier and Type Method Description static void
DebugInfoSender. sendBeeDebugData(BeeEntity bee)