net.minecraft.src
Class TextureCompassFX

java.lang.Object
  extended by net.minecraft.src.TextureFX
      extended by cpw.mods.fml.client.FMLTextureFX
          extended by net.minecraft.src.TextureCompassFX
All Implemented Interfaces:
ITextureFX

public class TextureCompassFX
extends FMLTextureFX


Field Summary
 
Fields inherited from class cpw.mods.fml.client.FMLTextureFX
errored, tileSizeBase, tileSizeMask, tileSizeSquare, tileSizeSquareMask
 
Fields inherited from class net.minecraft.src.TextureFX
anaglyphEnabled, iconIndex, imageData, textureId, tileImage, tileSize
 
Constructor Summary
TextureCompassFX(Minecraft par1Minecraft)
           
 
Method Summary
 void onTick()
           
 void setup()
           
 
Methods inherited from class cpw.mods.fml.client.FMLTextureFX
getErrored, onTextureDimensionsUpdate, onTexturePackChanged, setErrored, unregister
 
Methods inherited from class net.minecraft.src.TextureFX
bindImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextureCompassFX

public TextureCompassFX(Minecraft par1Minecraft)
Method Detail

setup

public void setup()

onTick

public void onTick()
Overrides:
onTick in class TextureFX