Uses of Class
net.minecraft.entity.passive.CodEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.entity | |
net.minecraft.entity.passive |
-
Uses of CodEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type CodEntity Modifier and Type Method Description Identifier
CodEntityRenderer. getTexture(CodEntity codEntity)
protected void
CodEntityRenderer. setupTransforms(CodEntity codEntity, MatrixStack matrixStack, float float2, float float3, float float4)
-
Uses of CodEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type CodEntity Modifier and Type Field Description static EntityType<CodEntity>
EntityType. COD
-
Uses of CodEntity in net.minecraft.entity.passive
Constructor parameters in net.minecraft.entity.passive with type arguments of type CodEntity Constructor Description CodEntity(EntityType<? extends CodEntity> type, World world)