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 class
PatrolEntity.PatrolGoal<T extends PatrolEntity>
Subclasses of PatrolEntity in net.minecraft.entity.mob Modifier and Type Class Description class
EvokerEntity
class
IllagerEntity
class
IllusionerEntity
class
PillagerEntity
class
RavagerEntity
class
SpellcastingIllagerEntity
class
VindicatorEntity
class
WitchEntity
Fields in net.minecraft.entity.mob declared as PatrolEntity Modifier and Type Field Description private T
PatrolEntity.PatrolGoal. entity
Methods 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 boolean
PatrolEntity. 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 class
RaiderEntity