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 AbstractRaiderEntity
mob
-
Constructor Summary
Constructors Constructor Description CelebrateRaidLossGoal(AbstractRaiderEntity p_i50571_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canUse()
void
start()
void
stop()
void
tick()
-
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_)
-
-