Class WorkStationCompetitionTask
java.lang.Object
net.minecraft.entity.ai.brain.task.WorkStationCompetitionTask
- Mappings:
- Namespace - Name - official - bjd- intermediary - net/minecraft/class_5326- named - net/minecraft/entity/ai/brain/task/WorkStationCompetitionTask
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
WorkStationCompetitionTaskpublic WorkStationCompetitionTask()
 
- 
- 
Method Details- 
create- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbjd;a()Lbhs;- intermediary - method_47006- Lnet/minecraft/class_5326;method_47006()Lnet/minecraft/class_7893;- named - create- Lnet/minecraft/entity/ai/brain/task/WorkStationCompetitionTask;create()Lnet/minecraft/entity/ai/brain/task/Task;
 
- 
keepJobSiteForMoreExperiencedVillagerprivate static VillagerEntity keepJobSiteForMoreExperiencedVillager(VillagerEntity first, VillagerEntity second) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lbjd;a(Lbyb;Lbyb;)Lbyb;- intermediary - method_29255- Lnet/minecraft/class_5326;method_29255(Lnet/minecraft/class_1646;Lnet/minecraft/class_1646;)Lnet/minecraft/class_1646;- named - keepJobSiteForMoreExperiencedVillager- Lnet/minecraft/entity/ai/brain/task/WorkStationCompetitionTask;keepJobSiteForMoreExperiencedVillager(Lnet/minecraft/entity/passive/VillagerEntity;Lnet/minecraft/entity/passive/VillagerEntity;)Lnet/minecraft/entity/passive/VillagerEntity;
 
- 
isUsingWorkStationAtprivate static boolean isUsingWorkStationAt(GlobalPos pos, RegistryEntry<PointOfInterestType> poiType, VillagerEntity villager) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lbjd;a(Lhd;Lhe;Lbyb;)Z- intermediary - method_29257- Lnet/minecraft/class_5326;method_29257(Lnet/minecraft/class_4208;Lnet/minecraft/class_6880;Lnet/minecraft/class_1646;)Z- named - isUsingWorkStationAt- Lnet/minecraft/entity/ai/brain/task/WorkStationCompetitionTask;isUsingWorkStationAt(Lnet/minecraft/util/math/GlobalPos;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/entity/passive/VillagerEntity;)Z
 
- 
isCompletedWorkStationprivate static boolean isCompletedWorkStation(RegistryEntry<PointOfInterestType> poiType, VillagerProfession profession) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lbjd;a(Lhe;Lbye;)Z- intermediary - method_29253- Lnet/minecraft/class_5326;method_29253(Lnet/minecraft/class_6880;Lnet/minecraft/class_3852;)Z- named - isCompletedWorkStation- Lnet/minecraft/entity/ai/brain/task/WorkStationCompetitionTask;isCompletedWorkStation(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/village/VillagerProfession;)Z
 
 
-