net.minecraft.world.entity.ai.behavior

public class VillagerGoalPackages

cbf
net.minecraft.world.entity.ai.behavior.VillagerGoalPackages
net.minecraft.class_4129
net.minecraft.entity.ai.brain.task.VillagerTaskListProvider
net.minecraft.world.entity.ai.behavior.Behaviors

Field summary

Modifier and TypeField
private static final float
d
STROLL_SPEED_MODIFIER
field_30189
JOB_WALKING_SPEED
public static final int
a
INTERACT_DIST_SQR
field_48329
field_48329
public static final int
b
INTERACT_WALKUP_DIST
field_48330
field_48330
public static final float
c
INTERACT_SPEED_MODIFIER
field_48331
field_48331

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super Villager>>>
a(cpm arg0, float arg1)
getCorePackage(VillagerProfession arg0, float arg1)
method_19020(class_3852 arg0, float arg1)
createCoreTasks(VillagerProfession profession, float speed)
public static com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super Villager>>>
b(cpm arg0, float arg1)
getWorkPackage(VillagerProfession arg0, float arg1)
method_19021(class_3852 arg0, float arg1)
createWorkTasks(VillagerProfession profession, float speed)
public static com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super Villager>>>
a(float arg0)
getPlayPackage(float arg0)
method_19990(float arg0)
createPlayTasks(float speed)
public static com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super Villager>>>
c(cpm arg0, float arg1)
getRestPackage(VillagerProfession arg0, float arg1)
method_19022(class_3852 arg0, float arg1)
createRestTasks(VillagerProfession profession, float speed)
public static com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super Villager>>>
d(cpm arg0, float arg1)
getMeetPackage(VillagerProfession arg0, float arg1)
method_19023(class_3852 arg0, float arg1)
createMeetTasks(VillagerProfession profession, float speed)
public static com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super Villager>>>
e(cpm arg0, float arg1)
getIdlePackage(VillagerProfession arg0, float arg1)
method_19024(class_3852 arg0, float arg1)
createIdleTasks(VillagerProfession profession, float speed)
public static com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super Villager>>>
f(cpm arg0, float arg1)
getPanicPackage(VillagerProfession arg0, float arg1)
method_19025(class_3852 arg0, float arg1)
createPanicTasks(VillagerProfession profession, float speed)
public static com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super Villager>>>
g(cpm arg0, float arg1)
getPreRaidPackage(VillagerProfession arg0, float arg1)
method_19991(class_3852 arg0, float arg1)
createPreRaidTasks(VillagerProfession profession, float speed)
public static com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super Villager>>>
h(cpm arg0, float arg1)
getRaidPackage(VillagerProfession arg0, float arg1)
method_19992(class_3852 arg0, float arg1)
createRaidTasks(VillagerProfession profession, float speed)
public static com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super Villager>>>
i(cpm arg0, float arg1)
getHidePackage(VillagerProfession arg0, float arg1)
method_19993(class_3852 arg0, float arg1)
createHideTasks(VillagerProfession profession, float speed)
private static com.mojang.datafixers.util.Pair<Integer, BehaviorControl<LivingEntity>>
a()
getFullLookBehavior()
method_20241()
createFreeFollowTask()
private static com.mojang.datafixers.util.Pair<Integer, BehaviorControl<LivingEntity>>
b()
getMinimalLookBehavior()
method_20242()
createBusyFollowTask()
private static boolean
a(ash arg0, bwg arg1)
raidExistsAndActive(ServerLevel arg0, LivingEntity arg1)
method_47202(class_3218 arg0, class_1309 arg1)
hasActiveRaid(ServerWorld world, LivingEntity entity)
private static boolean
b(ash arg0, bwg arg1)
raidExistsAndNotVictory(ServerLevel arg0, LivingEntity arg1)
method_47203(class_3218 arg0, class_1309 arg1)
wonRaid(ServerWorld world, LivingEntity entity)