Class SnifferAi.Searching
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<Sniffer>
net.minecraft.world.entity.animal.sniffer.SnifferAi.Searching
- All Implemented Interfaces:
BehaviorControl<Sniffer>
- Enclosing class:
SnifferAi
-
Nested Class Summary
Nested classes/interfaces inherited from class Behavior
Behavior.Status -
Field Summary
Fields inherited from class Behavior
DEFAULT_DURATION, entryCondition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanStillUse(ServerLevel level, Sniffer sniffer, long timestamp) protected booleancheckExtraStartConditions(ServerLevel level, Sniffer sniffer) protected voidstart(ServerLevel level, Sniffer sniffer, long timestamp) protected voidstop(ServerLevel level, Sniffer sniffer, long timestamp) Methods inherited from class Behavior
debugString, doStop, getRequiredMemories, getStatus, hasRequiredMemories, tick, tickOrStop, timedOut, tryStart
-
Constructor Details
-
Searching
private Searching()
-
-
Method Details