BlockInitTracker

public final class BlockInitTracker implements RegistryEntryAddedCallback<Block>

Functions

event
Link copied to clipboard
static Event<RegistryEntryAddedCallback<T>> event<T>(Registry<T> registry)
onEntryAdded
Link copied to clipboard
abstract void onEntryAdded(int rawId, Identifier id, T object)
void onEntryAdded(int rawId, Identifier id, Block object)
register
Link copied to clipboard
static void register(Registry<Block> registry)

Sources

jvm source
Link copied to clipboard