Uses of Class
net.minecraft.entity.mob.HostileEntity
Package | Description |
---|---|
net.minecraft.client.render.entity.model | |
net.minecraft.entity.ai.goal | |
net.minecraft.entity.boss | |
net.minecraft.entity.mob | |
net.minecraft.entity.raid |
-
Uses of HostileEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type HostileEntity Modifier and Type Class Description class
AbstractZombieModel<T extends HostileEntity>
-
Uses of HostileEntity in net.minecraft.entity.ai.goal
Classes in net.minecraft.entity.ai.goal with type parameters of type HostileEntity Modifier and Type Class Description class
BowAttackGoal<T extends HostileEntity & RangedAttackMob>
class
CrossbowAttackGoal<T extends HostileEntity & RangedAttackMob & CrossbowUser>
Fields in net.minecraft.entity.ai.goal declared as HostileEntity Modifier and Type Field Description private T
BowAttackGoal. actor
private T
CrossbowAttackGoal. actor
-
Uses of HostileEntity in net.minecraft.entity.boss
Subclasses of HostileEntity in net.minecraft.entity.boss Modifier and Type Class Description class
WitherEntity
-
Uses of HostileEntity in net.minecraft.entity.mob
Subclasses of HostileEntity in net.minecraft.entity.mob Modifier and Type Class Description class
AbstractPiglinEntity
class
AbstractSkeletonEntity
class
BlazeEntity
class
CaveSpiderEntity
class
CreeperEntity
class
DrownedEntity
class
ElderGuardianEntity
class
EndermanEntity
class
EndermiteEntity
class
EvokerEntity
class
GiantEntity
class
GuardianEntity
class
HuskEntity
class
IllagerEntity
class
IllusionerEntity
class
PatrolEntity
class
PiglinBruteEntity
class
PiglinEntity
class
PillagerEntity
class
RavagerEntity
class
SilverfishEntity
class
SkeletonEntity
class
SpellcastingIllagerEntity
class
SpiderEntity
class
StrayEntity
class
VexEntity
class
VindicatorEntity
class
WitchEntity
class
WitherSkeletonEntity
class
ZoglinEntity
class
ZombieEntity
class
ZombieVillagerEntity
class
ZombifiedPiglinEntity
Method parameters in net.minecraft.entity.mob with type arguments of type HostileEntity Modifier and Type Method Description static 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 HostileEntity Constructor Description HostileEntity(EntityType<? extends HostileEntity> type, World world)
-
Uses of HostileEntity in net.minecraft.entity.raid
Subclasses of HostileEntity in net.minecraft.entity.raid Modifier and Type Class Description class
RaiderEntity