Uses of Class
net.minecraft.entity.passive.BeeEntity
-
-
Uses of BeeEntity in net.minecraft.client.audio
Fields in net.minecraft.client.audio declared as BeeEntity Modifier and Type Field Description protected BeeEntity
BeeSound. bee
Constructors in net.minecraft.client.audio with parameters of type BeeEntity Constructor Description BeeAngrySound(BeeEntity p_i226058_1_)
BeeFlightSound(BeeEntity p_i226059_1_)
BeeSound(BeeEntity p_i226060_1_, SoundEvent p_i226060_2_, SoundCategory p_i226060_3_)
-
Uses of BeeEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type BeeEntity Modifier and Type Method Description ResourceLocation
BeeRenderer. getTextureLocation(BeeEntity p_110775_1_)
-
Uses of BeeEntity in net.minecraft.client.renderer.entity.model
Classes in net.minecraft.client.renderer.entity.model with type parameters of type BeeEntity Modifier and Type Class Description class
BeeModel<T extends BeeEntity>
-
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. getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_)
Constructors in net.minecraft.entity.passive with parameters of type BeeEntity Constructor Description AngerGoal(BeeEntity p_i225726_2_)
AttackPlayerGoal(BeeEntity p_i225719_1_)
Constructor parameters in net.minecraft.entity.passive with type arguments of type BeeEntity Constructor Description BeeEntity(EntityType<? extends BeeEntity> p_i225714_1_, World p_i225714_2_)
-
Uses of BeeEntity in net.minecraft.network
Methods in net.minecraft.network with parameters of type BeeEntity Modifier and Type Method Description static void
DebugPacketSender. sendBeeInfo(BeeEntity p_229749_0_)
-
Uses of BeeEntity in net.minecraft.tileentity
Methods in net.minecraft.tileentity with parameters of type BeeEntity Modifier and Type Method Description private void
BeehiveTileEntity. setBeeReleaseData(int p_235650_1_, BeeEntity p_235650_2_)
-