MCPcopy Create free account
hub / github.com/Garten/sourcecraft / Cuboid

Method Cuboid

src/vmfWriter/Cuboid.java:11–24  ·  view source on GitHub ↗
(Cuboid other)

Source from the content-addressed store, hash-verified

9public class Cuboid extends EightPoint {
10
11 public Cuboid(Cuboid other) {
12 this.skin = other.skin; // TODO copy skin
13 this.a = other.a;
14 this.b = other.b;
15 this.c = other.c;
16 this.d = other.d;
17 this.e = other.e;
18 this.f = other.f;
19 this.g = other.g;
20 this.h = other.h;
21 this.textureScaleX = other.textureScaleX;
22 this.textureScaleY = other.textureScaleY;
23 this.textureScaleZ = other.textureScaleZ;
24 }
25
26 public Cuboid(Position[] p, Skin skin) {
27 this.skin = skin;

Callers

nothing calls this directly

Calls 8

warnMethod · 0.95
smallerMethod · 0.95
getStringMethod · 0.95
getOffsetMethod · 0.95
getFirstMethod · 0.80
getSecondMethod · 0.80
setSkinMethod · 0.45
scaleMethod · 0.45

Tested by

no test coverage detected