Uses of Class
net.minecraft.entity.passive.FrogEntity
Packages that use FrogEntity
Package
Description
-
Uses of FrogEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type FrogEntity -
Uses of FrogEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type FrogEntity -
Uses of FrogEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type FrogEntity -
Uses of FrogEntity in net.minecraft.entity.ai.brain.task
Methods in net.minecraft.entity.ai.brain.task with parameters of type FrogEntityModifier and TypeMethodDescriptionprivate void
FrogEatEntityTask.eat
(ServerWorld world, FrogEntity frog) protected void
CroakTask.finishRunning
(ServerWorld serverWorld, FrogEntity frogEntity, long long2) protected void
FrogEatEntityTask.finishRunning
(ServerWorld serverWorld, FrogEntity frogEntity, long long2) private boolean
FrogEatEntityTask.isTargetReachable
(FrogEntity entity, LivingEntity target) protected void
CroakTask.keepRunning
(ServerWorld serverWorld, FrogEntity frogEntity, long long2) protected void
FrogEatEntityTask.keepRunning
(ServerWorld serverWorld, FrogEntity frogEntity, long long2) private void
FrogEatEntityTask.markTargetAsUnreachable
(FrogEntity entity, LivingEntity target) protected void
CroakTask.run
(ServerWorld serverWorld, FrogEntity frogEntity, long long2) protected void
FrogEatEntityTask.run
(ServerWorld serverWorld, FrogEntity frogEntity, long long2) protected boolean
CroakTask.shouldKeepRunning
(ServerWorld serverWorld, FrogEntity frogEntity, long long2) protected boolean
FrogEatEntityTask.shouldKeepRunning
(ServerWorld serverWorld, FrogEntity frogEntity, long long2) protected boolean
CroakTask.shouldRun
(ServerWorld serverWorld, FrogEntity frogEntity) protected boolean
FrogEatEntityTask.shouldRun
(ServerWorld serverWorld, FrogEntity frogEntity) -
Uses of FrogEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type FrogEntityModifier and TypeFieldDescriptionprotected static final ImmutableList
<SensorType<? extends Sensor<? super FrogEntity>>> FrogEntity.SENSORS
Methods in net.minecraft.entity.passive that return types with arguments of type FrogEntityModifier and TypeMethodDescriptionprotected Brain.Profile
<FrogEntity> FrogEntity.createBrainProfile()
FrogEntity.getBrain()
Methods in net.minecraft.entity.passive with parameters of type FrogEntityModifier and TypeMethodDescriptionprotected static void
FrogBrain.coolDownLongJump
(FrogEntity frog, Random random) private static boolean
FrogBrain.isNotBreeding
(FrogEntity frog) static void
FrogBrain.updateActivities
(FrogEntity frog) Method parameters in net.minecraft.entity.passive with type arguments of type FrogEntityModifier and TypeMethodDescriptionprivate static void
FrogBrain.addCoreActivities
(Brain<FrogEntity> brain) private static void
FrogBrain.addIdleActivities
(Brain<FrogEntity> brain) private static void
FrogBrain.addLaySpawnActivities
(Brain<FrogEntity> brain) private static void
FrogBrain.addLongJumpActivities
(Brain<FrogEntity> brain) private static void
FrogBrain.addSwimActivities
(Brain<FrogEntity> brain) private static void
FrogBrain.addTongueActivities
(Brain<FrogEntity> brain) protected static Brain
<?> FrogBrain.create
(Brain<FrogEntity> brain) Constructors in net.minecraft.entity.passive with parameters of type FrogEntity