@FunctionalInterface public static interface ItemStackReader.VariableReplacer
| Modifier and Type | Field and Description |
|---|---|
static ItemStackReader.VariableReplacer |
NOOP
No-op instance.
|
| Modifier and Type | Method and Description |
|---|---|
default Iterable<String> |
replace(List<String> list)
Replaces variables in the input
list of Strings. |
String |
replace(String string)
Replace variables in the input
string. |
static final ItemStackReader.VariableReplacer NOOP
Copyright © 2022. All rights reserved.