Uses of Class
net.minecraft.entity.passive.PolarBearEntity
-
Packages that use PolarBearEntity Package Description net.minecraft.client.renderer.entity net.minecraft.client.renderer.entity.model net.minecraft.entity net.minecraft.entity.passive -
-
Uses of PolarBearEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type PolarBearEntity Modifier and Type Method Description ResourceLocationPolarBearRenderer. getTextureLocation(PolarBearEntity p_110775_1_)protected voidPolarBearRenderer. scale(PolarBearEntity p_225620_1_, MatrixStack p_225620_2_, float p_225620_3_) -
Uses of PolarBearEntity in net.minecraft.client.renderer.entity.model
Classes in net.minecraft.client.renderer.entity.model with type parameters of type PolarBearEntity Modifier and Type Class Description classPolarBearModel<T extends PolarBearEntity> -
Uses of PolarBearEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type PolarBearEntity Modifier and Type Field Description static EntityType<PolarBearEntity>EntityType. POLAR_BEAR -
Uses of PolarBearEntity in net.minecraft.entity.passive
Method parameters in net.minecraft.entity.passive with type arguments of type PolarBearEntity Modifier and Type Method Description static booleanPolarBearEntity. checkPolarBearSpawnRules(EntityType<PolarBearEntity> p_223320_0_, IWorld p_223320_1_, SpawnReason p_223320_2_, BlockPos p_223320_3_, java.util.Random p_223320_4_)Constructor parameters in net.minecraft.entity.passive with type arguments of type PolarBearEntity Constructor Description PolarBearEntity(EntityType<? extends PolarBearEntity> p_i50249_1_, World p_i50249_2_)
-