Interface IInstantScratchBlock<ENVIRONMENT extends IScratchEnvironment,ARGUMENTS extends ScratchArguments<ENVIRONMENT,?>>
- All Superinterfaces:
IScratchBlock<ENVIRONMENT,,ARGUMENTS> IScratchSymbol<ENVIRONMENT,ARGUMENTS>
- All Known Implementing Classes:
AssignBlock,GenericInstantBlock,InstantScratchBlock,RepeatBlock.BreakBlock,SimpleInstantBlockType,UnaryInstantBlockType
public non-sealed interface IInstantScratchBlock<ENVIRONMENT extends IScratchEnvironment,ARGUMENTS extends ScratchArguments<ENVIRONMENT,?>>
extends IScratchBlock<ENVIRONMENT,ARGUMENTS>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.petrolpark.core.scratch.symbol.block.IScratchBlock
IScratchBlock.Type<BLOCK extends IScratchBlock<?,?>> -
Field Summary
Fields inherited from interface com.petrolpark.core.scratch.symbol.block.IScratchBlock
CODEC, STREAM_CODEC, TYPED_CODEC -
Method Summary
Methods inherited from interface com.petrolpark.core.scratch.symbol.block.IScratchBlock
getBlockTypeMethods inherited from interface com.petrolpark.core.scratch.symbol.IScratchSymbol
canEvaluate, getParameters
-
Method Details
-
run
-