Class SnifferAi.Sniffing
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<Sniffer>
net.minecraft.world.entity.animal.sniffer.SnifferAi.Sniffing
- 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 body, long timestamp) protected booleancheckExtraStartConditions(ServerLevel level, Sniffer body) 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
-
Sniffing
private Sniffing(int min, int max)
-
-
Method Details