Uses of Class
net.minecraft.world.entity.animal.Sheep
Packages that use Sheep
Package
Description
-
Uses of Sheep in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type SheepModifier and TypeClassDescriptionclassSheepFurModel<T extends Sheep>classSheepModel<T extends Sheep> -
Uses of Sheep in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type SheepModifier and TypeMethodDescriptionSheepRenderer.getTextureLocation(Sheep entity) Returns the location of an entity's texture. -
Uses of Sheep in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type SheepMethods in net.minecraft.client.renderer.entity.layers with parameters of type SheepModifier and TypeMethodDescriptionvoidSheepFurLayer.render(PoseStack poseStack, MultiBufferSource buffer, int packedLight, Sheep livingEntity, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type SheepModifierConstructorDescriptionSheepFurLayer(RenderLayerParent<Sheep, SheepModel<Sheep>> renderer, EntityModelSet modelSet) SheepFurLayer(RenderLayerParent<Sheep, SheepModel<Sheep>> renderer, EntityModelSet modelSet) -
Uses of Sheep in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Sheep -
Uses of Sheep in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal that return SheepModifier and TypeMethodDescriptionSheep.getBreedOffspring(ServerLevel level, AgeableMob otherParent) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Sheep -
Uses of Sheep in net.minecraft.world.entity.monster
Fields in net.minecraft.world.entity.monster declared as SheepMethods in net.minecraft.world.entity.monster that return SheepMethods in net.minecraft.world.entity.monster with parameters of type SheepModifier and TypeMethodDescription(package private) voidEvoker.setWololoTarget(Sheep wololoTarget)