Uses of Class
net.minecraft.entity.passive.SnowGolemEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.client.render.entity.feature | |
net.minecraft.entity | |
net.minecraft.entity.passive |
-
Uses of SnowGolemEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type SnowGolemEntity Modifier and Type Method Description Identifier
SnowGolemEntityRenderer. getTexture(SnowGolemEntity snowGolemEntity)
-
Uses of SnowGolemEntity in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type SnowGolemEntity Modifier and Type Method Description void
SnowmanPumpkinFeatureRenderer. render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, SnowGolemEntity snowGolemEntity, float float2, float float3, float float4, float float5, float float6, float float7)
Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type SnowGolemEntity Constructor Description SnowmanPumpkinFeatureRenderer(FeatureRendererContext<SnowGolemEntity,SnowGolemEntityModel<SnowGolemEntity>> context)
SnowmanPumpkinFeatureRenderer(FeatureRendererContext<SnowGolemEntity,SnowGolemEntityModel<SnowGolemEntity>> context)
-
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> type, World world)