public class BracketHandlerPotionType
extends java.lang.Object
implements crafttweaker.zenscript.IBracketHandler
| Constructor and Description |
|---|
BracketHandlerPotionType() |
| Modifier and Type | Method and Description |
|---|---|
static crafttweaker.api.potions.IPotionType |
getFromString(java.lang.String id) |
java.lang.String |
getRegexMatchingString() |
java.lang.Class<?> |
getReturnedClass() |
stanhebben.zenscript.symbols.IZenSymbol |
resolve(stanhebben.zenscript.compiler.IEnvironmentGlobal environment,
java.util.List<stanhebben.zenscript.parser.Token> tokens) |
public static crafttweaker.api.potions.IPotionType getFromString(java.lang.String id)
public stanhebben.zenscript.symbols.IZenSymbol resolve(stanhebben.zenscript.compiler.IEnvironmentGlobal environment,
java.util.List<stanhebben.zenscript.parser.Token> tokens)
resolve in interface crafttweaker.zenscript.IBracketHandlerpublic java.lang.String getRegexMatchingString()
getRegexMatchingString in interface crafttweaker.zenscript.IBracketHandlerpublic java.lang.Class<?> getReturnedClass()
getReturnedClass in interface crafttweaker.zenscript.IBracketHandler