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.VariantRabbitEntity.Variant.DEFAULTfinal RabbitEntity.VariantRabbitEntity.RabbitData.variantFields in net.minecraft.entity.passive with type parameters of type RabbitEntity.VariantModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RabbitEntity.Variant> RabbitEntity.Variant.CODECstatic final com.mojang.serialization.Codec<RabbitEntity.Variant> RabbitEntity.Variant.INDEX_CODECDeprecated.private static final IntFunction<RabbitEntity.Variant> RabbitEntity.Variant.INDEX_MAPPERstatic final PacketCodec<ByteBuf, RabbitEntity.Variant> RabbitEntity.Variant.PACKET_CODECMethods in net.minecraft.entity.passive that return RabbitEntity.VariantModifier and TypeMethodDescriptionstatic RabbitEntity.VariantRabbitEntity.Variant.byIndex(int index) RabbitEntity.getVariant()private static RabbitEntity.VariantRabbitEntity.getVariantFromPos(WorldAccess world, BlockPos pos) static RabbitEntity.VariantReturns 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 voidRabbitEntity.setVariant(RabbitEntity.Variant variant) Constructors in net.minecraft.entity.passive with parameters of type RabbitEntity.Variant