Skip to content

Instantly share code, notes, and snippets.

@raGan262
raGan262 / Brewing.java
Created April 14, 2013 01:16
This static class was created to simplify work with the BrewEvent.
import java.util.HashMap;
import java.util.Map;
import org.bukkit.Material;
public class Brewing {
public static final int WATER = 0;
public static final int AWKWARD = 16;
public static final int THICK = 32;