Class WorkStationCompetitionTask
java.lang.Object
net.minecraft.entity.ai.brain.task.WorkStationCompetitionTask
- Mappings:
Namespace Name named net/minecraft/entity/ai/brain/task/WorkStationCompetitionTask
intermediary net/minecraft/class_5326
official bwx
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Task
<VillagerEntity> create()
private static boolean
isCompletedWorkStation
(RegistryEntry<PointOfInterestType> poiType, VillagerProfession profession) private static boolean
isUsingWorkStationAt
(GlobalPos pos, RegistryEntry<PointOfInterestType> poiType, VillagerEntity villager) private static VillagerEntity
keepJobSiteForMoreExperiencedVillager
(VillagerEntity first, VillagerEntity second)
-
Constructor Details
-
WorkStationCompetitionTask
public WorkStationCompetitionTask()
-
-
Method Details
-
create
- Mappings:
Namespace Name Mixin selector named create
Lnet/minecraft/entity/ai/brain/task/WorkStationCompetitionTask;create()Lnet/minecraft/entity/ai/brain/task/Task;
intermediary method_47006
Lnet/minecraft/class_5326;method_47006()Lnet/minecraft/class_7893;
official a
Lbwx;a()Lbvl;
-
keepJobSiteForMoreExperiencedVillager
private static VillagerEntity keepJobSiteForMoreExperiencedVillager(VillagerEntity first, VillagerEntity second) - Mappings:
Namespace Name Mixin selector 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;
intermediary method_29255
Lnet/minecraft/class_5326;method_29255(Lnet/minecraft/class_1646;Lnet/minecraft/class_1646;)Lnet/minecraft/class_1646;
official a
Lbwx;a(Lcmm;Lcmm;)Lcmm;
-
isUsingWorkStationAt
private static boolean isUsingWorkStationAt(GlobalPos pos, RegistryEntry<PointOfInterestType> poiType, VillagerEntity villager) - Mappings:
Namespace Name Mixin selector 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
intermediary method_29257
Lnet/minecraft/class_5326;method_29257(Lnet/minecraft/class_4208;Lnet/minecraft/class_6880;Lnet/minecraft/class_1646;)Z
official a
Lbwx;a(Ljh;Lji;Lcmm;)Z
-
isCompletedWorkStation
private static boolean isCompletedWorkStation(RegistryEntry<PointOfInterestType> poiType, VillagerProfession profession) - Mappings:
Namespace Name Mixin selector named isCompletedWorkStation
Lnet/minecraft/entity/ai/brain/task/WorkStationCompetitionTask;isCompletedWorkStation(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/village/VillagerProfession;)Z
intermediary method_29253
Lnet/minecraft/class_5326;method_29253(Lnet/minecraft/class_6880;Lnet/minecraft/class_3852;)Z
official a
Lbwx;a(Lji;Lcmp;)Z
-