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 IdentifierCodEntityRenderer. getTexture(CodEntity codEntity)protected voidCodEntityRenderer. 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)