Examples of FluidRegisterEvent


Examples of net.minecraftforge.fluids.FluidRegistry.FluidRegisterEvent

    private static final HashMap<Short, ArrayList<IDictionaryListener>> listeners = new HashMap();
    private static final ArrayList<OreRegisterEvent> oreEvents = new ArrayList();
    private static final ArrayList<FluidRegistry.FluidRegisterEvent> fluidEvents = new ArrayList();

    public DictionaryHandler() {
        this.onFluidEvent(new FluidRegisterEvent("water", FluidRegistry.WATER.getID()));
        this.onFluidEvent(new FluidRegisterEvent("lava", FluidRegistry.LAVA.getID()));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.