Uses of Enum
net.minecraft.entity.passive.TropicalFishEntity.Variety
Packages that use TropicalFishEntity.Variety
-
Uses of TropicalFishEntity.Variety in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as TropicalFishEntity.VarietyModifier and TypeFieldDescriptionprivate static TropicalFishEntity.Variety[]
TropicalFishEntity.Variety.VALUES
Methods in net.minecraft.entity.passive that return TropicalFishEntity.VarietyModifier and TypeMethodDescriptionstatic TropicalFishEntity.Variety
Returns the enum constant of this type with the specified name.static TropicalFishEntity.Variety[]
TropicalFishEntity.Variety.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type TropicalFishEntity.VarietyModifier and TypeMethodDescriptionprivate static int
TropicalFishEntity.toVariant(TropicalFishEntity.Variety variety, DyeColor baseColor, DyeColor patternColor)