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

Method markForUpdate

common/buildcraft/transport/pipe/Pipe.java:282–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280 }
281
282 @Override
283 public void markForUpdate() {
284 updateMarked = true;
285 }
286
287 @SideOnly(Side.CLIENT)
288 public PipeModelKey getModel() {

Callers 6

setColourMethod · 0.95
getConnectedTileMethod · 0.95
getConnectedPipeMethod · 0.95
onTickMethod · 0.80
replacePluggableMethod · 0.80
neighborChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected