public static class ShroudedEyeShipCreator.PlasmaEyePart extends BaseDwellerShipPart
| Modifier and Type | Field and Description |
|---|---|
IntervalUtil |
interval |
float |
radius |
ShipAPI |
ship |
NegativeExplosionVisual |
visual |
additiveBlend, alphaMult, brightness, color, currBrightness, facingOffset, fader, id, negativeBlend, offset, tags| Constructor and Description |
|---|
PlasmaEyePart(org.lwjgl.util.vector.Vector2f offset,
float facingOffset,
ShipAPI ship,
float radius) |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount) |
protected void |
renderImpl(float x,
float y,
float alphaMult,
float angle,
CombatEngineLayers layer) |
addTag, fadeIn, fadeOut, getAlphaMult, getBrightness, getColor, getFader, getId, getTags, hasTag, removeTag, render, setActivated, setAlphaMult, setColor, setFluxActivated, setId, setShieldActivated, setSystemActivated, setWeaponActivatedpublic float radius
public IntervalUtil interval
public NegativeExplosionVisual visual
public PlasmaEyePart(org.lwjgl.util.vector.Vector2f offset, float facingOffset, ShipAPI ship, float radius)
public void advance(float amount)
advance in interface DwellerShipPartadvance in class BaseDwellerShipPartprotected void renderImpl(float x, float y, float alphaMult, float angle, CombatEngineLayers layer)
renderImpl in class BaseDwellerShipPart