public interface Rewriter<T extends Protocol>
Modifier and Type | Method and Description |
---|---|
default void |
onMappingDataLoaded() |
T |
protocol()
Returns the
Protocol instance of this rewriter. |
void |
register()
Registers any packet handlers or rewrites needed.
|