|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcpw.mods.fml.client.SpriteHelper
public class SpriteHelper
| Constructor Summary | |
|---|---|
SpriteHelper()
|
|
| Method Summary | |
|---|---|
static int |
freeSlotCount(String textureToOverride)
|
static int |
getFreeSlot(BitSet slots)
|
static int |
getUniqueSpriteIndex(String path)
|
static void |
registerSpriteMapForFile(String file,
String spriteMap)
Register a sprite map for ModTextureStatic, to allow for other mods to override your sprite page. |
static BitSet |
toBitSet(String data)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpriteHelper()
| Method Detail |
|---|
public static void registerSpriteMapForFile(String file,
String spriteMap)
public static int getUniqueSpriteIndex(String path)
public static BitSet toBitSet(String data)
public static int getFreeSlot(BitSet slots)
public static int freeSlotCount(String textureToOverride)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||