Class CelebrateVillagersSurvivedRaid
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<Villager>
net.minecraft.world.entity.ai.behavior.CelebrateVillagersSurvivedRaid
- All Implemented Interfaces:
BehaviorControl<Villager>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.entity.ai.behavior.Behavior
Behavior.Status -
Field Summary
FieldsFields inherited from class net.minecraft.world.entity.ai.behavior.Behavior
DEFAULT_DURATION, entryCondition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanStillUse(ServerLevel p_22693_, Villager p_481379_, long p_22695_) protected booleancheckExtraStartConditions(ServerLevel p_22690_, Villager p_478489_) private ItemStackgetFirework(DyeColor pColor, int pFlightTime) protected voidstop(ServerLevel p_22704_, Villager p_481789_, long p_22706_) protected voidtick(ServerLevel p_22712_, Villager p_481581_, long p_22714_) Methods inherited from class net.minecraft.world.entity.ai.behavior.Behavior
debugString, doStop, getStatus, hasRequiredMemories, start, tickOrStop, timedOut, tryStart
-
Field Details
-
currentRaid
-
-
Constructor Details
-
CelebrateVillagersSurvivedRaid
public CelebrateVillagersSurvivedRaid(int pMinDuration, int pMaxDuration)
-
-
Method Details