Uses of Class
net.minecraft.entity.mob.PatrolEntity
| Package | Description |
|---|---|
| net.minecraft.entity.mob | |
| net.minecraft.entity.raid |
-
Uses of PatrolEntity in net.minecraft.entity.mob
Classes in net.minecraft.entity.mob with type parameters of type PatrolEntity Modifier and Type Class Description static classPatrolEntity.PatrolGoal<T extends PatrolEntity>Subclasses of PatrolEntity in net.minecraft.entity.mob Modifier and Type Class Description classEvokerEntityclassIllagerEntityclassIllusionerEntityclassPillagerEntityclassRavagerEntityclassSpellcastingIllagerEntityclassVindicatorEntityclassWitchEntityFields in net.minecraft.entity.mob declared as PatrolEntity Modifier and Type Field Description private TPatrolEntity.PatrolGoal. entityMethods in net.minecraft.entity.mob that return types with arguments of type PatrolEntity Modifier and Type Method Description private List<PatrolEntity>PatrolEntity.PatrolGoal. findPatrolTargets()Method parameters in net.minecraft.entity.mob with type arguments of type PatrolEntity Modifier and Type Method Description static booleanPatrolEntity. canSpawn(EntityType<? extends PatrolEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)Constructor parameters in net.minecraft.entity.mob with type arguments of type PatrolEntity Constructor Description PatrolEntity(EntityType<? extends PatrolEntity> type, World world) -
Uses of PatrolEntity in net.minecraft.entity.raid
Subclasses of PatrolEntity in net.minecraft.entity.raid Modifier and Type Class Description classRaiderEntity