Class WorkStationCompetitionTask
java.lang.Object
net.minecraft.entity.ai.brain.task.WorkStationCompetitionTask
- Mappings:
 Namespace Name named net/minecraft/entity/ai/brain/task/WorkStationCompetitionTaskintermediary net/minecraft/class_5326official cia
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Task<VillagerEntity> create()private static booleanisCompletedWorkStation(RegistryEntry<PointOfInterestType> poiType, RegistryEntry<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 named createLnet/minecraft/entity/ai/brain/task/WorkStationCompetitionTask;create()Lnet/minecraft/entity/ai/brain/task/Task;intermediary method_47006Lnet/minecraft/class_5326;method_47006()Lnet/minecraft/class_7893;official aLcia;a()Lcgo;
 - 
keepJobSiteForMoreExperiencedVillager
private static VillagerEntity keepJobSiteForMoreExperiencedVillager(VillagerEntity first, VillagerEntity second) - Mappings:
 Namespace Name Mixin selector named keepJobSiteForMoreExperiencedVillagerLnet/minecraft/entity/ai/brain/task/WorkStationCompetitionTask;keepJobSiteForMoreExperiencedVillager(Lnet/minecraft/entity/passive/VillagerEntity;Lnet/minecraft/entity/passive/VillagerEntity;)Lnet/minecraft/entity/passive/VillagerEntity;intermediary method_29255Lnet/minecraft/class_5326;method_29255(Lnet/minecraft/class_1646;Lnet/minecraft/class_1646;)Lnet/minecraft/class_1646;official aLcia;a(Lcyx;Lcyx;)Lcyx;
 - 
isUsingWorkStationAt
private static boolean isUsingWorkStationAt(GlobalPos pos, RegistryEntry<PointOfInterestType> poiType, VillagerEntity villager) - Mappings:
 Namespace Name Mixin selector named isUsingWorkStationAtLnet/minecraft/entity/ai/brain/task/WorkStationCompetitionTask;isUsingWorkStationAt(Lnet/minecraft/util/math/GlobalPos;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/entity/passive/VillagerEntity;)Zintermediary method_29257Lnet/minecraft/class_5326;method_29257(Lnet/minecraft/class_4208;Lnet/minecraft/class_6880;Lnet/minecraft/class_1646;)Zofficial aLcia;a(Ljj;Ljk;Lcyx;)Z
 - 
isCompletedWorkStation
private static boolean isCompletedWorkStation(RegistryEntry<PointOfInterestType> poiType, RegistryEntry<VillagerProfession> profession) - Mappings:
 Namespace Name Mixin selector named isCompletedWorkStationLnet/minecraft/entity/ai/brain/task/WorkStationCompetitionTask;isCompletedWorkStation(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/registry/entry/RegistryEntry;)Zintermediary method_29253Lnet/minecraft/class_5326;method_29253(Lnet/minecraft/class_6880;Lnet/minecraft/class_6880;)Zofficial aLcia;a(Ljk;Ljk;)Z
 
 -