Interface TAbstractMappedRegistry.MappedRegistryEvent<T>

Enclosing class:
TAbstractMappedRegistry<T>

public static interface TAbstractMappedRegistry.MappedRegistryEvent<T>
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(net.minecraft.util.Identifier entryId, T entry)
    A TEvent that is invoked when a TAbstractMappedRegistry entry is either registered or un-registered.