Uses of Class
net.minecraft.entity.passive.RabbitEntity
Packages that use RabbitEntity
Package
Description
- 
Uses of RabbitEntity in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type RabbitEntity
- 
Uses of RabbitEntity in net.minecraft.client.renderer.entity.modelClasses in net.minecraft.client.renderer.entity.model with type parameters of type RabbitEntity
- 
Uses of RabbitEntity in net.minecraft.entityFields in net.minecraft.entity with type parameters of type RabbitEntity
- 
Uses of RabbitEntity in net.minecraft.entity.passiveFields in net.minecraft.entity.passive declared as RabbitEntityModifier and TypeFieldDescriptionprivate final RabbitEntityRabbitEntity.AvoidEntityGoal.rabbitprivate final RabbitEntityRabbitEntity.JumpHelperController.rabbitprivate final RabbitEntityRabbitEntity.MoveHelperController.rabbitprivate final RabbitEntityRabbitEntity.PanicGoal.rabbitprivate final RabbitEntityRabbitEntity.RaidFarmGoal.rabbitMethods in net.minecraft.entity.passive that return RabbitEntityModifier and TypeMethodDescriptionRabbitEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) Method parameters in net.minecraft.entity.passive with type arguments of type RabbitEntityModifier and TypeMethodDescriptionstatic booleanRabbitEntity.checkRabbitSpawnRules(EntityType<RabbitEntity> p_223321_0_, IWorld p_223321_1_, SpawnReason p_223321_2_, BlockPos p_223321_3_, Random p_223321_4_) Constructors in net.minecraft.entity.passive with parameters of type RabbitEntityModifierConstructorDescriptionAvoidEntityGoal(RabbitEntity p_i46403_1_, Class<T> p_i46403_2_, float p_i46403_3_, double p_i46403_4_, double p_i46403_6_) EvilAttackGoal(RabbitEntity p_i45867_1_) JumpHelperController(RabbitEntity p_i45863_2_) MoveHelperController(RabbitEntity p_i45862_1_) PanicGoal(RabbitEntity p_i45861_1_, double p_i45861_2_) RaidFarmGoal(RabbitEntity p_i45860_1_) Constructor parameters in net.minecraft.entity.passive with type arguments of type RabbitEntityModifierConstructorDescriptionRabbitEntity(EntityType<? extends RabbitEntity> p_i50247_1_, World p_i50247_2_)