public interface IImportableContainer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExportText()
Gets exportable text for the current Pokémon.
|
default Pokemon[] |
getPokemon() |
net.minecraft.client.gui.screen.Screen |
getScreen()
Returns the screen containing the import/export.
|
java.lang.String |
importText(java.lang.String importText)
Parses import text and saves it to the current Pokémon.
|
default void |
setPokemon(Pokemon... pokemon)
Sets the pokemon that was imported
|
java.lang.String getExportText()
java.lang.String importText(java.lang.String importText)
importText
- The text to save to the current Pokémon.default void setPokemon(Pokemon... pokemon)
pokemon
- The pokemondefault Pokemon[] getPokemon()
net.minecraft.client.gui.screen.Screen getScreen()