History - net.minecraft.entity.ai.brain.task.FrogEatEntityTask

26.3-snapshot-3

Names

Fields

Constructors

Methods

26.3-snapshot-2

Names

Fields

Constructors

Methods

26.3-snapshot-1

Names

Fields

Constructors

Methods

26.2

Names

Fields

Constructors

Methods

26.1.2

Names

Fields

Constructors

Methods

26.1.1

Names

Fields

Constructors

Methods

26.1

Names

Fields

Constructors

Methods

1.21.11_unobfuscated

Names

net.minecraft.world.entity.animal.frog.ShootTongue

net.minecraft.class_7108

net.minecraft.entity.ai.brain.task.FrogEatEntityTask

Fields

int: TIME_OUT_DURATION, field_37479, RUN_TIME

int: CATCH_ANIMATION_DURATION, field_38414, CATCH_DURATION

int: TONGUE_ANIMATION_DURATION, field_37480, EAT_DURATION

float: EATING_DISTANCE, field_37481, MAX_DISTANCE

float: EATING_MOVEMENT_FACTOR, field_37482, VELOCITY_MULTIPLIER

int: UNREACHABLE_TONGUE_TARGETS_COOLDOWN_DURATION, field_39452, UNREACHABLE_TONGUE_TARGETS_START_TIME

int: MAX_UNREACHBLE_TONGUE_TARGETS_IN_MEMORY, field_39453, MAX_UNREACHABLE_TONGUE_TARGETS

int: eatAnimationTimer, field_37483, eatTick

int: calculatePathCounter, field_37484, moveToTargetTick

SoundEvent: tongueSound, field_37485, tongueSound

SoundEvent: eatSound, field_37486, eatSound

FrogEatEntityTask$Phase: state, field_37489, phase

Constructors

(SoundEvent, SoundEvent)

Methods

boolean (ServerWorld, FrogEntity): checkExtraStartConditions, method_41384, shouldRun

boolean (ServerWorld, FrogEntity, long): canStillUse, method_41385, shouldKeepRunning

void (ServerWorld, FrogEntity, long): start, method_41387, run

void (ServerWorld, FrogEntity, long): stop, method_41388, finishRunning

void (ServerWorld, FrogEntity): eatEntity, method_42667, eat

void (ServerWorld, FrogEntity, long): tick, method_41389, keepRunning

boolean (FrogEntity, LivingEntity): canPathfindToTarget, method_44332, isTargetReachable

void (FrogEntity, LivingEntity): addUnreachableTargetToMemory, method_44333, markTargetAsUnreachable

boolean (ServerWorld, LivingEntity): checkExtraStartConditions, method_18919, shouldRun

boolean (ServerWorld, LivingEntity, long): canStillUse, method_18927, shouldKeepRunning

void (ServerWorld, LivingEntity, long): stop, method_18926, finishRunning

void (ServerWorld, LivingEntity, long): tick, method_18924, keepRunning

void (ServerWorld, LivingEntity, long): start, method_18920, run