public class Sprite
extends java.lang.Object
implements buildcraft.api.core.render.ISprite
| Constructor and Description |
|---|
Sprite(net.minecraft.util.ResourceLocation rl) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindTexture() |
double |
getInterpU(double u) |
double |
getInterpV(double v) |
public void bindTexture()
bindTexture in interface buildcraft.api.core.render.ISpritepublic double getInterpU(double u)
getInterpU in interface buildcraft.api.core.render.ISpritepublic double getInterpV(double v)
getInterpV in interface buildcraft.api.core.render.ISprite