YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.src.FMLRenderAccessLibrary Class Reference

Static Public Member Functions

static Logger getLogger ()
 
static void log (Level level, String message)
 
static void log (Level level, String message, Throwable throwable)
 
static boolean renderWorldBlock (RenderBlocks renderer, IBlockAccess world, int x, int y, int z, Block block, int modelId)
 
static void renderInventoryBlock (RenderBlocks renderer, Block block, int metadata, int modelID)
 
static boolean renderItemAsFull3DBlock (int modelId)
 
static void doTextureCopy (Texture atlas, Texture source, int targetX, int targetY)
 

Detailed Description

A static hook library for optifine and other basemod editing code to access FML functions

Author
cpw

Member Function Documentation

static void net.minecraft.src.FMLRenderAccessLibrary.doTextureCopy ( Texture  atlas,
Texture  source,
int  targetX,
int  targetY 
)
static
static Logger net.minecraft.src.FMLRenderAccessLibrary.getLogger ( )
static
static void net.minecraft.src.FMLRenderAccessLibrary.log ( Level  level,
String  message 
)
static
static void net.minecraft.src.FMLRenderAccessLibrary.log ( Level  level,
String  message,
Throwable  throwable 
)
static
static void net.minecraft.src.FMLRenderAccessLibrary.renderInventoryBlock ( RenderBlocks  renderer,
Block  block,
int  metadata,
int  modelID 
)
static
static boolean net.minecraft.src.FMLRenderAccessLibrary.renderItemAsFull3DBlock ( int  modelId)
static
static boolean net.minecraft.src.FMLRenderAccessLibrary.renderWorldBlock ( RenderBlocks  renderer,
IBlockAccess  world,
int  x,
int  y,
int  z,
Block  block,
int  modelId 
)
static

The documentation for this class was generated from the following file: