public class ArrayUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static IItemCondition[] |
EMPTY_CONDITIONS |
static IItemTransformerNew[] |
EMPTY_TRANSFORMERS |
static IItemTransformer[] |
EMPTY_TRANSFORMERS_NEW |
Constructor and Description |
---|
ArrayUtil() |
Modifier and Type | Method and Description |
---|---|
static IBlockPattern[] |
append(IBlockPattern[] values,
IBlockPattern value) |
static IIngredient[] |
append(IIngredient[] values,
IIngredient value) |
static IItemCondition[] |
append(IItemCondition[] values,
IItemCondition value) |
static IItemTransformerNew[] |
append(IItemTransformerNew[] values,
IItemTransformerNew value) |
public static final IItemCondition[] EMPTY_CONDITIONS
public static final IItemTransformerNew[] EMPTY_TRANSFORMERS
public static final IItemTransformer[] EMPTY_TRANSFORMERS_NEW
public static IItemCondition[] append(IItemCondition[] values, IItemCondition value)
public static IItemTransformerNew[] append(IItemTransformerNew[] values, IItemTransformerNew value)
public static IIngredient[] append(IIngredient[] values, IIngredient value)
public static IBlockPattern[] append(IBlockPattern[] values, IBlockPattern value)