Uses of Class
zombie.scripting.commands.LoadTexturePage.WatchPair

Packages that use LoadTexturePage.WatchPair
zombie.core.textures   
zombie.scripting.commands   
 

Uses of LoadTexturePage.WatchPair in zombie.core.textures
 

Method parameters in zombie.core.textures with type arguments of type LoadTexturePage.WatchPair
static TexturePackPage TexturePackPage.getPackPage(java.lang.String page, java.util.Stack<LoadTexturePage.WatchPair> Pairs)
           
 void TexturePackPage.load(java.lang.String filename, java.util.Stack<LoadTexturePage.WatchPair> Pairs, java.nio.ByteBuffer cache, boolean bCached)
           
 void TexturePackPage.loadlisting(java.lang.String filename, java.lang.String name, java.util.Stack<LoadTexturePage.WatchPair> Pairs, java.nio.ByteBuffer cache, boolean bCached)
           
 

Uses of LoadTexturePage.WatchPair in zombie.scripting.commands
 

Fields in zombie.scripting.commands with type parameters of type LoadTexturePage.WatchPair
 java.util.Stack<LoadTexturePage.WatchPair> LoadTexturePage.Pairs