Uses of Class
net.minecraft.entity.passive.PolarBearEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.client.render.entity.model | |
| net.minecraft.entity | |
| net.minecraft.entity.passive |
-
Uses of PolarBearEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type PolarBearEntity Modifier and Type Method Description IdentifierPolarBearEntityRenderer. getTexture(PolarBearEntity polarBearEntity)protected voidPolarBearEntityRenderer. scale(PolarBearEntity polarBearEntity, MatrixStack matrixStack, float float2) -
Uses of PolarBearEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type PolarBearEntity Modifier and Type Class Description classPolarBearEntityModel<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. canSpawn(EntityType<PolarBearEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)Constructor parameters in net.minecraft.entity.passive with type arguments of type PolarBearEntity Constructor Description PolarBearEntity(EntityType<? extends PolarBearEntity> type, World world)