Uses of Class
net.minecraft.entity.passive.TropicalFishEntity.Variety
Package | Description |
---|---|
net.minecraft.entity.passive |
-
Uses of TropicalFishEntity.Variety in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as TropicalFishEntity.Variety Modifier and Type Field Description private static TropicalFishEntity.Variety[]
TropicalFishEntity.Variety. VALUES
Methods in net.minecraft.entity.passive that return TropicalFishEntity.Variety Modifier and Type Method Description static TropicalFishEntity.Variety
TropicalFishEntity.Variety. valueOf(String name)
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.Variety Modifier and Type Method Description private static int
TropicalFishEntity. toVariant(TropicalFishEntity.Variety variety, DyeColor baseColor, DyeColor patternColor)