Interface CastingEnvironmentComponent.PostCast
- All Superinterfaces:
CastingEnvironmentComponent
- Enclosing interface:
- 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 TypeMethodDescriptionvoidonPostCast(at.petrak.hexcasting.api.casting.eval.vm.CastingImage image) Do things after the whole cast is finished (i.e.Methods inherited from interface at.petrak.hexcasting.api.casting.eval.CastingEnvironmentComponent
getKey
-
Method Details
-
onPostCast
void onPostCast(at.petrak.hexcasting.api.casting.eval.vm.CastingImage image) Do things after the whole cast is finished (i.e. every pattern to be executed has been executed).
-