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

de.lessvoid.nifty.slick2d.NiftyCarrierUser Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
package de.lessvoid.nifty.slick2d;

import javax.annotation.Nonnull;

/**
 * This interface is applied to classes that use the Nifty-Carrier.
 *
 * @author Martin Karing >[email protected]<
 */
public interface NiftyCarrierUser {
  /**
   * Set the carrier that is supposed to be used by this carrier user.
   *
   * @param carrier the carrier to use
   */
  void setCarrier(@Nonnull NiftyCarrier carrier);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy