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