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

Method setMin

common/buildcraft/lib/misc/data/Box.java:70–74  ·  view source on GitHub ↗
(BlockPos min)

Source from the content-addressed store, hash-verified

68 }
69
70 public void setMin(BlockPos min) {
71 if (min == null) return;
72 this.min = min;
73 this.max = VecUtil.max(min, max);
74 }
75
76 public void setMax(BlockPos max) {
77 if (max == null) return;

Callers 4

expandMethod · 0.95
extendToEncompassMethod · 0.95
onPlacedByMethod · 0.45
onPlacedByMethod · 0.45

Calls 1

maxMethod · 0.95

Tested by

no test coverage detected