Package net.minecraft.entity.raid
Class RaiderEntity.CelebrateGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.raid.RaiderEntity.CelebrateGoal
- Enclosing class:
- RaiderEntity
public class RaiderEntity.CelebrateGoal 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 RaiderEntity
raider
-
Constructor Summary
Constructors Constructor Description CelebrateGoal(RaiderEntity raider)
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, shouldContinue, toString
-
Field Details
-
raider
-
-
Constructor Details
-
CelebrateGoal
CelebrateGoal(RaiderEntity raider)
-
-
Method Details