MCPcopy Create free account
hub / github.com/BuildCraft/BuildCraft / Box

Method Box

common/buildcraft/lib/misc/data/Box.java:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 private BlockPos min, max;
41
42 public Box() {
43 reset();
44 }
45
46 public Box(BlockPos min, BlockPos max) {
47 this();

Callers

nothing calls this directly

Calls 4

resetMethod · 0.95
minMethod · 0.95
maxMethod · 0.95
getPosMethod · 0.45

Tested by

no test coverage detected