Examples of BoxShape


Examples of org.spout.physics.collision.shape.BoxShape

    super(dataMask, name, id, model, new BoxShape(1, 1, 1));
    setOpaque();
  }

  public Solid(String name, int id, int data, VanillaBlockMaterial parent, String model) {
    super(name, id, data, parent, model, new BoxShape(1, 1, 1));
    setOpaque();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.