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, waitgetScreenClasspublic void onPreRender(net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent.Post event)
onPreRender in interface ScreenModifierpublic void onBackgroundDraw(net.minecraftforge.client.event.GuiScreenEvent.BackgroundDrawnEvent event)
onBackgroundDraw in interface ScreenModifierpublic static net.minecraft.util.ResourceLocation getSprite()