Package net.minecraft.server

Examples of net.minecraft.server.NibbleArray


   * Data is still referenced through
   *
   * @return handle
   */
  public Object toHandle() {
    return new NibbleArray(this.getData(), this.getBitCount());
  }
View Full Code Here

TOP

Related Classes of net.minecraft.server.NibbleArray

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.