Uses of Class
net.minecraft.entity.mob.HostileEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of HostileEntity in net.minecraft.client.render.entity.model
-
Uses of HostileEntity in net.minecraft.entity.ai.goal
Modifier and TypeClassDescriptionclass
BowAttackGoal<T extends HostileEntity & RangedAttackMob>
class
CrossbowAttackGoal<T extends HostileEntity & RangedAttackMob & CrossbowUser>
-
Uses of HostileEntity in net.minecraft.entity.boss
-
Uses of HostileEntity in net.minecraft.entity.mob
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionstatic boolean
HostileEntity.canSpawnIgnoreLightLevel
(EntityType<? extends HostileEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random) static boolean
HostileEntity.canSpawnInDark
(EntityType<? extends HostileEntity> type, ServerWorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random) ModifierConstructorDescriptionprotected
HostileEntity
(EntityType<? extends HostileEntity> type, World world) WardenEntity
(EntityType<? extends HostileEntity> type, World world) -
Uses of HostileEntity in net.minecraft.entity.raid