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

jdash.events.object.AwardedLevelRemove Maven / Gradle / Ivy

Go to download

Extension of the client module that allows to emit events when changes are detected between the results of two subsequent requests.

The newest version!
package jdash.events.object;

import jdash.common.entity.GDLevel;

/**
 * Event emitted when a level is removed from the Awarded category.
 *
 * @param removedLevel The data of the level that was removed.
 */
public record AwardedLevelRemove(GDLevel removedLevel) {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy