public class BracketHandlerPotion
extends java.lang.Object
implements crafttweaker.zenscript.IBracketHandler
Constructor and Description |
---|
BracketHandlerPotion() |
Modifier and Type | Method and Description |
---|---|
static crafttweaker.api.potions.IPotion |
getPotion(java.lang.String name) |
static java.util.Map<java.lang.String,net.minecraft.potion.Potion> |
getPotionNames() |
java.lang.String |
getRegexMatchingString() |
java.lang.Class<?> |
getReturnedClass() |
static void |
rebuildRegistry() |
stanhebben.zenscript.symbols.IZenSymbol |
resolve(stanhebben.zenscript.compiler.IEnvironmentGlobal environment,
java.util.List<stanhebben.zenscript.parser.Token> tokens) |
public static java.util.Map<java.lang.String,net.minecraft.potion.Potion> getPotionNames()
public static void rebuildRegistry()
public static crafttweaker.api.potions.IPotion getPotion(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
public java.lang.Class<?> getReturnedClass()
getReturnedClass
in interface crafttweaker.zenscript.IBracketHandler
public java.lang.String getRegexMatchingString()
getRegexMatchingString
in interface crafttweaker.zenscript.IBracketHandler