package net.minecraft.server;

interface DataPaletteExpandable {

    int a(int i, IBlockData iblockdata);
}
