Uses of Class
net.minecraft.entity.passive.SheepEntity
-
Uses of SheepEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type SheepEntity Modifier and Type Method Description IdentifierSheepEntityRenderer. getTexture(SheepEntity sheepEntity) -
Uses of SheepEntity in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature with type parameters of type SheepEntity Modifier and Type Field Description private SheepWoolEntityModel<SheepEntity>SheepWoolFeatureRenderer. modelMethods in net.minecraft.client.render.entity.feature with parameters of type SheepEntity Modifier and Type Method Description voidSheepWoolFeatureRenderer. render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, SheepEntity sheepEntity, 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 SheepEntity Constructor Description SheepWoolFeatureRenderer(FeatureRendererContext<SheepEntity,SheepEntityModel<SheepEntity>> context, EntityModelLoader loader)SheepWoolFeatureRenderer(FeatureRendererContext<SheepEntity,SheepEntityModel<SheepEntity>> context, EntityModelLoader loader) -
Uses of SheepEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type SheepEntity Modifier and Type Class Description classSheepEntityModel<T extends SheepEntity>classSheepWoolEntityModel<T extends SheepEntity> -
Uses of SheepEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type SheepEntity Modifier and Type Field Description static EntityType<SheepEntity>EntityType. SHEEP -
Uses of SheepEntity in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as SheepEntity Modifier and Type Field Description private SheepEntityEvokerEntity. wololoTargetMethods in net.minecraft.entity.mob that return SheepEntity Modifier and Type Method Description private @Nullable SheepEntityEvokerEntity. getWololoTarget()Methods in net.minecraft.entity.mob with parameters of type SheepEntity Modifier and Type Method Description private voidEvokerEntity. setWololoTarget(@Nullable SheepEntity sheep) -
Uses of SheepEntity in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return SheepEntity Modifier and Type Method Description SheepEntitySheepEntity. createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)Constructor parameters in net.minecraft.entity.passive with type arguments of type SheepEntity Constructor Description SheepEntity(EntityType<? extends SheepEntity> type, World world)