I updated for the cause changes in the SpongeAPI. The main, server and world threads will all get a unique CauseStack. The BehaviorContext is also modified to use the CauseStack, this replaces the current Parameters. Every CauseStackManager method forwards to to the CauseStack on the current thread.
I updated for the cause changes in the SpongeAPI. The main, server and world threads will all get a unique
CauseStack
. TheBehaviorContext
is also modified to use theCauseStack
, this replaces the currentParameter
s. EveryCauseStackManager
method forwards to to theCauseStack
on the current thread.These changes require proper testing.