Uses of Class
net.minecraft.entity.passive.CowEntity
-
Packages that use CowEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.passive -
-
Uses of CowEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type CowEntity Modifier and Type Method Description ResourceLocationCowRenderer. getTextureLocation(CowEntity p_110775_1_) -
Uses of CowEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type CowEntity Modifier and Type Field Description static EntityType<CowEntity>EntityType. COW -
Uses of CowEntity in net.minecraft.entity.passive
Subclasses of CowEntity in net.minecraft.entity.passive Modifier and Type Class Description classMooshroomEntityMethods in net.minecraft.entity.passive that return CowEntity Modifier and Type Method Description CowEntityCowEntity. getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_)Constructor parameters in net.minecraft.entity.passive with type arguments of type CowEntity Constructor Description CowEntity(EntityType<? extends CowEntity> p_i48567_1_, World p_i48567_2_)
-