Package | Description |
---|---|
buildcraft.lib.client.render.laser |
Modifier and Type | Field and Description |
---|---|
LaserData_BC8.LaserSide[] |
LaserData_BC8.LaserRow.validSides |
static LaserData_BC8.LaserSide[] |
LaserData_BC8.LaserSide.VALUES |
Modifier and Type | Method and Description |
---|---|
static LaserData_BC8.LaserSide |
LaserData_BC8.LaserSide.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LaserData_BC8.LaserSide[] |
LaserData_BC8.LaserSide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CompiledLaserRow.bakeFor(LaserContext context,
LaserData_BC8.LaserSide side,
double startX,
int count) |
Constructor and Description |
---|
LaserRow(ISprite sprite,
int uMin,
int vMin,
int uMax,
int vMax,
int textureSize,
LaserData_BC8.LaserSide... sides) |
LaserRow(ISprite sprite,
int uMin,
int vMin,
int uMax,
int vMax,
LaserData_BC8.LaserSide... sides) |