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

Method use

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

Uses up the stack, unlocking it and making this request useless. Future calls to #lock() will throw an IllegalStateException. @throws IllegalStateException if this was not locked previously.

()

Source from the content-addressed store, hash-verified

38 *
39 * @throws IllegalStateException if this was not locked previously. */
40 void use() throws IllegalStateException;
41
42 /** Unlocks this request WITHOUT using it up. Note that this never throws, so it is safe to call this at any
43 * time. */

Callers 6

createTaskMethod · 0.95
useMethod · 0.65
createTaskMethod · 0.65
buildImmediatlyMethod · 0.65
useMethod · 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