Uses of Class
net.minecraft.world.entity.animal.Rabbit
Packages that use Rabbit
Package
Description
-
Uses of Rabbit in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type RabbitModifier and TypeMethodDescriptionvoidRabbitRenderer.extractRenderState(Rabbit p_363386_, RabbitRenderState p_362192_, float p_365470_) -
Uses of Rabbit in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Rabbit -
Uses of Rabbit in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as RabbitModifier and TypeFieldDescriptionprivate final RabbitRabbit.RabbitAvoidEntityGoal.rabbitprivate final RabbitRabbit.RabbitJumpControl.rabbitprivate final RabbitRabbit.RabbitMoveControl.rabbitprivate final RabbitRabbit.RabbitPanicGoal.rabbitprivate final RabbitRabbit.RaidGardenGoal.rabbitMethods in net.minecraft.world.entity.animal that return RabbitModifier and TypeMethodDescriptionRabbit.getBreedOffspring(ServerLevel p_149035_, AgeableMob p_149036_) Method parameters in net.minecraft.world.entity.animal with type arguments of type RabbitModifier and TypeMethodDescriptionstatic booleanRabbit.checkRabbitSpawnRules(EntityType<Rabbit> entityType, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) Constructors in net.minecraft.world.entity.animal with parameters of type RabbitModifierConstructorDescriptionRabbitAvoidEntityGoal(Rabbit rabbit, Class<T> entityClassToAvoid, float maxDist, double walkSpeedModifier, double sprintSpeedModifier) RabbitJumpControl(Rabbit rabbit) RabbitMoveControl(Rabbit rabbit) RabbitPanicGoal(Rabbit rabbit, double speedModifier) RaidGardenGoal(Rabbit rabbit) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Rabbit