Uses of Class
net.minecraft.entity.passive.CowEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.entity | |
net.minecraft.entity.passive |
-
Uses of CowEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type CowEntity Modifier and Type Method Description Identifier
CowEntityRenderer. getTexture(CowEntity cowEntity)
-
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 class
MooshroomEntity
Methods in net.minecraft.entity.passive that return CowEntity Modifier and Type Method Description CowEntity
CowEntity. createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)
Constructor parameters in net.minecraft.entity.passive with type arguments of type CowEntity Constructor Description CowEntity(EntityType<? extends CowEntity> type, World world)