Class WorkStationCompetitionTask
java.lang.Object
net.minecraft.entity.ai.brain.task.WorkStationCompetitionTask
- Mappings:
 Namespace Name official bjdintermediary net/minecraft/class_5326named net/minecraft/entity/ai/brain/task/WorkStationCompetitionTask
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Task<VillagerEntity>create()private static booleanisCompletedWorkStation(RegistryEntry<PointOfInterestType> poiType, VillagerProfession profession) private static booleanisUsingWorkStationAt(GlobalPos pos, RegistryEntry<PointOfInterestType> poiType, VillagerEntity villager) private static VillagerEntitykeepJobSiteForMoreExperiencedVillager(VillagerEntity first, VillagerEntity second)  
- 
Constructor Details
- 
WorkStationCompetitionTask
public WorkStationCompetitionTask() 
 - 
 - 
Method Details
- 
create
- Mappings:
 Namespace Name Mixin selector official aLbjd;a()Lbhs;intermediary method_47006Lnet/minecraft/class_5326;method_47006()Lnet/minecraft/class_7893;named createLnet/minecraft/entity/ai/brain/task/WorkStationCompetitionTask;create()Lnet/minecraft/entity/ai/brain/task/Task;
 - 
keepJobSiteForMoreExperiencedVillager
private static VillagerEntity keepJobSiteForMoreExperiencedVillager(VillagerEntity first, VillagerEntity second) - Mappings:
 Namespace Name Mixin selector official aLbjd;a(Lbyb;Lbyb;)Lbyb;intermediary method_29255Lnet/minecraft/class_5326;method_29255(Lnet/minecraft/class_1646;Lnet/minecraft/class_1646;)Lnet/minecraft/class_1646;named keepJobSiteForMoreExperiencedVillagerLnet/minecraft/entity/ai/brain/task/WorkStationCompetitionTask;keepJobSiteForMoreExperiencedVillager(Lnet/minecraft/entity/passive/VillagerEntity;Lnet/minecraft/entity/passive/VillagerEntity;)Lnet/minecraft/entity/passive/VillagerEntity;
 - 
isUsingWorkStationAt
private static boolean isUsingWorkStationAt(GlobalPos pos, RegistryEntry<PointOfInterestType> poiType, VillagerEntity villager) - Mappings:
 Namespace Name Mixin selector official aLbjd;a(Lhd;Lhe;Lbyb;)Zintermediary method_29257Lnet/minecraft/class_5326;method_29257(Lnet/minecraft/class_4208;Lnet/minecraft/class_6880;Lnet/minecraft/class_1646;)Znamed isUsingWorkStationAtLnet/minecraft/entity/ai/brain/task/WorkStationCompetitionTask;isUsingWorkStationAt(Lnet/minecraft/util/math/GlobalPos;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/entity/passive/VillagerEntity;)Z
 - 
isCompletedWorkStation
private static boolean isCompletedWorkStation(RegistryEntry<PointOfInterestType> poiType, VillagerProfession profession) - Mappings:
 Namespace Name Mixin selector official aLbjd;a(Lhe;Lbye;)Zintermediary method_29253Lnet/minecraft/class_5326;method_29253(Lnet/minecraft/class_6880;Lnet/minecraft/class_3852;)Znamed isCompletedWorkStationLnet/minecraft/entity/ai/brain/task/WorkStationCompetitionTask;isCompletedWorkStation(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/village/VillagerProfession;)Z
 
 -