Class kc

java.lang.Object
  extended by bm
      extended by kc
All Implemented Interfaces:
Container<jl>, mn

public class kc
extends bm
implements mn, Container<jl>


Field Summary
Modifier and Type Field and Description
 
Fields inherited from class bm
a, b, c, d
 
Constructor Summary
Constructor and Description
kc()
           
 
Method Summary
Modifier and Type Method and Description
 boolean a_(hl paramhl)
           
 void a(ah paramah)
           
 jl a(int paramInt)
           
 void a(int paramInt, jl paramjl)
           
 java.lang.String b()
           
 void b(ah paramah)
           
 jl b(int paramInt1, int paramInt2)
           
 int c()
           
 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 bm
c, d, f, g
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface mn
d
 

Constructor Detail

kc

public kc()
Method Detail

getContents

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

Specified by:
getContents in interface Container<jl>
Returns:

setContents

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

Specified by:
setContents in interface Container<jl>

getContentsAt

public jl getContentsAt(int index)
Specified by:
getContentsAt in interface Container<jl>

setContentsAt

public void setContentsAt(int index,
                          jl value)
Specified by:
setContentsAt in interface Container<jl>

getContentsSize

public int getContentsSize()
Specified by:
getContentsSize in interface Container<jl>

getName

public java.lang.String getName()
Specified by:
getName in interface Container<jl>

setName

public void setName(java.lang.String value)
Specified by:
setName in interface Container<jl>

h_

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

a

public jl a(int paramInt)
Specified by:
a 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

b

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

a

public void a(ah paramah)
Overrides:
a in class bm

b

public void b(ah paramah)
Overrides:
b in class bm

c

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

a_

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