Skip to content

Instantly share code, notes, and snippets.

@Deamon5550
Last active December 28, 2015 03:49
Show Gist options
  • Save Deamon5550/7437849 to your computer and use it in GitHub Desktop.
Save Deamon5550/7437849 to your computer and use it in GitHub Desktop.
Brush
@Brush
public class Brush {
public static String getName();
public static String getHelp();
public static boolean onUse(Location loc, World w, Sniper s, String[] parameters, Material tool);
public static Material[] getValidTools();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment