Interface CommandReplacementRegistry
- All Known Implementing Classes:
DefaultCommandReplacementRegistry
public interface CommandReplacementRegistry
-
Method Summary
-
Method Details
-
register
-
register
Registers a replacement supplier for the given key.The default implementation eagerly evaluates the supplier once and delegates to
register(String, String). Implementations that need lazy evaluation on eachreplace(String)call (e.g.DefaultCommandReplacementRegistry) should override this method. -
replace
-