public final class StructureCompiler
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
<TField> StructureModifier<TField> |
compile(StructureModifier<TField> source)
Compiles the given structure modifier.
|
public <TField> StructureModifier<TField> compile(StructureModifier<TField> source)
WARNING: Do NOT call this method in the main thread. Compiling may easily take 10 ms, which is already over 1/4 of a tick (50 ms). Let the background thread automatically compile the structure modifiers instead.
source
- - structure modifier to compile.