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 PufferfishEntityfish
-
Constructor Summary
Constructors Constructor Description PuffGoal(PufferfishEntity p_i48861_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanContinueToUse()booleancanUse()voidstart()voidstop()
-
-
-
Field Detail
-
fish
private final PufferfishEntity fish
-
-
Constructor Detail
-
PuffGoal
public PuffGoal(PufferfishEntity p_i48861_1_)
-
-