Package net.minecraft.src
Class GuiParticle
- java.lang.Object
-
- net.minecraft.client.gui.GuiComponent
-
- net.minecraft.src.GuiParticle
-
@Client public class GuiParticle extends GuiComponent
-
-
Field Summary
-
Fields inherited from class net.minecraft.client.gui.GuiComponent
zLevel
-
-
Constructor Summary
Constructors Constructor Description GuiParticle(Minecraft var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(float var1)
void
update()
-
Methods inherited from class net.minecraft.client.gui.GuiComponent
drawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawRightAlignedString, drawString, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
-
-
-
-
Constructor Detail
-
GuiParticle
public GuiParticle(Minecraft var1)
-
-