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 --- javadoc/cpw/mods/fml/relauncher/SideOnly.html | 206 -------------------------- 1 file changed, 206 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/relauncher/SideOnly.html (limited to 'javadoc/cpw/mods/fml/relauncher/SideOnly.html') diff --git a/javadoc/cpw/mods/fml/relauncher/SideOnly.html b/javadoc/cpw/mods/fml/relauncher/SideOnly.html deleted file mode 100644 index 724bd8c..0000000 --- a/javadoc/cpw/mods/fml/relauncher/SideOnly.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - -SideOnly (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.relauncher
-

Annotation Type SideOnly

-
-
-
-
    -
  • -
    -
    -
    @Retention(value=RUNTIME)
    -@Target(value={TYPE,FIELD,METHOD,CONSTRUCTOR})
    -public @interface SideOnly
    -
    Marks the associated element as being only available on a certain Side. This is - generally meant for internal Forge and FML use only and should only be used on mod classes - when other more common mechanisms, such as using a SidedProxy fail to work. - - Note, this will only apply to the direct element marked. This code: - @SideOnly public MyField field = new MyField(); will not work, as the initializer - is a separate piece of code to the actual field declaration, and will not be able to find - it's field on the wrong side.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Required Element Summary

      - - - - - - - - - - -
      Required Elements 
      Modifier and TypeRequired Element and Description
      Sidevalue 
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Element Detail

      - - - -
        -
      • -

        value

        -
        public abstract Side value
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3