Package net.minecraft.entity.mob
Class GhastEntity.GhastMoveControl
java.lang.Object
net.minecraft.entity.ai.control.MoveControl
net.minecraft.entity.mob.GhastEntity.GhastMoveControl
- All Implemented Interfaces:
Control
- Enclosing class:
GhastEntity
- Mappings:
Namespace Name official bzc$b
intermediary net/minecraft/class_1571$class_1573
named net/minecraft/entity/mob/GhastEntity$GhastMoveControl
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.control.MoveControl
MoveControl.State
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.control.MoveControl
entity, field_30197, field_30199, forwardMovement, REACHED_DESTINATION_DISTANCE_SQUARED, sidewaysMovement, speed, state, targetX, targetY, targetZ
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
tick()
private boolean
willCollide
(Vec3d direction, int steps) Methods inherited from class net.minecraft.entity.ai.control.MoveControl
getSpeed, getTargetX, getTargetY, getTargetZ, isMoving, moveTo, strafeTo, wrapDegrees
-
Field Details
-
ghast
- Mappings:
Namespace Name Mixin selector official l
Lbzc$b;l:Lbzc;
intermediary field_7275
Lnet/minecraft/class_1571$class_1573;field_7275:Lnet/minecraft/class_1571;
named ghast
Lnet/minecraft/entity/mob/GhastEntity$GhastMoveControl;ghast:Lnet/minecraft/entity/mob/GhastEntity;
-
collisionCheckCooldown
private int collisionCheckCooldown- Mappings:
Namespace Name Mixin selector official m
Lbzc$b;m:I
intermediary field_7276
Lnet/minecraft/class_1571$class_1573;field_7276:I
named collisionCheckCooldown
Lnet/minecraft/entity/mob/GhastEntity$GhastMoveControl;collisionCheckCooldown:I
-
-
Constructor Details
-
GhastMoveControl
- Mappings:
Namespace Name Mixin selector official <init>
Lbzc$b;<init>(Lbzc;)V
intermediary <init>
Lnet/minecraft/class_1571$class_1573;<init>(Lnet/minecraft/class_1571;)V
named <init>
Lnet/minecraft/entity/mob/GhastEntity$GhastMoveControl;<init>(Lnet/minecraft/entity/mob/GhastEntity;)V
-
-
Method Details
-
tick
public void tick()- Overrides:
tick
in classMoveControl
- Mappings:
Namespace Name Mixin selector official a
Lbpe;a()V
intermediary method_6240
Lnet/minecraft/class_1335;method_6240()V
named tick
Lnet/minecraft/entity/ai/control/MoveControl;tick()V
-
willCollide
- Mappings:
Namespace Name Mixin selector official a
Lbzc$b;a(Lehn;I)Z
intermediary method_7051
Lnet/minecraft/class_1571$class_1573;method_7051(Lnet/minecraft/class_243;I)Z
named willCollide
Lnet/minecraft/entity/mob/GhastEntity$GhastMoveControl;willCollide(Lnet/minecraft/util/math/Vec3d;I)Z
-