Class PufferfishEntity.PuffGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.passive.fish.PufferfishEntity.PuffGoal
-
- Enclosing class:
- PufferfishEntity
static class PufferfishEntity.PuffGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private PufferfishEntity
fish
-
Constructor Summary
Constructors Constructor Description PuffGoal(PufferfishEntity p_i48861_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canContinueToUse()
boolean
canUse()
void
start()
void
stop()
-
-
-
Field Detail
-
fish
private final PufferfishEntity fish
-
-
Constructor Detail
-
PuffGoal
public PuffGoal(PufferfishEntity p_i48861_1_)
-
-