Class DynamicRegistryInfo

java.lang.Object
de.ellpeck.rockbottom.api.world.DynamicRegistryInfo

@ApiInternal public class DynamicRegistryInfo extends Object
  • Constructor Details

    • DynamicRegistryInfo

      public DynamicRegistryInfo()
    • DynamicRegistryInfo

      public DynamicRegistryInfo(NameToIndexInfo tileRegInfo, NameToIndexInfo biomeRegInfo)
  • Method Details

    • getTiles

      public NameToIndexInfo getTiles()
    • getBiomes

      public NameToIndexInfo getBiomes()
    • fromBuffer

      public void fromBuffer(io.netty.buffer.ByteBuf buf)
    • toBuffer

      public void toBuffer(io.netty.buffer.ByteBuf buf)