public class DrawableNineSliceTexture
extends java.lang.Object
Constructor and Description |
---|
DrawableNineSliceTexture(JeiTextureMap textureMap,
net.minecraft.util.ResourceLocation location,
int width,
int height,
int left,
int right,
int top,
int bottom) |
Modifier and Type | Method and Description |
---|---|
void |
draw(int xOffset,
int yOffset,
int width,
int height) |
public DrawableNineSliceTexture(JeiTextureMap textureMap, net.minecraft.util.ResourceLocation location, int width, int height, int left, int right, int top, int bottom)