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 pEntity) 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 Rabbit
Rabbit.RabbitAvoidEntityGoal.rabbit
private final Rabbit
Rabbit.RabbitJumpControl.rabbit
private final Rabbit
Rabbit.RabbitMoveControl.rabbit
private final Rabbit
Rabbit.RabbitPanicGoal.rabbit
private final Rabbit
Rabbit.RaidGardenGoal.rabbit
Methods in net.minecraft.world.entity.animal that return RabbitModifier and TypeMethodDescriptionRabbit.getBreedOffspring
(ServerLevel pLevel, AgeableMob pOtherParent) Method parameters in net.minecraft.world.entity.animal with type arguments of type RabbitModifier and TypeMethodDescriptionstatic boolean
Rabbit.checkRabbitSpawnRules
(EntityType<Rabbit> pRabbit, LevelAccessor pLevel, MobSpawnType pSpawnType, BlockPos pPos, RandomSource pRandom) Constructors in net.minecraft.world.entity.animal with parameters of type RabbitModifierConstructorDescriptionRabbitAvoidEntityGoal
(Rabbit pRabbit, Class<T> pEntityClassToAvoid, float pMaxDist, double pWalkSpeedModifier, double pSprintSpeedModifier) RabbitJumpControl
(Rabbit pRabbit) RabbitMoveControl
(Rabbit pRabbit) RabbitPanicGoal
(Rabbit pRabbit, double pSpeedModifier) RaidGardenGoal
(Rabbit pRabbit) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Rabbit