Class StrollToPoiList
java.lang.Object
net.minecraft.world.entity.ai.behavior.StrollToPoiList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BehaviorControl
<Villager> create
(MemoryModuleType<List<GlobalPos>> pPoiListMemory, float pSpeedModifier, int pCloseEnoughDist, int pMaxDistFromPoi, MemoryModuleType<GlobalPos> pMustBeCloseToMemory)
-
Constructor Details
-
StrollToPoiList
public StrollToPoiList()
-
-
Method Details
-
create
public static BehaviorControl<Villager> create(MemoryModuleType<List<GlobalPos>> pPoiListMemory, float pSpeedModifier, int pCloseEnoughDist, int pMaxDistFromPoi, MemoryModuleType<GlobalPos> pMustBeCloseToMemory)
-