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
-
-
Field Summary
Fields Modifier and Type Field Description private int
cooldown
-
Constructor Summary
Constructors Modifier Constructor Description private
PlayWithItemsGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canUse()
private void
drop(ItemStack p_220810_1_)
void
start()
void
stop()
void
tick()
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, getFlags, isInterruptable, setFlags, toString
-
-