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
Fields 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 pId) TropicalFish.getPattern()static TropicalFish.PatternTropicalFish.getPattern(int pVariantId) 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 TypeMethodDescription(package private) static intTropicalFish.packVariant(TropicalFish.Pattern pPattern, DyeColor pBaseColor, DyeColor pPatternColor) private voidTropicalFish.setPattern(TropicalFish.Pattern pPattern) 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.