Package | Description |
---|---|
net.minecraftforge.fml.common.network.handshake | |
net.minecraftforge.registries |
Modifier and Type | Field and Description |
---|---|
static io.netty.util.AttributeKey<java.util.Map<ResourceLocation,ForgeRegistry.Snapshot>> |
NetworkDispatcher.FML_GAMEDATA_SNAPSHOT |
Constructor and Description |
---|
RegistryData(boolean hasMore,
ResourceLocation name,
ForgeRegistry.Snapshot entry) |
Modifier and Type | Method and Description |
---|---|
ForgeRegistry.Snapshot |
ForgeRegistry.makeSnapshot() |
static ForgeRegistry.Snapshot |
ForgeRegistry.Snapshot.read(NBTTagCompound nbt) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ResourceLocation,ForgeRegistry.Snapshot> |
RegistryManager.takeSnapshot(boolean savingToDisc) |
Modifier and Type | Method and Description |
---|---|
private static <T extends IForgeRegistryEntry<T>> |
GameData.loadPersistentDataToStagingRegistry(RegistryManager pool,
RegistryManager to,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
ResourceLocation name,
ForgeRegistry.Snapshot snap,
java.lang.Class<T> regType) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> |
GameData.injectSnapshot(java.util.Map<ResourceLocation,ForgeRegistry.Snapshot> snapshot,
boolean injectFrozenData,
boolean isLocalWorld) |