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.PatternModifier and TypeFieldDescriptionstatic final EntityVariantPredicate<TropicalFish.Pattern>
EntitySubPredicate.Types.TROPICAL_FISH
-
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.Pattern
TropicalFish.Variant.pattern
The field for thepattern
record 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_ID
static final com.mojang.serialization.Codec<TropicalFish.Pattern>
TropicalFish.Pattern.CODEC
Methods in net.minecraft.world.entity.animal that return TropicalFish.PatternModifier and TypeMethodDescriptionstatic TropicalFish.Pattern
TropicalFish.Pattern.byId
(int p_262653_) static TropicalFish.Pattern
TropicalFish.getPattern
(int p_262604_) TropicalFish.getVariant()
TropicalFish.Variant.pattern()
Returns the value of thepattern
record component.static 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 TypeMethodDescription(package private) static int
TropicalFish.packVariant
(TropicalFish.Pattern p_262598_, DyeColor p_262618_, DyeColor p_262683_) void
TropicalFish.setVariant
(TropicalFish.Pattern p_262594_) Constructors in net.minecraft.world.entity.animal with parameters of type TropicalFish.PatternModifierConstructorDescriptionVariant
(TropicalFish.Pattern pattern, DyeColor baseColor, DyeColor patternColor) Creates an instance of aVariant
record class.