Package net.minecraft.entity.mob
Class GhastEntity.GhastMoveControl
java.lang.Object
net.minecraft.entity.ai.control.MoveControl
net.minecraft.entity.mob.GhastEntity.GhastMoveControl
- Enclosing class:
- GhastEntity
- Mappings:
Namespace Name official ana$bintermediary net/minecraft/class_972$class_2645named net/minecraft/entity/mob/GhastEntity$GhastMoveControl
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.control.MoveControl
MoveControl.MoveStatus -
Field Summary
FieldsFields inherited from class net.minecraft.entity.ai.control.MoveControl
entity, field_14568, field_14569, speed, state, targetX, targetY, targetZ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprivate booleanwillCollide(double x, double y, double z, double steps) Methods inherited from class net.minecraft.entity.ai.control.MoveControl
copyFrom, getSpeed, getTargetX, getTargetY, getTargetZ, isMoving, method_13094, moveTo, wrapDegrees
-
Field Details
-
ghast
- Mappings:
Namespace Name Mixin selector official iLana$b;i:Lana;intermediary field_12067Lnet/minecraft/class_972$class_2645;field_12067:Lnet/minecraft/class_972;named ghastLnet/minecraft/entity/mob/GhastEntity$GhastMoveControl;ghast:Lnet/minecraft/entity/mob/GhastEntity;
-
collisionCheckCooldown
private int collisionCheckCooldown- Mappings:
Namespace Name Mixin selector official jLana$b;j:Iintermediary field_12068Lnet/minecraft/class_972$class_2645;field_12068:Inamed collisionCheckCooldownLnet/minecraft/entity/mob/GhastEntity$GhastMoveControl;collisionCheckCooldown:I
-
-
Constructor Details
-
GhastMoveControl
- Mappings:
Namespace Name Mixin selector official <init>Lana$b;<init>(Lana;)Vintermediary <init>Lnet/minecraft/class_972$class_2645;<init>(Lnet/minecraft/class_972;)Vnamed <init>Lnet/minecraft/entity/mob/GhastEntity$GhastMoveControl;<init>(Lnet/minecraft/entity/mob/GhastEntity;)V
-
-
Method Details
-
updateMovement
public void updateMovement()- Overrides:
updateMovementin classMoveControl- Mappings:
Namespace Name Mixin selector official aLagb;a()Vintermediary method_2734Lnet/minecraft/class_884;method_2734()Vnamed updateMovementLnet/minecraft/entity/ai/control/MoveControl;updateMovement()V
-
willCollide
private boolean willCollide(double x, double y, double z, double steps) - Mappings:
Namespace Name Mixin selector official bLana$b;b(DDDD)Zintermediary method_11190Lnet/minecraft/class_972$class_2645;method_11190(DDDD)Znamed willCollideLnet/minecraft/entity/mob/GhastEntity$GhastMoveControl;willCollide(DDDD)Z
-