Esempio n. 1
0
 public NibbleArray createBlockMSBArray()
 {
     this.blockMSBArray = new NibbleArray(this.blockLSBArray.Length, 4);
     return(this.blockMSBArray);
 }
Esempio n. 2
0
 public void setSkylightArray(NibbleArray par1NibbleArray)
 {
     this.skylightArray = par1NibbleArray;
 }
Esempio n. 3
0
 public void setBlockMetadataArray(NibbleArray par1NibbleArray)
 {
     this.blockMetadataArray = par1NibbleArray;
 }
Esempio n. 4
0
 public void setBlocklightArray(NibbleArray par1NibbleArray)
 {
     this.blocklightArray = par1NibbleArray;
 }
Esempio n. 5
0
 public void clearMSBArray()
 {
     this.blockMSBArray = null;
 }