net.minecraft.util
Class Tuple

java.lang.Object
  extended by net.minecraft.util.Tuple

public class Tuple
extends Object


Constructor Summary
Tuple(Object par1Obj, Object par2Obj)
           
 
Method Summary
 Object getFirst()
          Get the first Object in the Tuple
 Object getSecond()
          Get the second Object in the Tuple
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuple

public Tuple(Object par1Obj,
             Object par2Obj)
Method Detail

getFirst

public Object getFirst()
Get the first Object in the Tuple


getSecond

public Object getSecond()
Get the second Object in the Tuple