public class MCPlatformFunctions
extends java.lang.Object
implements crafttweaker.IPlatformFunctions
Modifier and Type | Field and Description |
---|---|
static MCPlatformFunctions |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
crafttweaker.api.item.IItemDefinition |
getItemDefinition(int id) |
crafttweaker.api.chat.IChatMessage |
getMessage(java.lang.String message) |
public static final MCPlatformFunctions INSTANCE
public crafttweaker.api.chat.IChatMessage getMessage(java.lang.String message)
getMessage
in interface crafttweaker.IPlatformFunctions
public crafttweaker.api.item.IItemDefinition getItemDefinition(int id)
getItemDefinition
in interface crafttweaker.IPlatformFunctions