YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
YATS.util.LazUtils Class Reference

Classes

class  InventoryCore
 
class  XYZCoords
 

Static Public Member Functions

static ForgeDirection GetFDFromEntity (EntityLiving entity, Boolean inverted)
 
static void logNormal (String string, Object...format)
 
static void LogException (String string, Throwable ex, Object...format)
 

Member Function Documentation

static ForgeDirection YATS.util.LazUtils.GetFDFromEntity ( EntityLiving  entity,
Boolean  inverted 
)
static

This is a helper method to return the approximate ForgeDirection an entity is facing.

Parameters
entityThe EntityLiving to get a ForgeDirection from.
invertedWhether to get the direction the entity is facing (useful for in-world GUIs) or the opposite direction. (useful for block placement)
Returns
The ForgeDirection the entity is facing (or the opposite if needed).
static void YATS.util.LazUtils.LogException ( String  string,
Throwable  ex,
Object...  format 
)
static
static void YATS.util.LazUtils.logNormal ( String  string,
Object...  format 
)
static

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