public final class SortIndex
extends java.lang.Object
Converter.getSortIndex(NBTBase) used by built-in converters.
Use these for custom converters as is, or use them as a guideline.
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTACHED_BLOCK
Blocks that require a hard surface, such as levers or torches.
|
static int |
FALLING_BLOCK
Blocks that require a solid block below them, such as gravel or sand.
|
static int |
FLUID_BLOCK
Blocks that are fluids, such as water or lava.
|
static int |
SOLID_BLOCK
Blocks that have no dependencies, such as cobble or dirt.
|
public static final int SOLID_BLOCK
public static final int FALLING_BLOCK
public static final int ATTACHED_BLOCK
public static final int FLUID_BLOCK