public class DefaultContexts
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FunctionContext |
CONFIG |
static FunctionContext |
MATH_SCALAR |
static FunctionContext |
MATH_VECTOR |
static NodeVariableDouble |
RENDER_PARTIAL_TICKS |
static FunctionContext |
RENDERING |
Constructor and Description |
---|
DefaultContexts() |
Modifier and Type | Method and Description |
---|---|
static FunctionContext |
createWithAll()
Creates a new
FunctionContext with all of the functions given in this class. |
static FunctionContext |
createWithAll(java.lang.String name) |
public static final FunctionContext MATH_SCALAR
public static final FunctionContext MATH_VECTOR
public static final FunctionContext RENDERING
public static final FunctionContext CONFIG
public static final NodeVariableDouble RENDER_PARTIAL_TICKS
public static FunctionContext createWithAll()
FunctionContext
with all of the functions given in this class.public static FunctionContext createWithAll(java.lang.String name)