Uses of Enum Class
net.minecraft.world.entity.animal.rabbit.Rabbit.Variant
Packages that use Rabbit.Variant
Package
Description
-
Uses of Rabbit.Variant in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type Rabbit.VariantModifier and TypeFieldDescriptionprivate static final Map<Rabbit.Variant, Identifier> RabbitRenderer.BABY_RABBIT_LOCATIONSprivate static final Map<Rabbit.Variant, Identifier> RabbitRenderer.RABBIT_LOCATIONS -
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.rabbit
Subclasses with type arguments of type Rabbit.Variant in net.minecraft.world.entity.animal.rabbitFields in net.minecraft.world.entity.animal.rabbit declared as Rabbit.VariantModifier and TypeFieldDescriptionstatic final Rabbit.VariantRabbit.Variant.DEFAULTfinal Rabbit.VariantRabbit.RabbitGroupData.variantFields in net.minecraft.world.entity.animal.rabbit with type parameters of type Rabbit.VariantModifier and TypeFieldDescriptionprivate static final IntFunction<Rabbit.Variant> Rabbit.Variant.BY_IDstatic final com.mojang.serialization.Codec<Rabbit.Variant> Rabbit.Variant.CODECstatic final com.mojang.serialization.Codec<Rabbit.Variant> Rabbit.Variant.LEGACY_CODECDeprecated.static final StreamCodec<io.netty.buffer.ByteBuf, Rabbit.Variant> Rabbit.Variant.STREAM_CODECMethods in net.minecraft.world.entity.animal.rabbit that return Rabbit.VariantModifier and TypeMethodDescriptionstatic Rabbit.VariantRabbit.Variant.byId(int id) private static Rabbit.VariantRabbit.getRandomRabbitVariant(LevelAccessor level, BlockPos pos) Rabbit.getVariant()static Rabbit.VariantReturns 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.rabbit with parameters of type Rabbit.VariantConstructors in net.minecraft.world.entity.animal.rabbit with parameters of type Rabbit.Variant