Interface CastingEnvironmentComponent.PostExecution
- All Superinterfaces:
CastingEnvironmentComponent
- Enclosing interface:
- CastingEnvironmentComponent
public static interface CastingEnvironmentComponent.PostExecution
extends CastingEnvironmentComponent
-
Nested Class Summary
Nested classes/interfaces inherited from interface at.petrak.hexcasting.api.casting.eval.CastingEnvironmentComponent
CastingEnvironmentComponent.ExtractMedia, CastingEnvironmentComponent.HasEditPermissionsAt, CastingEnvironmentComponent.IsVecInRange, CastingEnvironmentComponent.Key<C extends CastingEnvironmentComponent>, CastingEnvironmentComponent.PostCast, CastingEnvironmentComponent.PostExecution -
Method Summary
Modifier and TypeMethodDescriptionvoidonPostExecution(at.petrak.hexcasting.api.casting.eval.CastResult result) Do whatever you like after a pattern is executed.Methods inherited from interface at.petrak.hexcasting.api.casting.eval.CastingEnvironmentComponent
getKey
-
Method Details
-
onPostExecution
void onPostExecution(at.petrak.hexcasting.api.casting.eval.CastResult result) Do whatever you like after a pattern is executed.
-