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 - named - net/minecraft/entity/mob/GhastEntity$GhastMoveControl- intermediary - net/minecraft/class_1571$class_1573- official - clt$b
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.control.MoveControlMoveControl.State
- 
Field SummaryFieldsFields inherited from class net.minecraft.entity.ai.control.MoveControlentity, field_30197, field_30199, forwardMovement, REACHED_DESTINATION_DISTANCE_SQUARED, sidewaysMovement, speed, state, targetX, targetY, targetZ
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidtick()private booleanwillCollide(Vec3d direction, int steps) Methods inherited from class net.minecraft.entity.ai.control.MoveControlgetSpeed, getTargetX, getTargetY, getTargetZ, isMoving, moveTo, strafeTo, wrapDegreesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.entity.ai.control.ControlchangeAngle
- 
Field Details- 
ghast- Mappings:
- Namespace - Name - Mixin selector - named - ghast- Lnet/minecraft/entity/mob/GhastEntity$GhastMoveControl;ghast:Lnet/minecraft/entity/mob/GhastEntity;- intermediary - field_7275- Lnet/minecraft/class_1571$class_1573;field_7275:Lnet/minecraft/class_1571;- official - l- Lclt$b;l:Lclt;
 
- 
collisionCheckCooldownprivate int collisionCheckCooldown- Mappings:
- Namespace - Name - Mixin selector - named - collisionCheckCooldown- Lnet/minecraft/entity/mob/GhastEntity$GhastMoveControl;collisionCheckCooldown:I- intermediary - field_7276- Lnet/minecraft/class_1571$class_1573;field_7276:I- official - m- Lclt$b;m:I
 
 
- 
- 
Constructor Details- 
GhastMoveControl- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/mob/GhastEntity$GhastMoveControl;<init>(Lnet/minecraft/entity/mob/GhastEntity;)V- intermediary - <init>- Lnet/minecraft/class_1571$class_1573;<init>(Lnet/minecraft/class_1571;)V- official - <init>- Lclt$b;<init>(Lclt;)V
 
 
- 
- 
Method Details- 
tickpublic void tick()- Overrides:
- tickin class- MoveControl
- Mappings:
- Namespace - Name - Mixin selector - named - tick- Lnet/minecraft/entity/ai/control/MoveControl;tick()V- intermediary - method_6240- Lnet/minecraft/class_1335;method_6240()V- official - a- Lcbj;a()V
 
- 
willCollide- Mappings:
- Namespace - Name - Mixin selector - named - willCollide- Lnet/minecraft/entity/mob/GhastEntity$GhastMoveControl;willCollide(Lnet/minecraft/util/math/Vec3d;I)Z- intermediary - method_7051- Lnet/minecraft/class_1571$class_1573;method_7051(Lnet/minecraft/class_243;I)Z- official - a- Lclt$b;a(Lfbb;I)Z
 
 
-