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 classPatrollerEntity.PatrolGoal<T extends PatrollerEntity>Subclasses of PatrollerEntity in net.minecraft.entity.monster Modifier and Type Class Description classAbstractIllagerEntityclassAbstractRaiderEntityclassEvokerEntityclassIllusionerEntityclassPillagerEntityclassRavagerEntityclassSpellcastingIllagerEntityclassVindicatorEntityclassWitchEntityFields in net.minecraft.entity.monster declared as PatrollerEntity Modifier and Type Field Description private TPatrollerEntity.PatrolGoal. mobMethods 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 booleanPatrollerEntity. 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_)
-