net.minecraft.entity.ai.goal

public abstract class AbstractDoorInteractGoal

extends Goal

uc
net.minecraft.class_890
net.minecraft.entity.ai.goal.AbstractDoorInteractGoal
net.minecraft.entity.ai.EntityAIDoorInteract

Field summary

Modifier and TypeField
protected MobEntity
a
field_3474
mob
theEntity
protected int
b
field_3475
doorX
entityPosX
protected int
c
field_3476
doorY
entityPosY
protected int
d
field_3477
doorZ
entityPosZ
protected DoorBlock
e
field_3478
doorBlock
doorBlock
boolean
f
field_3479
shouldStop
hasStoppedDoorInteraction
float
g
field_3480
offsetX
entityPositionX
float
h
field_3481
offsetZ
entityPositionZ

Constructor summary

ModifierConstructor
public (MobEntity mob)

Method summary

Modifier and TypeMethod
public boolean
a()
method_2742()
canStart()
shouldExecute()
public boolean
b()
method_2744()
shouldContinue()
continueExecuting()
public void
c()
method_2747()
start()
startExecuting()
public void
e()
method_2746()
tick()
updateTask()
private DoorBlock
a(int arg0, int arg1, int arg2)
method_2739(int arg0, int arg1, int arg2)
getDoorBlock(int x, int y, int z)
getWoodenDoorBlock(int arg0, int arg1, int arg2)