Uses of Enum Class
net.minecraft.world.entity.animal.TropicalFish.Pattern
Packages that use TropicalFish.Pattern
-
Uses of TropicalFish.Pattern in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type 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 final TropicalFish.PatternTropicalFish.Variant.patternThe field for thepatternrecord component.Fields in net.minecraft.world.entity.animal with type parameters of type TropicalFish.PatternModifier and TypeFieldDescriptionprivate static final IntFunction<TropicalFish.Pattern> TropicalFish.Pattern.BY_IDstatic final com.mojang.serialization.Codec<TropicalFish.Pattern> TropicalFish.Pattern.CODECMethods in net.minecraft.world.entity.animal that return TropicalFish.PatternModifier and TypeMethodDescriptionstatic TropicalFish.PatternTropicalFish.Pattern.byId(int packedId) static TropicalFish.PatternTropicalFish.getPattern(int variantId) TropicalFish.getVariant()TropicalFish.Variant.pattern()Returns the value of thepatternrecord component.static TropicalFish.PatternReturns 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 TypeMethodDescription(package private) static intTropicalFish.packVariant(TropicalFish.Pattern pattern, DyeColor baseColor, DyeColor patternColor) voidTropicalFish.setVariant(TropicalFish.Pattern variant) Constructors in net.minecraft.world.entity.animal with parameters of type TropicalFish.PatternModifierConstructorDescriptionVariant(TropicalFish.Pattern pattern, DyeColor baseColor, DyeColor patternColor) Creates an instance of aVariantrecord class.