All Downloads are FREE. Search and download functionalities are using the official Maven repository.

personthecat.catlib.event.world.FeatureModificationEvent Maven / Gradle / Ivy

Go to download

Utilities for serialization, commands, noise generation, IO, and some new data types.

The newest version!
package personthecat.catlib.event.world;

import personthecat.catlib.event.LibEvent;

import java.util.function.Consumer;

public class FeatureModificationEvent {
    public static final LibEvent> EVENT =
        LibEvent.create(callbacks -> ctx -> callbacks.forEach(c -> c.accept(ctx)));
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy