Uses of Enum Class
net.minecraft.entity.passive.RabbitEntity.RabbitType
Packages that use RabbitEntity.RabbitType
Package
Description
-
Uses of RabbitEntity.RabbitType in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as RabbitEntity.RabbitType -
Uses of RabbitEntity.RabbitType in net.minecraft.component
Fields in net.minecraft.component with type parameters of type RabbitEntity.RabbitTypeModifier and TypeFieldDescriptionstatic final ComponentType<RabbitEntity.RabbitType> DataComponentTypes.VARIANT_RABBIT -
Uses of RabbitEntity.RabbitType in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as RabbitEntity.RabbitTypeFields in net.minecraft.entity.passive with type parameters of type RabbitEntity.RabbitTypeModifier and TypeFieldDescriptionprivate static final IntFunction<RabbitEntity.RabbitType> RabbitEntity.RabbitType.BY_IDstatic final com.mojang.serialization.Codec<RabbitEntity.RabbitType> RabbitEntity.RabbitType.CODECstatic final PacketCodec<ByteBuf, RabbitEntity.RabbitType> RabbitEntity.RabbitType.field_55966Methods in net.minecraft.entity.passive that return RabbitEntity.RabbitTypeModifier and TypeMethodDescriptionstatic RabbitEntity.RabbitTypeRabbitEntity.RabbitType.byId(int id) private static RabbitEntity.RabbitTypeRabbitEntity.getTypeFromPos(WorldAccess world, BlockPos pos) RabbitEntity.method_47855()static RabbitEntity.RabbitTypeReturns the enum constant of this class with the specified name.static RabbitEntity.RabbitType[]RabbitEntity.RabbitType.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.RabbitTypeModifier and TypeMethodDescriptionprivate voidRabbitEntity.method_47853(RabbitEntity.RabbitType rabbitType) Constructors in net.minecraft.entity.passive with parameters of type RabbitEntity.RabbitType