Uses of Enum Class
net.minecraft.entity.passive.RabbitEntity.Variant
Packages that use RabbitEntity.Variant
Package
Description
-
Uses of RabbitEntity.Variant in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as RabbitEntity.Variant -
Uses of RabbitEntity.Variant in net.minecraft.component
Fields in net.minecraft.component with type parameters of type RabbitEntity.VariantModifier and TypeFieldDescriptionstatic final ComponentType
<RabbitEntity.Variant> DataComponentTypes.RABBIT_VARIANT
-
Uses of RabbitEntity.Variant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as RabbitEntity.VariantModifier and TypeFieldDescriptionstatic final RabbitEntity.Variant
RabbitEntity.Variant.DEFAULT
final RabbitEntity.Variant
RabbitEntity.RabbitData.variant
Fields in net.minecraft.entity.passive with type parameters of type RabbitEntity.VariantModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<RabbitEntity.Variant> RabbitEntity.Variant.CODEC
static final com.mojang.serialization.Codec
<RabbitEntity.Variant> RabbitEntity.Variant.INDEX_CODEC
Deprecated.private static final IntFunction
<RabbitEntity.Variant> RabbitEntity.Variant.INDEX_MAPPER
static final PacketCodec
<ByteBuf, RabbitEntity.Variant> RabbitEntity.Variant.PACKET_CODEC
Methods in net.minecraft.entity.passive that return RabbitEntity.VariantModifier and TypeMethodDescriptionstatic RabbitEntity.Variant
RabbitEntity.Variant.byIndex
(int index) RabbitEntity.getVariant()
private static RabbitEntity.Variant
RabbitEntity.getVariantFromPos
(WorldAccess world, BlockPos pos) static RabbitEntity.Variant
Returns the enum constant of this class with the specified name.static RabbitEntity.Variant[]
RabbitEntity.Variant.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type RabbitEntity.VariantModifier and TypeMethodDescriptionprivate void
RabbitEntity.setVariant
(RabbitEntity.Variant variant) Constructors in net.minecraft.entity.passive with parameters of type RabbitEntity.Variant