Uses of Enum Class
net.minecraft.world.entity.animal.TropicalFish.Pattern
Packages that use TropicalFish.Pattern
-
Uses of TropicalFish.Pattern in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as TropicalFish.PatternModifier and TypeFieldDescriptionprivate static TropicalFish.Pattern[]
TropicalFish.Pattern.VALUES
Methods in net.minecraft.world.entity.animal that return TropicalFish.PatternModifier and TypeMethodDescriptionstatic TropicalFish.Pattern
Returns the enum constant of this class with the specified name.static TropicalFish.Pattern[]
TropicalFish.Pattern.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.entity.animal with parameters of type TropicalFish.PatternModifier and TypeMethodDescriptionprivate static int
TropicalFish.calculateVariant(TropicalFish.Pattern p_30019_, DyeColor p_30020_, DyeColor p_30021_)