Package | Description |
---|---|
net.minecraft.client.renderer.entity.model | |
net.minecraft.entity.ai.goal | |
net.minecraft.entity.boss | |
net.minecraft.entity.monster |
Modifier and Type | Class and Description |
---|---|
class |
AbstractZombieModel<T extends MonsterEntity> |
Modifier and Type | Class and Description |
---|---|
class |
RangedBowAttackGoal<T extends MonsterEntity & IRangedAttackMob> |
class |
RangedCrossbowAttackGoal<T extends MonsterEntity & IRangedAttackMob & ICrossbowUser> |
Modifier and Type | Field and Description |
---|---|
private T |
RangedBowAttackGoal.entity |
private T |
RangedCrossbowAttackGoal.field_220748_a |
Modifier and Type | Class and Description |
---|---|
class |
WitherEntity |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIllagerEntity |
class |
AbstractRaiderEntity |
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 |
IllusionerEntity |
class |
PatrollerEntity |
class |
PillagerEntity |
class |
RavagerEntity |
class |
SilverfishEntity |
class |
SkeletonEntity |
class |
SpellcastingIllagerEntity |
class |
SpiderEntity |
class |
StrayEntity |
class |
VexEntity |
class |
VindicatorEntity |
class |
WitchEntity |
class |
WitherSkeletonEntity |
class |
ZombieEntity |
class |
ZombiePigmanEntity |
class |
ZombieVillagerEntity |
Modifier and Type | Method and Description |
---|---|
static boolean |
MonsterEntity.canMonsterSpawn(EntityType<? extends MonsterEntity> type,
IWorld worldIn,
SpawnReason reason,
BlockPos pos,
java.util.Random randomIn) |
static boolean |
MonsterEntity.canMonsterSpawnInLight(EntityType<? extends MonsterEntity> type,
IWorld worldIn,
SpawnReason reason,
BlockPos pos,
java.util.Random randomIn) |
Constructor and Description |
---|
MonsterEntity(EntityType<? extends MonsterEntity> type,
World worldIn) |