public final class API
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ConverterAPI |
converterAPI |
static CreativeTab |
creativeTab |
static java.lang.String |
IMC_BLACKLIST
Blacklist command, add a block to the blacklist so it is not handled by
any of the built-in converters.
|
static java.lang.String |
IMC_MAP_TO_BLOCK
Add a block to block mapping, replacing a block with another in
blueprints.
|
static java.lang.String |
IMC_MAP_TO_ITEM
Add a block to item mapping, defining which item to associate with a
serialized block when computing required materials.
|
static java.lang.String |
IMC_WHITELIST
Whitelist a block and provide some additional processing information.
|
static java.lang.String |
MOD_ID
The ID of the mod, i.e.
|
static java.lang.String |
MOD_VERSION
The current version of the mod.
|
public static final java.lang.String MOD_ID
public static final java.lang.String MOD_VERSION
public static final java.lang.String IMC_BLACKLIST
public static final java.lang.String IMC_WHITELIST
whitelist.json file, i.e. keys for allowed keys in a
filtered tag compound, with arbitrary values, or another tag compound as
value for nested filtering. Same goes for the compound defining tags to
strip, except that keys present will be stripped, not kept.public static final java.lang.String IMC_MAP_TO_BLOCK
public static final java.lang.String IMC_MAP_TO_ITEM
public static CreativeTab creativeTab
public static ConverterAPI converterAPI