Class TakeJobSiteTask
java.lang.Object
net.minecraft.entity.ai.brain.task.TakeJobSiteTask
- Mappings:
Namespace Name official biuintermediary net/minecraft/class_5327named net/minecraft/entity/ai/brain/task/TakeJobSiteTask
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleancanReachJobSite(PathAwareEntity pathAwareEntity, BlockPos blockPos, PointOfInterestType pointOfInterestType) private static booleancanUseJobSite(RegistryEntry<PointOfInterestType> registryEntry, VillagerEntity villagerEntity, BlockPos blockPos) static class_7893<VillagerEntity>method_47207(float float2)
-
Constructor Details
-
TakeJobSiteTask
public TakeJobSiteTask()
-
-
Method Details
-
method_47207
- Mappings:
Namespace Name Mixin selector official aLbiu;a(F)Lbfk;intermediary method_47207Lnet/minecraft/class_5327;method_47207(F)Lnet/minecraft/class_7893;named method_47207Lnet/minecraft/entity/ai/brain/task/TakeJobSiteTask;method_47207(F)Lnet/minecraft/class_7893;
-
canUseJobSite
private static boolean canUseJobSite(RegistryEntry<PointOfInterestType> registryEntry, VillagerEntity villagerEntity, BlockPos blockPos) - Mappings:
Namespace Name Mixin selector official aLbiu;a(Lgz;Lbvr;Lgp;)Zintermediary method_29260Lnet/minecraft/class_5327;method_29260(Lnet/minecraft/class_6880;Lnet/minecraft/class_1646;Lnet/minecraft/class_2338;)Znamed canUseJobSiteLnet/minecraft/entity/ai/brain/task/TakeJobSiteTask;canUseJobSite(Lnet/minecraft/util/registry/RegistryEntry;Lnet/minecraft/entity/passive/VillagerEntity;Lnet/minecraft/util/math/BlockPos;)Z
-
canReachJobSite
private static boolean canReachJobSite(PathAwareEntity pathAwareEntity, BlockPos blockPos, PointOfInterestType pointOfInterestType) - Mappings:
Namespace Name Mixin selector official aLbiu;a(Lbeg;Lgp;Lbou;)Zintermediary method_29262Lnet/minecraft/class_5327;method_29262(Lnet/minecraft/class_1314;Lnet/minecraft/class_2338;Lnet/minecraft/class_4158;)Znamed canReachJobSiteLnet/minecraft/entity/ai/brain/task/TakeJobSiteTask;canReachJobSite(Lnet/minecraft/entity/mob/PathAwareEntity;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/poi/PointOfInterestType;)Z
-