Class PixelmonLoaders
java.lang.Object
com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final Map
<String, TriConsumer<com.google.gson.Gson, net.minecraft.resources.ResourceLocation, com.google.gson.JsonElement>> static final String
static final String
static final String
static final String
static final String
static final String
static final int
static final AtomicInteger
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addReloadListeners
(net.neoforged.neoforge.event.AddReloadListenerEvent event) static void
tryReloadSearchTrees
(boolean last)
-
Field Details
-
CONFIG_PROCESSORS
public static final Map<String,TriConsumer<com.google.gson.Gson, CONFIG_PROCESSORSnet.minecraft.resources.ResourceLocation, com.google.gson.JsonElement>> -
SEARCH_TREE_SYNC_COUNTER
-
SEARCH_TREE_SYNC_COUNT
public static final int SEARCH_TREE_SYNC_COUNT- See Also:
-
ABILITY_DATA
- See Also:
-
SPECIES_DATA
- See Also:
-
MOVES_DATA
- See Also:
-
DROPS_DATA
- See Also:
-
BOSS_TIERS_DATA
- See Also:
-
RULES_DATA
- See Also:
-
SPAWNING_DATA
- See Also:
-
CONFIG_DATA
- See Also:
-
POKEBALL_DATA
- See Also:
-
DAY_CARE_DATA
- See Also:
-
RIBBONS
- See Also:
-
-
Constructor Details
-
PixelmonLoaders
public PixelmonLoaders()
-
-
Method Details
-
addReloadListeners
public static void addReloadListeners(net.neoforged.neoforge.event.AddReloadListenerEvent event) -
tryReloadSearchTrees
public static void tryReloadSearchTrees(boolean last)
-