Uses of Enum Class
net.minecraft.world.entity.animal.Rabbit.Variant
Packages that use Rabbit.Variant
Package
Description
-
Uses of Rabbit.Variant in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as Rabbit.Variant -
Uses of Rabbit.Variant in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type Rabbit.VariantModifier and TypeFieldDescriptionstatic final DataComponentType
<Rabbit.Variant> DataComponents.RABBIT_VARIANT
-
Uses of Rabbit.Variant in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as Rabbit.VariantModifier and TypeFieldDescriptionstatic final Rabbit.Variant
Rabbit.Variant.DEFAULT
final Rabbit.Variant
Rabbit.RabbitGroupData.variant
Fields in net.minecraft.world.entity.animal with type parameters of type Rabbit.VariantModifier and TypeFieldDescriptionprivate static final IntFunction
<Rabbit.Variant> Rabbit.Variant.BY_ID
static final com.mojang.serialization.Codec
<Rabbit.Variant> Rabbit.Variant.CODEC
static final com.mojang.serialization.Codec
<Rabbit.Variant> Rabbit.Variant.LEGACY_CODEC
Deprecated.static final StreamCodec
<io.netty.buffer.ByteBuf, Rabbit.Variant> Rabbit.Variant.STREAM_CODEC
Methods in net.minecraft.world.entity.animal that return Rabbit.VariantModifier and TypeMethodDescriptionstatic Rabbit.Variant
Rabbit.Variant.byId
(int p_262665_) private static Rabbit.Variant
Rabbit.getRandomRabbitVariant
(LevelAccessor p_262699_, BlockPos p_262700_) Rabbit.getVariant()
static Rabbit.Variant
Returns the enum constant of this class with the specified name.static Rabbit.Variant[]
Rabbit.Variant.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 Rabbit.VariantConstructors in net.minecraft.world.entity.animal with parameters of type Rabbit.Variant