net.minecraft.world.entity.animal.axolotl

public enum Axolotl$Variant

implements StringRepresentable

cma$e
net.minecraft.world.entity.animal.axolotl.Axolotl$Variant
net.minecraft.class_5762$class_5767

Enum constant summary

Enum Constant
a
LUCY
field_28341
b
WILD
field_28342
c
GOLD
field_28343
d
CYAN
field_28344
e
BLUE
field_28345

Field summary

Modifier and TypeField
public static final Axolotl$Variant
f
DEFAULT
field_57623
private static final IntFunction<Axolotl$Variant>
j
BY_ID
field_28346
public static final StreamCodec<io.netty.buffer.ByteBuf, Axolotl$Variant>
g
STREAM_CODEC
field_55970
public static final com.mojang.serialization.Codec<Axolotl$Variant>
h
CODEC
field_41585
public static final com.mojang.serialization.Codec<Axolotl$Variant>
i
LEGACY_CODEC
field_56659
private final int
k
id
field_28347
private final String
l
name
field_28348
private final boolean
m
common
field_28349

Constructor summary

ModifierConstructor
private (int arg0, String arg1, boolean arg2)

Method summary

Modifier and TypeMethod
public int
a()
getId()
method_33233()
public String
b()
getName()
method_33238()
public String
c()
getSerializedName()
method_15434()
public static Axolotl$Variant
a(int arg0)
byId(int arg0)
method_47928(int arg0)
public static Axolotl$Variant
a(baq arg0)
getCommonSpawnVariant(RandomSource arg0)
method_33235(class_5819 arg0)
public static Axolotl$Variant
b(baq arg0)
getRareSpawnVariant(RandomSource arg0)
method_33240(class_5819 arg0)
private static Axolotl$Variant
a(baq arg0, boolean arg1)
getSpawnVariant(RandomSource arg0, boolean arg1)
method_33236(class_5819 arg0, boolean arg1)