@FunctionalInterface public interface RegistryEntryRemovedCallback<T>
Modifier and Type | Method and Description |
---|---|
static <T> Event<RegistryEntryRemovedCallback<T>> |
event(net.minecraft.util.registry.Registry<T> registry) |
void |
onEntryRemoved(int rawId,
net.minecraft.util.Identifier id,
T object) |
void onEntryRemoved(int rawId, net.minecraft.util.Identifier id, T object)
static <T> Event<RegistryEntryRemovedCallback<T>> event(net.minecraft.util.registry.Registry<T> registry)