Package net.minecraft.src
Class TextureFX
- java.lang.Object
-
- net.minecraft.src.TextureFX
-
- Direct Known Subclasses:
TextureCompassFX
,TextureFlamesFX
,TextureLavaFlowFX
,TextureLavaFX
,TexturePortalFX
,TextureWatchFX
,TextureWaterFlowFX
,TextureWaterFX
@Client public class TextureFX extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TextureFX(int var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bindImage(RenderEngine var1)
void
onTick()
-
-
-
Method Detail
-
onTick
public void onTick()
-
bindImage
public void bindImage(RenderEngine var1)
-
-