Package net.minecraft.entity.passive
Class PufferfishEntity.InflateGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.PufferfishEntity.InflateGoal
- Enclosing class:
- PufferfishEntity
static class PufferfishEntity.InflateGoal extends Goal
- Mappings:
Namespace Name official bca$aintermediary net/minecraft/class_1454$class_1455named net/minecraft/entity/passive/PufferfishEntity$InflateGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields Modifier and Type Field Description private PufferfishEntitypufferfish -
Constructor Summary
Constructors Constructor Description InflateGoal(PufferfishEntity pufferfish) -
Method Summary
Modifier and Type Method Description booleancanStart()booleanshouldContinue()voidstart()voidstop()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, tick, toString
-
Field Details
-
pufferfish
- Mappings:
Namespace Name Mixin selector official aLbca$a;a:Lbca;intermediary field_6836Lnet/minecraft/class_1454$class_1455;field_6836:Lnet/minecraft/class_1454;named pufferfishLnet/minecraft/entity/passive/PufferfishEntity$InflateGoal;pufferfish:Lnet/minecraft/entity/passive/PufferfishEntity;
-
-
Constructor Details
-
InflateGoal
- Mappings:
Namespace Name Mixin selector official <init>Lbca$a;<init>(Lbca;)Vintermediary <init>Lnet/minecraft/class_1454$class_1455;<init>(Lnet/minecraft/class_1454;)Vnamed <init>Lnet/minecraft/entity/passive/PufferfishEntity$InflateGoal;<init>(Lnet/minecraft/entity/passive/PufferfishEntity;)V
-
-
Method Details
-
canStart
public boolean canStart() -
start
public void start() -
stop
public void stop() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classGoal- Mappings:
Namespace Name Mixin selector official bLawx;b()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-