Uses of Enum Class
net.minecraft.world.entity.animal.fish.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.fish
Subclasses with type arguments of type TropicalFish.Pattern in net.minecraft.world.entity.animal.fishFields in net.minecraft.world.entity.animal.fish declared as TropicalFish.PatternModifier and TypeFieldDescriptionprivate final TropicalFish.PatternTropicalFish.Variant.patternThe field for thepatternrecord component.Fields in net.minecraft.world.entity.animal.fish 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.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, TropicalFish.Pattern> TropicalFish.Pattern.STREAM_CODECMethods in net.minecraft.world.entity.animal.fish that return TropicalFish.PatternModifier and TypeMethodDescriptionstatic TropicalFish.PatternTropicalFish.Pattern.byId(int packedId) TropicalFish.getPattern()static TropicalFish.PatternTropicalFish.getPattern(int packedVariant) 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.fish with parameters of type TropicalFish.PatternModifier and TypeMethodDescriptionprivate static intTropicalFish.packVariant(TropicalFish.Pattern pattern, DyeColor baseColor, DyeColor patternColor) private voidTropicalFish.setPattern(TropicalFish.Pattern pattern) Constructors in net.minecraft.world.entity.animal.fish with parameters of type TropicalFish.PatternModifierConstructorDescriptionVariant(TropicalFish.Pattern pattern, DyeColor baseColor, DyeColor patternColor) Creates an instance of aVariantrecord class.