Package net.minecraft.entity.ai.goal
Class DoorInteractGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.DoorInteractGoal
- Direct Known Subclasses:
BreakDoorGoal
,LongDoorInteractGoal
- Mappings:
Namespace Name official bmk
intermediary net/minecraft/class_1343
named net/minecraft/entity/ai/goal/DoorInteractGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canStart()
protected boolean
protected void
setDoorOpen
(boolean open) boolean
boolean
Returns if the goal should run every tick or not.void
start()
void
tick()
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, stop, toGoalTicks, toString
-
Field Details
-
mob
- Mappings:
Namespace Name Mixin selector official d
Lbmk;d:Lbfz;
intermediary field_6413
Lnet/minecraft/class_1343;field_6413:Lnet/minecraft/class_1308;
named mob
Lnet/minecraft/entity/ai/goal/DoorInteractGoal;mob:Lnet/minecraft/entity/mob/MobEntity;
-
doorPos
- Mappings:
Namespace Name Mixin selector official e
Lbmk;e:Lgt;
intermediary field_6414
Lnet/minecraft/class_1343;field_6414:Lnet/minecraft/class_2338;
named doorPos
Lnet/minecraft/entity/ai/goal/DoorInteractGoal;doorPos:Lnet/minecraft/util/math/BlockPos;
-
doorValid
protected boolean doorValid- Mappings:
Namespace Name Mixin selector official f
Lbmk;f:Z
intermediary field_6412
Lnet/minecraft/class_1343;field_6412:Z
named doorValid
Lnet/minecraft/entity/ai/goal/DoorInteractGoal;doorValid:Z
-
shouldStop
private boolean shouldStop- Mappings:
Namespace Name Mixin selector official a
Lbmk;a:Z
intermediary field_6411
Lnet/minecraft/class_1343;field_6411:Z
named shouldStop
Lnet/minecraft/entity/ai/goal/DoorInteractGoal;shouldStop:Z
-
offsetX
private float offsetX- Mappings:
Namespace Name Mixin selector official b
Lbmk;b:F
intermediary field_6410
Lnet/minecraft/class_1343;field_6410:F
named offsetX
Lnet/minecraft/entity/ai/goal/DoorInteractGoal;offsetX:F
-
offsetZ
private float offsetZ- Mappings:
Namespace Name Mixin selector official c
Lbmk;c:F
intermediary field_6409
Lnet/minecraft/class_1343;field_6409:F
named offsetZ
Lnet/minecraft/entity/ai/goal/DoorInteractGoal;offsetZ:F
-
-
Constructor Details
-
DoorInteractGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbmk;<init>(Lbfz;)V
intermediary <init>
Lnet/minecraft/class_1343;<init>(Lnet/minecraft/class_1308;)V
named <init>
Lnet/minecraft/entity/ai/goal/DoorInteractGoal;<init>(Lnet/minecraft/entity/mob/MobEntity;)V
-
-
Method Details
-
isDoorOpen
protected boolean isDoorOpen()- Mappings:
Namespace Name Mixin selector official h
Lbmk;h()Z
intermediary method_6256
Lnet/minecraft/class_1343;method_6256()Z
named isDoorOpen
Lnet/minecraft/entity/ai/goal/DoorInteractGoal;isDoorOpen()Z
-
setDoorOpen
protected void setDoorOpen(boolean open) - Mappings:
Namespace Name Mixin selector official a
Lbmk;a(Z)V
intermediary method_19995
Lnet/minecraft/class_1343;method_19995(Z)V
named setDoorOpen
Lnet/minecraft/entity/ai/goal/DoorInteractGoal;setDoorOpen(Z)V
-
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classGoal
- Mappings:
Namespace Name Mixin selector official b
Lbmt;b()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
start
public void start() -
shouldRunEveryTick
public boolean shouldRunEveryTick()Returns if the goal should run every tick or not.This returns
false
by default. If this returns false, the goal will tick once after the entity is spawned, and will tick every other tick.- Overrides:
shouldRunEveryTick
in classGoal
- Returns:
- if the goal should run every tick or not
- See Also:
- Mappings:
Namespace Name Mixin selector official J_
Lbmt;J_()Z
intermediary method_38846
Lnet/minecraft/class_1352;method_38846()Z
named shouldRunEveryTick
Lnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Z
-
tick
public void tick()
-