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

Method setMax

common/buildcraft/lib/misc/data/Box.java:76–80  ·  view source on GitHub ↗
(BlockPos max)

Source from the content-addressed store, hash-verified

74 }
75
76 public void setMax(BlockPos max) {
77 if (max == null) return;
78 this.min = VecUtil.min(min, max);
79 this.max = max;
80 }
81
82 public void initialize(IBox box) {
83 reset();

Callers 4

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

Calls 1

minMethod · 0.95

Tested by

no test coverage detected