Uses of Class
net.minecraft.entity.passive.fish.TropicalFishEntity
-
Packages that use TropicalFishEntity Package Description net.minecraft.client.renderer.entity net.minecraft.client.renderer.entity.layers net.minecraft.entity net.minecraft.entity.passive.fish -
-
Uses of TropicalFishEntity in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type TropicalFishEntity Modifier and Type Field Description private TropicalFishAModel<TropicalFishEntity>TropicalFishRenderer. modelAprivate TropicalFishBModel<TropicalFishEntity>TropicalFishRenderer. modelBMethods in net.minecraft.client.renderer.entity with parameters of type TropicalFishEntity Modifier and Type Method Description ResourceLocationTropicalFishRenderer. getTextureLocation(TropicalFishEntity p_110775_1_)voidTropicalFishRenderer. render(TropicalFishEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_)protected voidTropicalFishRenderer. setupRotations(TropicalFishEntity p_225621_1_, MatrixStack p_225621_2_, float p_225621_3_, float p_225621_4_, float p_225621_5_) -
Uses of TropicalFishEntity in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type TropicalFishEntity Modifier and Type Field Description private TropicalFishAModel<TropicalFishEntity>TropicalFishPatternLayer. modelAprivate TropicalFishBModel<TropicalFishEntity>TropicalFishPatternLayer. modelBMethods in net.minecraft.client.renderer.entity.layers with parameters of type TropicalFishEntity Modifier and Type Method Description voidTropicalFishPatternLayer. render(MatrixStack p_225628_1_, IRenderTypeBuffer p_225628_2_, int p_225628_3_, TropicalFishEntity p_225628_4_, float p_225628_5_, float p_225628_6_, float p_225628_7_, float p_225628_8_, float p_225628_9_, float p_225628_10_)Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type TropicalFishEntity Constructor Description TropicalFishPatternLayer(IEntityRenderer<TropicalFishEntity,EntityModel<TropicalFishEntity>> p_i50918_1_)TropicalFishPatternLayer(IEntityRenderer<TropicalFishEntity,EntityModel<TropicalFishEntity>> p_i50918_1_) -
Uses of TropicalFishEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type TropicalFishEntity Modifier and Type Field Description static EntityType<TropicalFishEntity>EntityType. TROPICAL_FISH -
Uses of TropicalFishEntity in net.minecraft.entity.passive.fish
Constructors in net.minecraft.entity.passive.fish with parameters of type TropicalFishEntity Constructor Description TropicalFishData(TropicalFishEntity p_i49859_1_, int p_i49859_2_, int p_i49859_3_, int p_i49859_4_, int p_i49859_5_)Constructor parameters in net.minecraft.entity.passive.fish with type arguments of type TropicalFishEntity Constructor Description TropicalFishEntity(EntityType<? extends TropicalFishEntity> p_i50242_1_, World p_i50242_2_)
-