Uses of Class
net.minecraft.entity.monster.PatrollerEntity
-
Packages that use PatrollerEntity Package Description net.minecraft.entity.monster -
-
Uses of PatrollerEntity in net.minecraft.entity.monster
Classes in net.minecraft.entity.monster with type parameters of type PatrollerEntity Modifier and Type Class Description static class
PatrollerEntity.PatrolGoal<T extends PatrollerEntity>
Subclasses of PatrollerEntity in net.minecraft.entity.monster Modifier and Type Class Description class
AbstractIllagerEntity
class
AbstractRaiderEntity
class
EvokerEntity
class
IllusionerEntity
class
PillagerEntity
class
RavagerEntity
class
SpellcastingIllagerEntity
class
VindicatorEntity
class
WitchEntity
Fields in net.minecraft.entity.monster declared as PatrollerEntity Modifier and Type Field Description private T
PatrollerEntity.PatrolGoal. mob
Methods in net.minecraft.entity.monster that return types with arguments of type PatrollerEntity Modifier and Type Method Description private java.util.List<PatrollerEntity>
PatrollerEntity.PatrolGoal. findPatrolCompanions()
Method parameters in net.minecraft.entity.monster with type arguments of type PatrollerEntity Modifier and Type Method Description static boolean
PatrollerEntity. checkPatrollingMonsterSpawnRules(EntityType<? extends PatrollerEntity> p_223330_0_, IWorld p_223330_1_, SpawnReason p_223330_2_, BlockPos p_223330_3_, java.util.Random p_223330_4_)
Constructor parameters in net.minecraft.entity.monster with type arguments of type PatrollerEntity Constructor Description PatrollerEntity(EntityType<? extends PatrollerEntity> p_i50201_1_, World p_i50201_2_)
-