BiomesOPlenty/src/minecraft/forestry/api/apiculture/FlowerManager.java

13 lines
335 B
Java
Raw Normal View History

2013-05-03 13:00:44 +00:00
package forestry.api.apiculture;
import java.util.ArrayList;
import net.minecraft.item.ItemStack;
public class FlowerManager {
/**
* ItemStacks representing simple flower blocks. Meta-sensitive, processed by the basic {@link IFlowerProvider}.
*/
public static ArrayList<ItemStack> plainFlowers = new ArrayList<ItemStack>();
}