Uses of Class
net.minecraft.entity.passive.fish.SalmonEntity
-
Packages that use SalmonEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.passive.fish -
-
Uses of SalmonEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type SalmonEntity Modifier and Type Method Description ResourceLocation
SalmonRenderer. getTextureLocation(SalmonEntity p_110775_1_)
protected void
SalmonRenderer. setupRotations(SalmonEntity p_225621_1_, MatrixStack p_225621_2_, float p_225621_3_, float p_225621_4_, float p_225621_5_)
-
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.fish
Constructor parameters in net.minecraft.entity.passive.fish with type arguments of type SalmonEntity Constructor Description SalmonEntity(EntityType<? extends SalmonEntity> p_i50246_1_, World p_i50246_2_)
-