Uses of Class
net.minecraft.entity.mob.HostileEntity
Packages that use HostileEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of HostileEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type HostileEntity -
Uses of HostileEntity in net.minecraft.entity.ai.goal
Classes in net.minecraft.entity.ai.goal with type parameters of type HostileEntityModifier and TypeClassDescriptionclass
BowAttackGoal<T extends HostileEntity & RangedAttackMob>
class
CrossbowAttackGoal<T extends HostileEntity & RangedAttackMob & CrossbowUser>
Fields in net.minecraft.entity.ai.goal declared as HostileEntity -
Uses of HostileEntity in net.minecraft.entity.boss
Subclasses of HostileEntity in net.minecraft.entity.boss -
Uses of HostileEntity in net.minecraft.entity.mob
Subclasses of HostileEntity in net.minecraft.entity.mobModifier 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
class
class
Method parameters in net.minecraft.entity.mob with type arguments of type HostileEntityModifier 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) Constructor parameters in net.minecraft.entity.mob with type arguments of type HostileEntityModifierConstructorDescriptionBreezeEntity
(EntityType<? extends HostileEntity> type, World world) protected
HostileEntity
(EntityType<? extends HostileEntity> type, World world) WardenEntity
(EntityType<? extends HostileEntity> type, World world) -
Uses of HostileEntity in net.minecraft.entity.raid
Subclasses of HostileEntity in net.minecraft.entity.raid