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 classAbstractZombieModel<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 classBowAttackGoal<T extends HostileEntity & RangedAttackMob>classCrossbowAttackGoal<T extends HostileEntity & RangedAttackMob & CrossbowUser>Fields in net.minecraft.entity.ai.goal declared as HostileEntity Modifier and Type Field Description private TBowAttackGoal. actorprivate TCrossbowAttackGoal. actor -
Uses of HostileEntity in net.minecraft.entity.boss
Subclasses of HostileEntity in net.minecraft.entity.boss Modifier and Type Class Description classWitherEntity -
Uses of HostileEntity in net.minecraft.entity.mob
Subclasses of HostileEntity in net.minecraft.entity.mob Modifier and Type Class Description classAbstractPiglinEntityclassAbstractSkeletonEntityclassBlazeEntityclassCaveSpiderEntityclassCreeperEntityclassDrownedEntityclassElderGuardianEntityclassEndermanEntityclassEndermiteEntityclassEvokerEntityclassGiantEntityclassGuardianEntityclassHuskEntityclassIllagerEntityclassIllusionerEntityclassPatrolEntityclassPiglinBruteEntityclassPiglinEntityclassPillagerEntityclassRavagerEntityclassSilverfishEntityclassSkeletonEntityclassSpellcastingIllagerEntityclassSpiderEntityclassStrayEntityclassVexEntityclassVindicatorEntityclassWitchEntityclassWitherSkeletonEntityclassZoglinEntityclassZombieEntityclassZombieVillagerEntityclassZombifiedPiglinEntityMethod parameters in net.minecraft.entity.mob with type arguments of type HostileEntity Modifier and Type Method Description static booleanHostileEntity. canSpawnIgnoreLightLevel(EntityType<? extends HostileEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanHostileEntity. 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 classRaiderEntity