Uses of Class
net.minecraft.entity.passive.TropicalFishEntity
Packages that use TropicalFishEntity
Package
Description
-
Uses of TropicalFishEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type TropicalFishEntityModifier and TypeMethodDescriptionvoidTropicalFishEntityRenderer.updateRenderState(TropicalFishEntity tropicalFishEntity, TropicalFishEntityRenderState tropicalFishEntityRenderState, float float2) -
Uses of TropicalFishEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type TropicalFishEntityModifier and TypeFieldDescriptionstatic final EntityType<TropicalFishEntity> EntityType.TROPICAL_FISH -
Uses of TropicalFishEntity in net.minecraft.entity.passive
Method parameters in net.minecraft.entity.passive with type arguments of type TropicalFishEntityModifier and TypeMethodDescriptionstatic booleanTropicalFishEntity.canTropicalFishSpawn(EntityType<TropicalFishEntity> type, WorldAccess world, SpawnReason reason, BlockPos pos, Random random) Constructors in net.minecraft.entity.passive with parameters of type TropicalFishEntityModifierConstructorDescription(package private)TropicalFishData(TropicalFishEntity leader, TropicalFishEntity.Variant variant) Constructor parameters in net.minecraft.entity.passive with type arguments of type TropicalFishEntityModifierConstructorDescriptionTropicalFishEntity(EntityType<? extends TropicalFishEntity> type, World world)