Skip to content

Instantly share code, notes, and snippets.

@Asherslab
Created October 14, 2017 12:19
Show Gist options
  • Save Asherslab/5232d2e13b5b8252eef6f2ea6a5e2fe1 to your computer and use it in GitHub Desktop.
Save Asherslab/5232d2e13b5b8252eef6f2ea6a5e2fe1 to your computer and use it in GitHub Desktop.
my listener base.java class
package com.minecolonies.rankup.internal.listener;
import com.google.inject.Inject;
import com.minecolonies.rankup.Rankup;
/**
* Marker class (mostly) for listeners.
*/
public class ListenerBase
{
@Inject
protected Rankup plugin;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment