public interface PrintableCFG
| Modifier and Type | Method and Description |
|---|---|
default void |
forEachPropertyPair(AbstractBlockBase<?> block,
BiConsumer<String,String> action)
Applies
action to all extra property pairs (name, value) of block. |
AbstractBlockBase<?>[] |
getBlocks() |
AbstractBlockBase<?>[] getBlocks()
default void forEachPropertyPair(AbstractBlockBase<?> block, BiConsumer<String,String> action)
action to all extra property pairs (name, value) of block.block - a block from PrintableCFG.getBlocks().action - a consumer.