Uses of Class
net.minecraft.entity.passive.RabbitEntity
Packages that use RabbitEntity
Package
Description
-
Uses of RabbitEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type RabbitEntity -
Uses of RabbitEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type RabbitEntity -
Uses of RabbitEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type RabbitEntity -
Uses of RabbitEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as RabbitEntityModifier and TypeFieldDescriptionprivate RabbitEntityRabbitEntity.EatCarrotCropGoal.rabbitprivate RabbitEntityRabbitEntity.EscapeDangerGoal.rabbitprivate RabbitEntityRabbitEntity.FleeGoal.rabbitprivate RabbitEntityRabbitEntity.RabbitJumpControl.rabbitprivate RabbitEntityRabbitEntity.RabbitMoveControl.rabbitMethods in net.minecraft.entity.passive that return RabbitEntityModifier and TypeMethodDescriptionRabbitEntity.createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)Method parameters in net.minecraft.entity.passive with type arguments of type RabbitEntityModifier and TypeMethodDescriptionstatic booleanRabbitEntity.canSpawn(EntityType<RabbitEntity> entity, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)Constructors in net.minecraft.entity.passive with parameters of type RabbitEntityModifierConstructorDescriptionEatCarrotCropGoal(RabbitEntity rabbit)EscapeDangerGoal(RabbitEntity rabbit, double speed)FleeGoal(RabbitEntity rabbit, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed)RabbitAttackGoal(RabbitEntity rabbit)RabbitJumpControl(RabbitEntity rabbit)RabbitMoveControl(RabbitEntity owner)Constructor parameters in net.minecraft.entity.passive with type arguments of type RabbitEntityModifierConstructorDescriptionRabbitEntity(EntityType<? extends RabbitEntity> type, World world)