net.minecraft.world.entity.ai.behavior

public class InteractWithDoor

extends Behavior<LivingEntity>

aml
net.minecraft.world.entity.ai.behavior.InteractWithDoor
net.minecraft.class_4107
net.minecraft.unmapped.C_mdkbucgk
net.minecraft.entity.ai.brain.task.OpenDoorsTask
net.minecraft.entity.ai.brain.task.InteractWithDoorTask
net.minecraft.server.v1_15_R1.BehaviorInteractDoor

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected void
a(xd arg0, akw arg1, long arg2)
start(ServerLevel arg0, LivingEntity arg1, long arg2)
method_18920(class_3218 arg0, class_1309 arg1, long arg2)
m_thxoqxcz(C_bdwnwhiu arg0, C_usxaxydn arg1, long arg2)
run(ServerWorld arg0, LivingEntity arg1, long arg2)
func_212831_a_(ServerWorld arg0, LivingEntity arg1, long arg2)
private Set<BlockPos>
a(xd arg0, List<fr> arg1, List<fk> arg2)
getDoorsThatAreOnMyPath(ServerLevel arg0, List<GlobalPos> arg1, List<BlockPos> arg2)
method_19567(class_3218 arg0, List<class_4208> arg1, List<class_2338> arg2)
m_ktbmymej(C_bdwnwhiu arg0, List<C_ovcqqyqp> arg1, List<C_hynzadkk> arg2)
getDoorsOnPath(ServerWorld world, List<GlobalPos> doors, List<BlockPos> path)
func_220436_a(ServerWorld arg0, List<GlobalPos> arg1, List<BlockPos> arg2)
private void
a(xd arg0, List<fk> arg1, Set<fk> arg2, int arg3, akw arg4, alm<?> arg5)
openOrCloseDoors(ServerLevel arg0, List<BlockPos> arg1, Set<BlockPos> arg2, int arg3, LivingEntity arg4, Brain<?> arg5)
method_21698(class_3218 arg0, List<class_2338> arg1, Set<class_2338> arg2, int arg3, class_1309 arg4, class_4095<?> arg5)
m_jsdvlsju(C_bdwnwhiu arg0, List<C_hynzadkk> arg1, Set<C_hynzadkk> arg2, int arg3, C_usxaxydn arg4, C_rjqjaxef<?> arg5)
findAndCloseOpenedDoors(ServerWorld world, List<BlockPos> path, Set<BlockPos> doors, int lastNodeIndex, LivingEntity entity, Brain<?> brain)
func_220434_a(ServerWorld arg0, List<BlockPos> arg1, Set<BlockPos> arg2, int arg3, LivingEntity arg4, Brain<?> arg5)
public static void
a(xd arg0, List<fk> arg1, int arg2, akw arg3, alm<?> arg4)
closeAllOpenedDoors(ServerLevel arg0, List<BlockPos> arg1, int arg2, LivingEntity arg3, Brain<?> arg4)
method_21697(class_3218 arg0, List<class_2338> arg1, int arg2, class_1309 arg3, class_4095<?> arg4)
m_cvueaivk(C_bdwnwhiu arg0, List<C_hynzadkk> arg1, int arg2, C_usxaxydn arg3, C_rjqjaxef<?> arg4)
closeOpenedDoors(ServerWorld world, List<BlockPos> path, int currentPathIndex, LivingEntity entity, Brain<?> brain)
func_225449_a(ServerWorld arg0, List<BlockPos> arg1, int arg2, LivingEntity arg3, Brain<?> arg4)