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_IDstatic final StringIdentifiable.Codec<RabbitEntity.RabbitType>RabbitEntity.RabbitType.CODECMethods 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.getVariant()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 TypeMethodDescriptionvoidRabbitEntity.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