Uses of Enum Class
net.minecraft.entity.passive.RabbitEntity.RabbitType
Packages that use RabbitEntity.RabbitType
-
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_ID
static final StringIdentifiable.Codec<RabbitEntity.RabbitType>
RabbitEntity.RabbitType.CODEC
Methods in net.minecraft.entity.passive that return RabbitEntity.RabbitTypeModifier and TypeMethodDescriptionstatic RabbitEntity.RabbitType
RabbitEntity.RabbitType.byId
(int id) private static RabbitEntity.RabbitType
RabbitEntity.getTypeFromPos
(WorldAccess world, BlockPos pos) RabbitEntity.getVariant()
static RabbitEntity.RabbitType
Returns 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 TypeMethodDescriptionvoid
RabbitEntity.setVariant
(RabbitEntity.RabbitType rabbitType) Constructors in net.minecraft.entity.passive with parameters of type RabbitEntity.RabbitType -
Uses of RabbitEntity.RabbitType in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type RabbitEntity.RabbitTypeModifier and TypeFieldDescriptionstatic final VariantPredicates<RabbitEntity.RabbitType>
TypeSpecificPredicate.Deserializers.RABBIT