public class DynamicRegistryInfo
extends java.lang.Object
| Constructor and Description |
|---|
DynamicRegistryInfo() |
DynamicRegistryInfo(NameToIndexInfo tileRegInfo,
NameToIndexInfo biomeRegInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBuffer(io.netty.buffer.ByteBuf buf) |
NameToIndexInfo |
getBiomes() |
NameToIndexInfo |
getTiles() |
void |
toBuffer(io.netty.buffer.ByteBuf buf) |
public DynamicRegistryInfo()
public DynamicRegistryInfo(NameToIndexInfo tileRegInfo, NameToIndexInfo biomeRegInfo)
public NameToIndexInfo getTiles()
public NameToIndexInfo getBiomes()
public void fromBuffer(io.netty.buffer.ByteBuf buf)
public void toBuffer(io.netty.buffer.ByteBuf buf)