Package | Description |
---|---|
net.minecraftforge.fml.network | |
net.minecraftforge.registries |
Modifier and Type | Field and Description |
---|---|
private ForgeRegistry.Snapshot |
FMLHandshakeMessages.S2CRegistry.snapshot |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,ForgeRegistry.Snapshot> |
FMLHandshakeHandler.registrySnapshots |
Modifier and Type | Method and Description |
---|---|
ForgeRegistry.Snapshot |
FMLHandshakeMessages.S2CRegistry.getSnapshot() |
Constructor and Description |
---|
S2CRegistry(ResourceLocation name,
ForgeRegistry.Snapshot snapshot) |
Modifier and Type | Method and Description |
---|---|
ForgeRegistry.Snapshot |
ForgeRegistry.makeSnapshot() |
static ForgeRegistry.Snapshot |
ForgeRegistry.Snapshot.read(CompoundNBT nbt) |
static ForgeRegistry.Snapshot |
ForgeRegistry.Snapshot.read(PacketBuffer buff) |
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) |