Class ju

java.lang.Object
  extended by ju
All Implemented Interfaces:
mn

public class ju
extends java.lang.Object
implements mn


Constructor Summary
Constructor and Description
ju()
           
 
Method Summary
Modifier and Type Method and Description
 boolean a_(hl paramhl)
           
 jl a(int paramInt)
           
 void a(int paramInt, jl paramjl)
           
 java.lang.String b()
           
 jl b(int paramInt1, int paramInt2)
           
 int c()
           
 void d()
           
 jl[] getContents()
          Get contents of the chest block
 jl getContentsAt(int index)
           
 int getContentsSize()
           
 java.lang.String getName()
           
 int h_()
           
 void setContents(jl[] e)
          Set contents of the chest block
 void setContentsAt(int index, jl value)
           
 void setName(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ju

public ju()
Method Detail

getContents

public jl[] getContents()
Get contents of the chest block

Returns:

setContents

public void setContents(jl[] e)
Set contents of the chest block


getContentsAt

public jl getContentsAt(int index)

setContentsAt

public void setContentsAt(int index,
                          jl value)

getContentsSize

public int getContentsSize()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)

h_

public int h_()
Specified by:
h_ in interface mn

a

public jl a(int paramInt)
Specified by:
a in interface mn

b

public java.lang.String b()
Specified by:
b in interface mn

b

public jl b(int paramInt1,
            int paramInt2)
Specified by:
b in interface mn

a

public void a(int paramInt,
              jl paramjl)
Specified by:
a in interface mn

c

public int c()
Specified by:
c in interface mn

d

public void d()
Specified by:
d in interface mn

a_

public boolean a_(hl paramhl)
Specified by:
a_ in interface mn