Package net.minecraft.entity.mob
Class IllagerEntity.LongDoorInteractGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.DoorInteractGoal
net.minecraft.entity.ai.goal.LongDoorInteractGoal
net.minecraft.entity.mob.IllagerEntity.LongDoorInteractGoal
- Enclosing class:
- IllagerEntity
public class IllagerEntity.LongDoorInteractGoal extends LongDoorInteractGoal
- Mappings:
Namespace Name official ben$b
intermediary net/minecraft/class_1543$class_4258
named net/minecraft/entity/mob/IllagerEntity$LongDoorInteractGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.DoorInteractGoal
doorPos, doorValid, mob
-
Constructor Summary
Constructors Constructor Description LongDoorInteractGoal(RaiderEntity raider)
-
Method Summary
Modifier and Type Method Description boolean
canStart()
Methods inherited from class net.minecraft.entity.ai.goal.LongDoorInteractGoal
shouldContinue, start, stop, tick
Methods inherited from class net.minecraft.entity.ai.goal.DoorInteractGoal
isDoorOpen, setDoorOpen
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString
-
Constructor Details
-
LongDoorInteractGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lben$b;<init>(Lben;Lbir;)V
intermediary <init>
Lnet/minecraft/class_1543$class_4258;<init>(Lnet/minecraft/class_1543;Lnet/minecraft/class_3763;)V
named <init>
Lnet/minecraft/entity/mob/IllagerEntity$LongDoorInteractGoal;<init>(Lnet/minecraft/entity/mob/IllagerEntity;Lnet/minecraft/entity/raid/RaiderEntity;)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classDoorInteractGoal
- Mappings:
Namespace Name Mixin selector official a
Lawx;a()Z
intermediary method_6264
Lnet/minecraft/class_1352;method_6264()Z
named canStart
Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
-