Package net.minecraft.entity.passive
Class DolphinEntity.PlayWithItemsGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.DolphinEntity.PlayWithItemsGoal
- Enclosing class:
- DolphinEntity
class DolphinEntity.PlayWithItemsGoal extends Goal
-
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 intfield_6758 -
Constructor Summary
Constructors Modifier Constructor Description privatePlayWithItemsGoal() -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, shouldContinue, toString
-
Field Details
-
field_6758
private int field_6758
-
-
Constructor Details
-
PlayWithItemsGoal
private PlayWithItemsGoal()
-
-
Method Details