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

Method release

common/buildcraft/api/bpt/IMaterialProvider.java:44–44  ·  view source on GitHub ↗

Unlocks this request WITHOUT using it up. Note that this never throws, so it is safe to call this at any time.

()

Source from the content-addressed store, hash-verified

42 /** Unlocks this request WITHOUT using it up. Note that this never throws, so it is safe to call this at any
43 * time. */
44 void release();
45 }
46
47 /** An item stack that has preciously been requested. This starts off unlocked (it may or may not actually

Callers 14

undockMethod · 0.65
releaseBlockFoundMethod · 0.65
releaseCurrentRequestMethod · 0.65
releaseBlockFoundMethod · 0.65
endMethod · 0.65
releaseBlockFoundMethod · 0.65
releaseBlockFoundMethod · 0.65
releaseBlockFoundMethod · 0.65
releaseBlockFoundMethod · 0.65
releaseMethod · 0.65
createTaskMethod · 0.65
buildImmediatlyMethod · 0.65

Implementers 5

DelegateRequestedcommon/buildcraft/lib/bpt/task/Delegat
RequestedHelpercommon/buildcraft/lib/bpt/helper/Reque
RequestedFreecommon/buildcraft/lib/bpt/builder/Requ
AbstractRequestedcommon/buildcraft/lib/bpt/builder/Abst
RequestedItemStackcommon/buildcraft/builders/bpt/player/

Calls

no outgoing calls

Tested by

no test coverage detected