Uses of Class
net.minecraft.world.entity.animal.Rabbit
Packages that use Rabbit
Package
Description
-
Uses of Rabbit in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type Rabbit -
Uses of Rabbit in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type RabbitModifier and TypeMethodDescriptionRabbitRenderer.getTextureLocation(Rabbit entity) Returns the location of an entity's texture. -
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 level, AgeableMob otherParent) Method parameters in net.minecraft.world.entity.animal with type arguments of type RabbitModifier and TypeMethodDescriptionstatic booleanRabbit.checkRabbitSpawnRules(EntityType<Rabbit> rabbit, LevelAccessor level, MobSpawnType spawnType, 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