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

Method initialize

common/buildcraft/lib/misc/data/Box.java:82–85  ·  view source on GitHub ↗
(IBox box)

Source from the content-addressed store, hash-verified

80 }
81
82 public void initialize(IBox box) {
83 reset();
84 extendToEncompassBoth(box.min(), box.max());
85 }
86
87 public void initialize(IAreaProvider a) {
88 reset();

Callers 5

BptBuilderBaseMethod · 0.95
readFromNBTMethod · 0.45
renderMapLocationMethod · 0.45
readFromNBTMethod · 0.45
readFromNBTMethod · 0.45

Calls 6

resetMethod · 0.95
extendToEncompassBothMethod · 0.95
readBlockPosMethod · 0.95
getTagMethod · 0.65
minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected