public abstract class LoadingPokemonModifier extends java.lang.Object implements ScreenModifier
Constructor and Description |
---|
LoadingPokemonModifier() |
Modifier and Type | Method and Description |
---|---|
static net.minecraft.util.ResourceLocation |
getSprite()
Used to grab a sprite from a list of Sprite resource locations.
|
void |
onBackgroundDraw(net.minecraftforge.client.event.GuiScreenEvent.BackgroundDrawnEvent event) |
void |
onPreRender(net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent.Post event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getScreenClass
public void onPreRender(net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent.Post event)
onPreRender
in interface ScreenModifier
public void onBackgroundDraw(net.minecraftforge.client.event.GuiScreenEvent.BackgroundDrawnEvent event)
onBackgroundDraw
in interface ScreenModifier
public static net.minecraft.util.ResourceLocation getSprite()