Uses of Class
net.minecraft.entity.passive.SnowGolemEntity
-
Packages that use SnowGolemEntity Package Description net.minecraft.client.renderer.entity net.minecraft.client.renderer.entity.layers net.minecraft.entity net.minecraft.entity.passive -
-
Uses of SnowGolemEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type SnowGolemEntity Modifier and Type Method Description ResourceLocation
SnowManRenderer. getTextureLocation(SnowGolemEntity p_110775_1_)
-
Uses of SnowGolemEntity in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type SnowGolemEntity Modifier and Type Method Description void
SnowmanHeadLayer. render(MatrixStack p_225628_1_, IRenderTypeBuffer p_225628_2_, int p_225628_3_, SnowGolemEntity p_225628_4_, float p_225628_5_, float p_225628_6_, float p_225628_7_, float p_225628_8_, float p_225628_9_, float p_225628_10_)
Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type SnowGolemEntity Constructor Description SnowmanHeadLayer(IEntityRenderer<SnowGolemEntity,SnowManModel<SnowGolemEntity>> p_i50922_1_)
SnowmanHeadLayer(IEntityRenderer<SnowGolemEntity,SnowManModel<SnowGolemEntity>> p_i50922_1_)
-
Uses of SnowGolemEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type SnowGolemEntity Modifier and Type Field Description static EntityType<SnowGolemEntity>
EntityType. SNOW_GOLEM
-
Uses of SnowGolemEntity in net.minecraft.entity.passive
Constructor parameters in net.minecraft.entity.passive with type arguments of type SnowGolemEntity Constructor Description SnowGolemEntity(EntityType<? extends SnowGolemEntity> p_i50244_1_, World p_i50244_2_)
-