public class BracketHandlerEntity
extends java.lang.Object
implements crafttweaker.zenscript.IBracketHandler
Constructor and Description |
---|
BracketHandlerEntity() |
Modifier and Type | Method and Description |
---|---|
static crafttweaker.api.entity.IEntityDefinition |
getEntity(java.lang.String name) |
static void |
rebuildEntityRegistry() |
stanhebben.zenscript.symbols.IZenSymbol |
resolve(stanhebben.zenscript.compiler.IEnvironmentGlobal environment,
java.util.List<stanhebben.zenscript.parser.Token> tokens) |
public static void rebuildEntityRegistry()
public static crafttweaker.api.entity.IEntityDefinition getEntity(java.lang.String name)
public stanhebben.zenscript.symbols.IZenSymbol resolve(stanhebben.zenscript.compiler.IEnvironmentGlobal environment, java.util.List<stanhebben.zenscript.parser.Token> tokens)
resolve
in interface crafttweaker.zenscript.IBracketHandler