Modifier and Type | Method and Description |
---|---|
static float |
EnderCrystalRenderer.func_229051_a_(EnderCrystalEntity p_229051_0_,
float p_229051_1_) |
ResourceLocation |
EnderCrystalRenderer.getEntityTexture(EnderCrystalEntity entity) |
void |
EnderCrystalRenderer.render(EnderCrystalEntity entityIn,
float entityYaw,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn) |
boolean |
EnderCrystalRenderer.shouldRender(EnderCrystalEntity livingEntityIn,
ClippingHelperImpl camera,
double camX,
double camY,
double camZ) |
Modifier and Type | Field and Description |
---|---|
static EntityType<EnderCrystalEntity> |
EntityType.END_CRYSTAL |
Modifier and Type | Field and Description |
---|---|
EnderCrystalEntity |
EnderDragonEntity.closestEnderCrystal |
Modifier and Type | Method and Description |
---|---|
void |
EnderDragonEntity.onCrystalDestroyed(EnderCrystalEntity crystal,
BlockPos pos,
DamageSource dmgSrc) |
Modifier and Type | Method and Description |
---|---|
void |
IPhase.onCrystalDestroyed(EnderCrystalEntity crystal,
BlockPos pos,
DamageSource dmgSrc,
PlayerEntity plyr) |
void |
Phase.onCrystalDestroyed(EnderCrystalEntity crystal,
BlockPos pos,
DamageSource dmgSrc,
PlayerEntity plyr) |
void |
HoldingPatternPhase.onCrystalDestroyed(EnderCrystalEntity crystal,
BlockPos pos,
DamageSource dmgSrc,
PlayerEntity plyr) |
Constructor and Description |
---|
EnderCrystalEntity(EntityType<? extends EnderCrystalEntity> p_i50231_1_,
World p_i50231_2_) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<EnderCrystalEntity> |
DragonFightManager.crystals |
Modifier and Type | Method and Description |
---|---|
void |
DragonFightManager.onCrystalDestroyed(EnderCrystalEntity crystal,
DamageSource dmgSrc) |
Modifier and Type | Method and Description |
---|---|
abstract void |
DragonSpawnState.process(ServerWorld worldIn,
DragonFightManager manager,
java.util.List<EnderCrystalEntity> crystals,
int ticks,
BlockPos pos) |
private void |
DragonFightManager.respawnDragon(java.util.List<EnderCrystalEntity> crystalsIn) |