Package net.minecraft.entity.monster
Class AbstractRaiderEntity.CelebrateRaidLossGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.AbstractRaiderEntity.CelebrateRaidLossGoal
-
- Enclosing class:
- AbstractRaiderEntity
public class AbstractRaiderEntity.CelebrateRaidLossGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private AbstractRaiderEntitymob
-
Constructor Summary
Constructors Constructor Description CelebrateRaidLossGoal(AbstractRaiderEntity p_i50571_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanUse()voidstart()voidstop()voidtick()-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, getFlags, isInterruptable, setFlags, toString
-
-
-
-
Field Detail
-
mob
private final AbstractRaiderEntity mob
-
-
Constructor Detail
-
CelebrateRaidLossGoal
CelebrateRaidLossGoal(AbstractRaiderEntity p_i50571_2_)
-
-