Uses of Enum Class
net.minecraft.world.entity.animal.TropicalFish.Pattern
Packages that use TropicalFish.Pattern
Package
Description
-
Uses of TropicalFish.Pattern in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as TropicalFish.Pattern -
Uses of TropicalFish.Pattern in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type TropicalFish.PatternModifier and TypeFieldDescriptionstatic final DataComponentType
<TropicalFish.Pattern> DataComponents.TROPICAL_FISH_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.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
static final StreamCodec
<io.netty.buffer.ByteBuf, TropicalFish.Pattern> TropicalFish.Pattern.STREAM_CODEC
Methods in net.minecraft.world.entity.animal that return TropicalFish.PatternModifier and TypeMethodDescriptionstatic TropicalFish.Pattern
TropicalFish.Pattern.byId
(int p_262653_) TropicalFish.getPattern()
static TropicalFish.Pattern
TropicalFish.getPattern
(int p_262604_) 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_) private void
TropicalFish.setPattern
(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.