Package | Description |
---|---|
net.minecraft.client.renderer.entity | |
net.minecraft.entity.boss | |
net.minecraft.entity.boss.dragon.phase | |
net.minecraft.world.end |
Modifier and Type | Method and Description |
---|---|
void |
RenderEnderCrystal.doRender(EntityEnderCrystal entity,
double x,
double y,
double z,
float entityYaw,
float partialTicks) |
protected ResourceLocation |
RenderEnderCrystal.getEntityTexture(EntityEnderCrystal entity) |
boolean |
RenderEnderCrystal.shouldRender(EntityEnderCrystal livingEntity,
ICamera camera,
double camX,
double camY,
double camZ) |
Modifier and Type | Field and Description |
---|---|
EntityEnderCrystal |
EntityDragon.healingEnderCrystal |
Modifier and Type | Method and Description |
---|---|
void |
EntityDragon.onCrystalDestroyed(EntityEnderCrystal crystal,
BlockPos pos,
DamageSource dmgSrc) |
Modifier and Type | Method and Description |
---|---|
void |
IPhase.onCrystalDestroyed(EntityEnderCrystal crystal,
BlockPos pos,
DamageSource dmgSrc,
EntityPlayer plyr) |
void |
PhaseBase.onCrystalDestroyed(EntityEnderCrystal crystal,
BlockPos pos,
DamageSource dmgSrc,
EntityPlayer plyr) |
void |
PhaseHoldingPattern.onCrystalDestroyed(EntityEnderCrystal crystal,
BlockPos pos,
DamageSource dmgSrc,
EntityPlayer plyr) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<EntityEnderCrystal> |
DragonFightManager.crystals |
Modifier and Type | Method and Description |
---|---|
void |
DragonFightManager.onCrystalDestroyed(EntityEnderCrystal crystal,
DamageSource dmgSrc) |
Modifier and Type | Method and Description |
---|---|
abstract void |
DragonSpawnManager.process(WorldServer worldIn,
DragonFightManager manager,
java.util.List<EntityEnderCrystal> crystals,
int ticks,
BlockPos pos) |
private void |
DragonFightManager.respawnDragon(java.util.List<EntityEnderCrystal> crystalsIn) |