I - the input to load the registry fromO - the output of the registry@FunctionalInterface public interface RegistryLoader<I,O>
I is the input value, which can be anything,
but is commonly a file path or something similar. O represents the output
type returned by this, which can also be anything. See NbtRegistryLoader
as a good and simple example of how this system works.| Modifier and Type | Method and Description |
|---|---|
O |
load(I input)
Loads an output from the given input.
|
Copyright © 2021 GeyserMC. All rights reserved.