public static class ForgeRegistry.Snapshot
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Map<ResourceLocation,ResourceLocation> |
aliases |
private PacketBuffer |
binary |
java.util.Set<java.lang.Integer> |
blocked |
java.util.Set<ResourceLocation> |
dummied |
java.util.Map<ResourceLocation,java.lang.Integer> |
ids |
java.util.Map<ResourceLocation,java.lang.String> |
overrides |
Constructor and Description |
---|
Snapshot() |
Modifier and Type | Method and Description |
---|---|
PacketBuffer |
getPacketData() |
static ForgeRegistry.Snapshot |
read(CompoundNBT nbt) |
static ForgeRegistry.Snapshot |
read(PacketBuffer buff) |
CompoundNBT |
write() |
public final java.util.Map<ResourceLocation,java.lang.Integer> ids
public final java.util.Map<ResourceLocation,ResourceLocation> aliases
public final java.util.Set<java.lang.Integer> blocked
public final java.util.Set<ResourceLocation> dummied
public final java.util.Map<ResourceLocation,java.lang.String> overrides
private PacketBuffer binary
public CompoundNBT write()
public static ForgeRegistry.Snapshot read(CompoundNBT nbt)
public PacketBuffer getPacketData()
public static ForgeRegistry.Snapshot read(PacketBuffer buff)