Class GiveGiftsToHeroTask
java.lang.Object
net.minecraft.entity.ai.brain.task.MultiTickTask<VillagerEntity>
net.minecraft.entity.ai.brain.task.GiveGiftsToHeroTask
- All Implemented Interfaces:
Task<VillagerEntity>
- Mappings:
Namespace Name intermediary net/minecraft/class_4243official bienamed net/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.brain.task.MultiTickTask
MultiTickTask.Status -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate booleanprivate static final Map<VillagerProfession,Identifier> private static final intprivate static final intprivate static final intprivate longprivate intprivate static final floatFields inherited from class net.minecraft.entity.ai.brain.task.MultiTickTask
DEFAULT_RUN_TIME, requiredMemoryStates -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfinishRunning(ServerWorld serverWorld, VillagerEntity villagerEntity, long long2) getGifts(VillagerEntity villager) private Optional<PlayerEntity>getNearestPlayerIfHero(VillagerEntity villager) private static intgetNextGiftDelay(ServerWorld world) private voidgiveGifts(VillagerEntity villager, LivingEntity recipient) private booleanisCloseEnough(VillagerEntity villager, PlayerEntity player) private booleanisHero(PlayerEntity player) private booleanisNearestPlayerHero(VillagerEntity villager) protected voidkeepRunning(ServerWorld serverWorld, VillagerEntity villagerEntity, long long2) protected voidrun(ServerWorld serverWorld, VillagerEntity villagerEntity, long long2) protected booleanshouldKeepRunning(ServerWorld serverWorld, VillagerEntity villagerEntity, long long2) protected booleanshouldRun(ServerWorld serverWorld, VillagerEntity villagerEntity) Methods inherited from class net.minecraft.entity.ai.brain.task.MultiTickTask
getName, getStatus, hasRequiredMemoryState, isTimeLimitExceeded, stop, tick, tryStarting
-
Field Details
-
MAX_DISTANCE
private static final int MAX_DISTANCE- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_30117Lnet/minecraft/class_4243;field_30117:Iofficial cLbie;c:Inamed MAX_DISTANCELnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;MAX_DISTANCE:I
-
DEFAULT_DURATION
private static final int DEFAULT_DURATION- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_30118Lnet/minecraft/class_4243;field_30118:Iofficial dLbie;d:Inamed DEFAULT_DURATIONLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;DEFAULT_DURATION:I
-
MAX_NEXT_GIFT_DELAY
private static final int MAX_NEXT_GIFT_DELAY- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_30119Lnet/minecraft/class_4243;field_30119:Iofficial eLbie;e:Inamed MAX_NEXT_GIFT_DELAYLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;MAX_NEXT_GIFT_DELAY:I
-
RUN_TIME
private static final int RUN_TIME- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_30120Lnet/minecraft/class_4243;field_30120:Iofficial fLbie;f:Inamed RUN_TIMELnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;RUN_TIME:I
-
GIFTS
- Mappings:
Namespace Name Mixin selector intermediary field_18984Lnet/minecraft/class_4243;field_18984:Ljava/util/Map;official gLbie;g:Ljava/util/Map;named GIFTSLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;GIFTS:Ljava/util/Map;
-
WALK_SPEED
private static final float WALK_SPEED- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_30121Lnet/minecraft/class_4243;field_30121:Fofficial hLbie;h:Fnamed WALK_SPEEDLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;WALK_SPEED:F
-
ticksLeft
private int ticksLeft- Mappings:
Namespace Name Mixin selector intermediary field_18985Lnet/minecraft/class_4243;field_18985:Iofficial iLbie;i:Inamed ticksLeftLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;ticksLeft:I
-
done
private boolean done- Mappings:
Namespace Name Mixin selector intermediary field_18986Lnet/minecraft/class_4243;field_18986:Zofficial jLbie;j:Znamed doneLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;done:Z
-
startTime
private long startTime- Mappings:
Namespace Name Mixin selector intermediary field_18987Lnet/minecraft/class_4243;field_18987:Jofficial kLbie;k:Jnamed startTimeLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;startTime:J
-
-
Constructor Details
-
GiveGiftsToHeroTask
public GiveGiftsToHeroTask(int delay) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_4243;<init>(I)Vofficial <init>Lbie;<init>(I)Vnamed <init>Lnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;<init>(I)V
-
-
Method Details
-
shouldRun
- Overrides:
shouldRunin classMultiTickTask<VillagerEntity>- Mappings:
Namespace Name Mixin selector intermediary method_19962Lnet/minecraft/class_4243;method_19962(Lnet/minecraft/class_3218;Lnet/minecraft/class_1646;)Zofficial aLbie;a(Laif;Lbxz;)Znamed shouldRunLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;shouldRun(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/VillagerEntity;)Z
-
run
- Overrides:
runin classMultiTickTask<VillagerEntity>- Mappings:
Namespace Name Mixin selector intermediary method_19963Lnet/minecraft/class_4243;method_19963(Lnet/minecraft/class_3218;Lnet/minecraft/class_1646;J)Vofficial aLbie;a(Laif;Lbxz;J)Vnamed runLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;run(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/VillagerEntity;J)V
-
shouldKeepRunning
protected boolean shouldKeepRunning(ServerWorld serverWorld, VillagerEntity villagerEntity, long long2) - Overrides:
shouldKeepRunningin classMultiTickTask<VillagerEntity>- Mappings:
Namespace Name Mixin selector intermediary method_19965Lnet/minecraft/class_4243;method_19965(Lnet/minecraft/class_3218;Lnet/minecraft/class_1646;J)Zofficial bLbie;b(Laif;Lbxz;J)Znamed shouldKeepRunningLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;shouldKeepRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/VillagerEntity;J)Z
-
keepRunning
- Overrides:
keepRunningin classMultiTickTask<VillagerEntity>- Mappings:
Namespace Name Mixin selector intermediary method_19967Lnet/minecraft/class_4243;method_19967(Lnet/minecraft/class_3218;Lnet/minecraft/class_1646;J)Vofficial cLbie;c(Laif;Lbxz;J)Vnamed keepRunningLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;keepRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/VillagerEntity;J)V
-
finishRunning
- Overrides:
finishRunningin classMultiTickTask<VillagerEntity>- Mappings:
Namespace Name Mixin selector intermediary method_19968Lnet/minecraft/class_4243;method_19968(Lnet/minecraft/class_3218;Lnet/minecraft/class_1646;J)Vofficial dLbie;d(Laif;Lbxz;J)Vnamed finishRunningLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;finishRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/VillagerEntity;J)V
-
giveGifts
- Mappings:
Namespace Name Mixin selector intermediary method_19957Lnet/minecraft/class_4243;method_19957(Lnet/minecraft/class_1646;Lnet/minecraft/class_1309;)Vofficial aLbie;a(Lbxz;Lbfx;)Vnamed giveGiftsLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;giveGifts(Lnet/minecraft/entity/passive/VillagerEntity;Lnet/minecraft/entity/LivingEntity;)V
-
getGifts
- Mappings:
Namespace Name Mixin selector intermediary method_19956Lnet/minecraft/class_4243;method_19956(Lnet/minecraft/class_1646;)Ljava/util/List;official aLbie;a(Lbxz;)Ljava/util/List;named getGiftsLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;getGifts(Lnet/minecraft/entity/passive/VillagerEntity;)Ljava/util/List;
-
isNearestPlayerHero
- Mappings:
Namespace Name Mixin selector intermediary method_19964Lnet/minecraft/class_4243;method_19964(Lnet/minecraft/class_1646;)Zofficial bLbie;b(Lbxz;)Znamed isNearestPlayerHeroLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;isNearestPlayerHero(Lnet/minecraft/entity/passive/VillagerEntity;)Z
-
getNearestPlayerIfHero
- Mappings:
Namespace Name Mixin selector intermediary method_19966Lnet/minecraft/class_4243;method_19966(Lnet/minecraft/class_1646;)Ljava/util/Optional;official cLbie;c(Lbxz;)Ljava/util/Optional;named getNearestPlayerIfHeroLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;getNearestPlayerIfHero(Lnet/minecraft/entity/passive/VillagerEntity;)Ljava/util/Optional;
-
isHero
- Mappings:
Namespace Name Mixin selector intermediary method_19959Lnet/minecraft/class_4243;method_19959(Lnet/minecraft/class_1657;)Zofficial aLbie;a(Lbym;)Znamed isHeroLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;isHero(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
isCloseEnough
- Mappings:
Namespace Name Mixin selector intermediary method_19958Lnet/minecraft/class_4243;method_19958(Lnet/minecraft/class_1646;Lnet/minecraft/class_1657;)Zofficial aLbie;a(Lbxz;Lbym;)Znamed isCloseEnoughLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;isCloseEnough(Lnet/minecraft/entity/passive/VillagerEntity;Lnet/minecraft/entity/player/PlayerEntity;)Z
-
getNextGiftDelay
- Mappings:
Namespace Name Mixin selector intermediary method_19961Lnet/minecraft/class_4243;method_19961(Lnet/minecraft/class_3218;)Iofficial aLbie;a(Laif;)Inamed getNextGiftDelayLnet/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask;getNextGiftDelay(Lnet/minecraft/server/world/ServerWorld;)I
-