From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../net/minecraftforge/fluids/FluidRegistry.html | 488 --------------------- 1 file changed, 488 deletions(-) delete mode 100644 javadoc/net/minecraftforge/fluids/FluidRegistry.html (limited to 'javadoc/net/minecraftforge/fluids/FluidRegistry.html') diff --git a/javadoc/net/minecraftforge/fluids/FluidRegistry.html b/javadoc/net/minecraftforge/fluids/FluidRegistry.html deleted file mode 100644 index ae3c6bf..0000000 --- a/javadoc/net/minecraftforge/fluids/FluidRegistry.html +++ /dev/null @@ -1,488 +0,0 @@ - - - - - -FluidRegistry (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraftforge.fluids
-

Class FluidRegistry

-
-
- -
-
    -
  • -
    -
    -
    public abstract class FluidRegistry
    -extends java.lang.Object
    -
    Handles Fluid registrations. Fluids MUST be registered in order to function.
    -
  • -
-
-
-
    -
  • - - - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static FluidgetFluid(int fluidID) 
      static FluidgetFluid(java.lang.String fluidName) 
      static intgetFluidID(java.lang.String fluidName) 
      static java.lang.StringgetFluidName(FluidStack stack) 
      static java.lang.StringgetFluidName(int fluidID) 
      static FluidStackgetFluidStack(java.lang.String fluidName, - int amount) 
      static intgetMaxID() 
      static java.util.Map<java.lang.String,java.lang.Integer>getRegisteredFluidIDs() -
      Returns a read-only map containing Fluid Names and their associated IDs.
      -
      static java.util.Map<java.lang.String,Fluid>getRegisteredFluids() -
      Returns a read-only map containing Fluid Names and their associated Fluids.
      -
      static voidinitFluidIDs(com.google.common.collect.BiMap<java.lang.String,java.lang.Integer> newfluidIDs) -
      Called by Forge to prepare the ID map for server -> client sync.
      -
      static booleanisFluidRegistered(Fluid fluid) 
      static booleanisFluidRegistered(java.lang.String fluidName) 
      static FluidlookupFluidForBlock(Block block) 
      static booleanregisterFluid(Fluid fluid) -
      Register a new Fluid.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        WATER

        -
        public static final Fluid WATER
        -
      • -
      - - - -
        -
      • -

        LAVA

        -
        public static final Fluid LAVA
        -
      • -
      - - - -
        -
      • -

        renderIdFluid

        -
        public static int renderIdFluid
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        initFluidIDs

        -
        public static void initFluidIDs(com.google.common.collect.BiMap<java.lang.String,java.lang.Integer> newfluidIDs)
        -
        Called by Forge to prepare the ID map for server -> client sync. - Modders, DO NOT call this.
        -
      • -
      - - - -
        -
      • -

        registerFluid

        -
        public static boolean registerFluid(Fluid fluid)
        -
        Register a new Fluid. If a fluid with the same name already exists, registration is denied.
        -
        Parameters:
        fluid - The fluid to register.
        -
        Returns:
        True if the fluid was successfully registered; false if there is a name clash.
        -
      • -
      - - - -
        -
      • -

        isFluidRegistered

        -
        public static boolean isFluidRegistered(Fluid fluid)
        -
      • -
      - - - -
        -
      • -

        isFluidRegistered

        -
        public static boolean isFluidRegistered(java.lang.String fluidName)
        -
      • -
      - - - -
        -
      • -

        getFluid

        -
        public static Fluid getFluid(java.lang.String fluidName)
        -
      • -
      - - - -
        -
      • -

        getFluid

        -
        public static Fluid getFluid(int fluidID)
        -
      • -
      - - - -
        -
      • -

        getFluidName

        -
        public static java.lang.String getFluidName(int fluidID)
        -
      • -
      - - - -
        -
      • -

        getFluidName

        -
        public static java.lang.String getFluidName(FluidStack stack)
        -
      • -
      - - - -
        -
      • -

        getFluidID

        -
        public static int getFluidID(java.lang.String fluidName)
        -
      • -
      - - - -
        -
      • -

        getFluidStack

        -
        public static FluidStack getFluidStack(java.lang.String fluidName,
        -                       int amount)
        -
      • -
      - - - -
        -
      • -

        getRegisteredFluids

        -
        public static java.util.Map<java.lang.String,Fluid> getRegisteredFluids()
        -
        Returns a read-only map containing Fluid Names and their associated Fluids.
        -
      • -
      - - - -
        -
      • -

        getRegisteredFluidIDs

        -
        public static java.util.Map<java.lang.String,java.lang.Integer> getRegisteredFluidIDs()
        -
        Returns a read-only map containing Fluid Names and their associated IDs.
        -
      • -
      - - - -
        -
      • -

        lookupFluidForBlock

        -
        public static Fluid lookupFluidForBlock(Block block)
        -
      • -
      - - - -
        -
      • -

        getMaxID

        -
        public static int getMaxID()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3