From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../client/ClientCommandHandler.html | 348 +++++++++ .../minecraftforge/client/EnumHelperClient.html | 319 +++++++++ .../minecraftforge/client/ForgeHooksClient.html | 663 +++++++++++++++++ .../net/minecraftforge/client/GuiIngameForge.html | 796 +++++++++++++++++++++ .../client/IItemRenderer.ItemRenderType.html | 412 +++++++++++ .../client/IItemRenderer.ItemRendererHelper.html | 382 ++++++++++ .../net/minecraftforge/client/IItemRenderer.html | 281 ++++++++ .../client/IRenderContextHandler.html | 223 ++++++ .../net/minecraftforge/client/IRenderHandler.html | 258 +++++++ .../client/MinecraftForgeClient.html | 338 +++++++++ .../client/event/ClientChatReceivedEvent.html | 289 ++++++++ .../client/event/DrawBlockHighlightEvent.html | 364 ++++++++++ .../event/EntityViewRenderEvent.FogColors.html | 352 +++++++++ .../event/EntityViewRenderEvent.FogDensity.html | 322 +++++++++ .../EntityViewRenderEvent.RenderFogEvent.html | 336 +++++++++ .../client/event/EntityViewRenderEvent.html | 365 ++++++++++ .../client/event/FOVUpdateEvent.html | 319 +++++++++ .../minecraftforge/client/event/GuiOpenEvent.html | 292 ++++++++ .../GuiScreenEvent.ActionPerformedEvent.Post.html | 309 ++++++++ .../GuiScreenEvent.ActionPerformedEvent.Pre.html | 310 ++++++++ .../event/GuiScreenEvent.ActionPerformedEvent.html | 359 ++++++++++ .../event/GuiScreenEvent.DrawScreenEvent.Post.html | 310 ++++++++ .../event/GuiScreenEvent.DrawScreenEvent.Pre.html | 311 ++++++++ .../event/GuiScreenEvent.DrawScreenEvent.html | 376 ++++++++++ .../event/GuiScreenEvent.InitGuiEvent.Post.html | 307 ++++++++ .../event/GuiScreenEvent.InitGuiEvent.Pre.html | 312 ++++++++ .../client/event/GuiScreenEvent.InitGuiEvent.html | 342 +++++++++ .../client/event/GuiScreenEvent.html | 316 ++++++++ .../minecraftforge/client/event/MouseEvent.html | 382 ++++++++++ .../event/RenderBlockOverlayEvent.OverlayType.html | 333 +++++++++ .../client/event/RenderBlockOverlayEvent.html | 400 +++++++++++ .../client/event/RenderGameOverlayEvent.Chat.html | 334 +++++++++ .../event/RenderGameOverlayEvent.ElementType.html | 501 +++++++++++++ .../client/event/RenderGameOverlayEvent.Post.html | 322 +++++++++ .../client/event/RenderGameOverlayEvent.Pre.html | 290 ++++++++ .../client/event/RenderGameOverlayEvent.Text.html | 334 +++++++++ .../client/event/RenderGameOverlayEvent.html | 378 ++++++++++ .../client/event/RenderHandEvent.html | 319 +++++++++ .../client/event/RenderItemInFrameEvent.html | 320 +++++++++ .../client/event/RenderLivingEvent.Post.html | 292 ++++++++ .../client/event/RenderLivingEvent.Pre.html | 292 ++++++++ .../event/RenderLivingEvent.Specials.Post.html | 304 ++++++++ .../event/RenderLivingEvent.Specials.Pre.html | 304 ++++++++ .../client/event/RenderLivingEvent.Specials.html | 311 ++++++++ .../client/event/RenderLivingEvent.html | 372 ++++++++++ .../client/event/RenderPlayerEvent.Post.html | 345 +++++++++ .../client/event/RenderPlayerEvent.Pre.html | 345 +++++++++ .../event/RenderPlayerEvent.SetArmorModel.html | 408 +++++++++++ .../event/RenderPlayerEvent.Specials.Post.html | 357 +++++++++ .../event/RenderPlayerEvent.Specials.Pre.html | 411 +++++++++++ .../client/event/RenderPlayerEvent.Specials.html | 364 ++++++++++ .../client/event/RenderPlayerEvent.html | 390 ++++++++++ .../client/event/RenderWorldEvent.Post.html | 291 ++++++++ .../client/event/RenderWorldEvent.Pre.html | 292 ++++++++ .../client/event/RenderWorldEvent.html | 357 +++++++++ .../client/event/RenderWorldLastEvent.html | 304 ++++++++ .../client/event/TextureStitchEvent.Post.html | 287 ++++++++ .../client/event/TextureStitchEvent.Pre.html | 287 ++++++++ .../client/event/TextureStitchEvent.html | 313 ++++++++ .../minecraftforge/client/event/package-frame.html | 70 ++ .../client/event/package-summary.html | 381 ++++++++++ .../minecraftforge/client/event/package-tree.html | 240 +++++++ .../event/sound/PlayBackgroundMusicEvent.html | 302 ++++++++ .../client/event/sound/PlaySoundEffectEvent.html | 305 ++++++++ .../event/sound/PlaySoundEffectSourceEvent.html | 334 +++++++++ .../client/event/sound/PlaySoundEvent.html | 378 ++++++++++ .../client/event/sound/PlaySoundEvent17.html | 362 ++++++++++ .../client/event/sound/PlaySoundSourceEvent.html | 420 +++++++++++ .../client/event/sound/PlayStreamingEvent.html | 375 ++++++++++ .../event/sound/PlayStreamingSourceEvent.html | 420 +++++++++++ .../event/sound/SoundEvent.SoundSourceEvent.html | 353 +++++++++ .../client/event/sound/SoundEvent.html | 336 +++++++++ .../client/event/sound/SoundLoadEvent.html | 314 ++++++++ .../client/event/sound/SoundResultEvent.html | 408 +++++++++++ .../client/event/sound/SoundSetupEvent.html | 314 ++++++++ .../client/event/sound/package-frame.html | 31 + .../client/event/sound/package-summary.html | 187 +++++ .../client/event/sound/package-tree.html | 151 ++++ ...Factory.ForgeConfigGui.AddModOverrideEntry.html | 344 +++++++++ ...GuiFactory.ForgeConfigGui.ChunkLoaderEntry.html | 322 +++++++++ ...orgeGuiFactory.ForgeConfigGui.GeneralEntry.html | 322 +++++++++ .../ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html | 344 +++++++++ ...uiFactory.ForgeConfigGui.ModOverridesEntry.html | 392 ++++++++++ .../client/gui/ForgeGuiFactory.ForgeConfigGui.html | 340 +++++++++ .../minecraftforge/client/gui/ForgeGuiFactory.html | 429 +++++++++++ .../minecraftforge/client/gui/package-frame.html | 25 + .../minecraftforge/client/gui/package-summary.html | 167 +++++ .../minecraftforge/client/gui/package-tree.html | 160 +++++ .../client/model/AdvancedModelLoader.html | 297 ++++++++ .../minecraftforge/client/model/IModelCustom.html | 260 +++++++ .../client/model/IModelCustomLoader.html | 251 +++++++ .../client/model/ModelFormatException.html | 292 ++++++++ .../net/minecraftforge/client/model/obj/Face.html | 357 +++++++++ .../client/model/obj/GroupObject.html | 355 +++++++++ .../client/model/obj/ObjModelLoader.html | 313 ++++++++ .../client/model/obj/TextureCoordinate.html | 306 ++++++++ .../minecraftforge/client/model/obj/Vertex.html | 306 ++++++++ .../client/model/obj/WavefrontObject.html | 486 +++++++++++++ .../client/model/obj/package-frame.html | 24 + .../client/model/obj/package-summary.html | 154 ++++ .../client/model/obj/package-tree.html | 131 ++++ .../minecraftforge/client/model/package-frame.html | 28 + .../client/model/package-summary.html | 172 +++++ .../minecraftforge/client/model/package-tree.html | 144 ++++ .../client/model/techne/TechneModel.html | 390 ++++++++++ .../client/model/techne/TechneModelLoader.html | 313 ++++++++ .../client/model/techne/package-frame.html | 20 + .../client/model/techne/package-summary.html | 137 ++++ .../client/model/techne/package-tree.html | 131 ++++ .../net/minecraftforge/client/package-frame.html | 34 + .../net/minecraftforge/client/package-summary.html | 191 +++++ .../net/minecraftforge/client/package-tree.html | 165 +++++ 112 files changed, 34233 insertions(+) create mode 100644 javadoc/net/minecraftforge/client/ClientCommandHandler.html create mode 100644 javadoc/net/minecraftforge/client/EnumHelperClient.html create mode 100644 javadoc/net/minecraftforge/client/ForgeHooksClient.html create mode 100644 javadoc/net/minecraftforge/client/GuiIngameForge.html create mode 100644 javadoc/net/minecraftforge/client/IItemRenderer.ItemRenderType.html create mode 100644 javadoc/net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html create mode 100644 javadoc/net/minecraftforge/client/IItemRenderer.html create mode 100644 javadoc/net/minecraftforge/client/IRenderContextHandler.html create mode 100644 javadoc/net/minecraftforge/client/IRenderHandler.html create mode 100644 javadoc/net/minecraftforge/client/MinecraftForgeClient.html create mode 100644 javadoc/net/minecraftforge/client/event/ClientChatReceivedEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/DrawBlockHighlightEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html create mode 100644 javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html create mode 100644 javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/FOVUpdateEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/GuiOpenEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html create mode 100644 javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html create mode 100644 javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html create mode 100644 javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html create mode 100644 javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html create mode 100644 javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html create mode 100644 javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/GuiScreenEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/MouseEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderBlockOverlayEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderHandEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderItemInFrameEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderLivingEvent.Post.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderLivingEvent.Pre.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderLivingEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Post.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Pre.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderPlayerEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderWorldEvent.Post.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderWorldEvent.Pre.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderWorldEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/RenderWorldLastEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/TextureStitchEvent.Post.html create mode 100644 javadoc/net/minecraftforge/client/event/TextureStitchEvent.Pre.html create mode 100644 javadoc/net/minecraftforge/client/event/TextureStitchEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/package-frame.html create mode 100644 javadoc/net/minecraftforge/client/event/package-summary.html create mode 100644 javadoc/net/minecraftforge/client/event/package-tree.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/PlayBackgroundMusicEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/PlaySoundEffectEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/PlaySoundEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/PlaySoundEvent17.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/PlayStreamingEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/SoundEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/SoundLoadEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/SoundResultEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/SoundSetupEvent.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/package-frame.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/package-summary.html create mode 100644 javadoc/net/minecraftforge/client/event/sound/package-tree.html create mode 100644 javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html create mode 100644 javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html create mode 100644 javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html create mode 100644 javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html create mode 100644 javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html create mode 100644 javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html create mode 100644 javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.html create mode 100644 javadoc/net/minecraftforge/client/gui/package-frame.html create mode 100644 javadoc/net/minecraftforge/client/gui/package-summary.html create mode 100644 javadoc/net/minecraftforge/client/gui/package-tree.html create mode 100644 javadoc/net/minecraftforge/client/model/AdvancedModelLoader.html create mode 100644 javadoc/net/minecraftforge/client/model/IModelCustom.html create mode 100644 javadoc/net/minecraftforge/client/model/IModelCustomLoader.html create mode 100644 javadoc/net/minecraftforge/client/model/ModelFormatException.html create mode 100644 javadoc/net/minecraftforge/client/model/obj/Face.html create mode 100644 javadoc/net/minecraftforge/client/model/obj/GroupObject.html create mode 100644 javadoc/net/minecraftforge/client/model/obj/ObjModelLoader.html create mode 100644 javadoc/net/minecraftforge/client/model/obj/TextureCoordinate.html create mode 100644 javadoc/net/minecraftforge/client/model/obj/Vertex.html create mode 100644 javadoc/net/minecraftforge/client/model/obj/WavefrontObject.html create mode 100644 javadoc/net/minecraftforge/client/model/obj/package-frame.html create mode 100644 javadoc/net/minecraftforge/client/model/obj/package-summary.html create mode 100644 javadoc/net/minecraftforge/client/model/obj/package-tree.html create mode 100644 javadoc/net/minecraftforge/client/model/package-frame.html create mode 100644 javadoc/net/minecraftforge/client/model/package-summary.html create mode 100644 javadoc/net/minecraftforge/client/model/package-tree.html create mode 100644 javadoc/net/minecraftforge/client/model/techne/TechneModel.html create mode 100644 javadoc/net/minecraftforge/client/model/techne/TechneModelLoader.html create mode 100644 javadoc/net/minecraftforge/client/model/techne/package-frame.html create mode 100644 javadoc/net/minecraftforge/client/model/techne/package-summary.html create mode 100644 javadoc/net/minecraftforge/client/model/techne/package-tree.html create mode 100644 javadoc/net/minecraftforge/client/package-frame.html create mode 100644 javadoc/net/minecraftforge/client/package-summary.html create mode 100644 javadoc/net/minecraftforge/client/package-tree.html (limited to 'javadoc/net/minecraftforge/client') diff --git a/javadoc/net/minecraftforge/client/ClientCommandHandler.html b/javadoc/net/minecraftforge/client/ClientCommandHandler.html new file mode 100644 index 0000000..741582b --- /dev/null +++ b/javadoc/net/minecraftforge/client/ClientCommandHandler.html @@ -0,0 +1,348 @@ + + + + + +ClientCommandHandler (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client
+

Class ClientCommandHandler

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ICommandManager
    +
    +
    +
    +
    public class ClientCommandHandler
    +extends CommandHandler
    +
    The class that handles client-side chat commands. You should register any + commands that you want handled on the client with this command handler. + + If there is a command with the same name registered both on the server and + client, the client takes precedence!
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + +
        +
      • +

        latestAutoComplete

        +
        public java.lang.String[] latestAutoComplete
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ClientCommandHandler

        +
        public ClientCommandHandler()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        executeCommand

        +
        public int executeCommand(ICommandSender sender,
        +                 java.lang.String message)
        +
        +
        Specified by:
        +
        executeCommand in interface ICommandManager
        +
        Overrides:
        +
        executeCommand in class CommandHandler
        +
        Returns:
        1 if successfully executed, -1 if no permission or wrong usage, + 0 if it doesn't exist or it was canceled (it's sent to the server)
        +
      • +
      + + + +
        +
      • +

        autoComplete

        +
        public void autoComplete(java.lang.String leftOfCursor,
        +                java.lang.String full)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/EnumHelperClient.html b/javadoc/net/minecraftforge/client/EnumHelperClient.html new file mode 100644 index 0000000..514fc1e --- /dev/null +++ b/javadoc/net/minecraftforge/client/EnumHelperClient.html @@ -0,0 +1,319 @@ + + + + + +EnumHelperClient (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client
+

Class EnumHelperClient

+
+
+ +
+
    +
  • +
    +
    +
    public class EnumHelperClient
    +extends EnumHelper
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EnumHelperClient

        +
        public EnumHelperClient()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addGameType

        +
        public static WorldSettings.GameType addGameType(java.lang.String name,
        +                                 int id,
        +                                 java.lang.String displayName)
        +
      • +
      + + + +
        +
      • +

        addOptions

        +
        public static GameSettings.Options addOptions(java.lang.String name,
        +                              java.lang.String langName,
        +                              boolean isSlider,
        +                              boolean isToggle)
        +
      • +
      + + + +
        +
      • +

        addOS2

        +
        public static Util.EnumOS addOS2(java.lang.String name)
        +
      • +
      + + + +
        +
      • +

        addEnum

        +
        public static <T extends java.lang.Enum<?>> T addEnum(java.lang.Class<T> enumType,
        +                                      java.lang.String enumName,
        +                                      java.lang.Object... paramValues)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/ForgeHooksClient.html b/javadoc/net/minecraftforge/client/ForgeHooksClient.html new file mode 100644 index 0000000..bc64f83 --- /dev/null +++ b/javadoc/net/minecraftforge/client/ForgeHooksClient.html @@ -0,0 +1,663 @@ + + + + + +ForgeHooksClient (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client
+

Class ForgeHooksClient

+
+
+ +
+
    +
  • +
    +
    +
    public class ForgeHooksClient
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ForgeHooksClient

        +
        public ForgeHooksClient()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArmorTexture

        +
        public static java.lang.String getArmorTexture(Entity entity,
        +                               ItemStack armor,
        +                               java.lang.String _default,
        +                               int slot,
        +                               java.lang.String type)
        +
      • +
      + + + +
        +
      • +

        renderEntityItem

        +
        public static boolean renderEntityItem(EntityItem entity,
        +                       ItemStack item,
        +                       float bobing,
        +                       float rotation,
        +                       java.util.Random random,
        +                       TextureManager engine,
        +                       RenderBlocks renderBlocks,
        +                       int count)
        +
      • +
      + + + +
        +
      • +

        renderInventoryItem

        +
        public static boolean renderInventoryItem(RenderBlocks renderBlocks,
        +                          TextureManager engine,
        +                          ItemStack item,
        +                          boolean inColor,
        +                          float zLevel,
        +                          float x,
        +                          float y)
        +
      • +
      + + + + + + + + + + + + + + + + + + + +
        +
      • +

        dispatchRenderLast

        +
        public static void dispatchRenderLast(RenderGlobal context,
        +                      float partialTicks)
        +
      • +
      + + + +
        +
      • +

        renderFirstPersonHand

        +
        public static boolean renderFirstPersonHand(RenderGlobal context,
        +                            float partialTicks,
        +                            int renderPass)
        +
      • +
      + + + +
        +
      • +

        onTextureStitchedPre

        +
        public static void onTextureStitchedPre(TextureMap map)
        +
      • +
      + + + +
        +
      • +

        onTextureStitchedPost

        +
        public static void onTextureStitchedPost(TextureMap map)
        +
      • +
      + + + +
        +
      • +

        onTextureLoadPre

        +
        public static void onTextureLoadPre(java.lang.String texture)
        +
        This is added for Optifine's convenience. And to explode if a ModMaker is developing.
        +
        Parameters:
        texture -
        +
      • +
      + + + +
        +
      • +

        setRenderPass

        +
        public static void setRenderPass(int pass)
        +
      • +
      + + + + + + + +
        +
      • +

        createDisplay

        +
        public static void createDisplay()
        +                          throws org.lwjgl.LWJGLException
        +
        Throws:
        +
        org.lwjgl.LWJGLException
        +
      • +
      + + + +
        +
      • +

        fixDomain

        +
        public static java.lang.String fixDomain(java.lang.String base,
        +                         java.lang.String complex)
        +
      • +
      + + + +
        +
      • +

        postMouseEvent

        +
        public static boolean postMouseEvent()
        +
      • +
      + + + +
        +
      • +

        getOffsetFOV

        +
        public static float getOffsetFOV(EntityPlayerSP entity,
        +                 float fov)
        +
      • +
      + + + +
        +
      • +

        getSkyBlendColour

        +
        public static int getSkyBlendColour(World world,
        +                    int playerX,
        +                    int playerY,
        +                    int playerZ)
        +
      • +
      + + + +
        +
      • +

        renderMainMenu

        +
        public static void renderMainMenu(GuiMainMenu gui,
        +                  FontRenderer font,
        +                  int width,
        +                  int height)
        +
      • +
      + + + + + + + +
        +
      • +

        getWorldRenderPass

        +
        public static int getWorldRenderPass()
        +
      • +
      + + + +
        +
      • +

        setWorldRendererRB

        +
        public static void setWorldRendererRB(RenderBlocks renderBlocks)
        +
      • +
      + + + +
        +
      • +

        onPreRenderWorld

        +
        public static void onPreRenderWorld(WorldRenderer worldRenderer,
        +                    int pass)
        +
      • +
      + + + +
        +
      • +

        onPostRenderWorld

        +
        public static void onPostRenderWorld(WorldRenderer worldRenderer,
        +                     int pass)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/GuiIngameForge.html b/javadoc/net/minecraftforge/client/GuiIngameForge.html new file mode 100644 index 0000000..64c02c8 --- /dev/null +++ b/javadoc/net/minecraftforge/client/GuiIngameForge.html @@ -0,0 +1,796 @@ + + + + + +GuiIngameForge (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client
+

Class GuiIngameForge

+
+
+ +
+
    +
  • +
    +
    +
    public class GuiIngameForge
    +extends GuiIngame
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        renderHelmet

        +
        public static boolean renderHelmet
        +
      • +
      + + + +
        +
      • +

        renderPortal

        +
        public static boolean renderPortal
        +
      • +
      + + + +
        +
      • +

        renderHotbar

        +
        public static boolean renderHotbar
        +
      • +
      + + + +
        +
      • +

        renderCrosshairs

        +
        public static boolean renderCrosshairs
        +
      • +
      + + + +
        +
      • +

        renderBossHealth

        +
        public static boolean renderBossHealth
        +
      • +
      + + + +
        +
      • +

        renderHealth

        +
        public static boolean renderHealth
        +
      • +
      + + + +
        +
      • +

        renderArmor

        +
        public static boolean renderArmor
        +
      • +
      + + + +
        +
      • +

        renderFood

        +
        public static boolean renderFood
        +
      • +
      + + + +
        +
      • +

        renderHealthMount

        +
        public static boolean renderHealthMount
        +
      • +
      + + + +
        +
      • +

        renderAir

        +
        public static boolean renderAir
        +
      • +
      + + + +
        +
      • +

        renderExperiance

        +
        public static boolean renderExperiance
        +
      • +
      + + + +
        +
      • +

        renderJumpBar

        +
        public static boolean renderJumpBar
        +
      • +
      + + + +
        +
      • +

        renderObjective

        +
        public static boolean renderObjective
        +
      • +
      + + + +
        +
      • +

        left_height

        +
        public static int left_height
        +
      • +
      + + + +
        +
      • +

        right_height

        +
        public static int right_height
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiIngameForge

        +
        public GuiIngameForge(Minecraft mc)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        renderGameOverlay

        +
        public void renderGameOverlay(float partialTicks,
        +                     boolean hasScreen,
        +                     int mouseX,
        +                     int mouseY)
        +
        +
        Overrides:
        +
        renderGameOverlay in class GuiIngame
        +
        +
      • +
      + + + + + + + +
        +
      • +

        renderHotbar

        +
        protected void renderHotbar(int width,
        +                int height,
        +                float partialTicks)
        +
      • +
      + + + +
        +
      • +

        renderCrosshairs

        +
        protected void renderCrosshairs(int width,
        +                    int height)
        +
      • +
      + + + + + + + +
        +
      • +

        renderArmor

        +
        protected void renderArmor(int width,
        +               int height)
        +
      • +
      + + + +
        +
      • +

        renderPortal

        +
        protected void renderPortal(int width,
        +                int height,
        +                float partialTicks)
        +
      • +
      + + + +
        +
      • +

        renderAir

        +
        protected void renderAir(int width,
        +             int height)
        +
      • +
      + + + +
        +
      • +

        renderHealth

        +
        public void renderHealth(int width,
        +                int height)
        +
      • +
      + + + +
        +
      • +

        renderFood

        +
        public void renderFood(int width,
        +              int height)
        +
      • +
      + + + +
        +
      • +

        renderSleepFade

        +
        protected void renderSleepFade(int width,
        +                   int height)
        +
      • +
      + + + +
        +
      • +

        renderExperience

        +
        protected void renderExperience(int width,
        +                    int height)
        +
      • +
      + + + +
        +
      • +

        renderJumpBar

        +
        protected void renderJumpBar(int width,
        +                 int height)
        +
      • +
      + + + +
        +
      • +

        renderToolHightlight

        +
        protected void renderToolHightlight(int width,
        +                        int height)
        +
      • +
      + + + +
        +
      • +

        renderHUDText

        +
        protected void renderHUDText(int width,
        +                 int height)
        +
      • +
      + + + +
        +
      • +

        renderRecordOverlay

        +
        protected void renderRecordOverlay(int width,
        +                       int height,
        +                       float partialTicks)
        +
      • +
      + + + +
        +
      • +

        renderChat

        +
        protected void renderChat(int width,
        +              int height)
        +
      • +
      + + + +
        +
      • +

        renderPlayerList

        +
        protected void renderPlayerList(int width,
        +                    int height)
        +
      • +
      + + + +
        +
      • +

        renderHealthMount

        +
        protected void renderHealthMount(int width,
        +                     int height)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/IItemRenderer.ItemRenderType.html b/javadoc/net/minecraftforge/client/IItemRenderer.ItemRenderType.html new file mode 100644 index 0000000..89400d6 --- /dev/null +++ b/javadoc/net/minecraftforge/client/IItemRenderer.ItemRenderType.html @@ -0,0 +1,412 @@ + + + + + +IItemRenderer.ItemRenderType (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client
+

Enum IItemRenderer.ItemRenderType

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      ENTITY +
      Called to render an in-world item, e.g.
      +
      EQUIPPED +
      Called to render an item currently held in-hand by a living entity.
      +
      EQUIPPED_FIRST_PERSON +
      Called to render an item currently held in-hand by a living entity in + first person.
      +
      FIRST_PERSON_MAP +
      The render type used for when a ItemMap is rendered in first person, + All appropriate rotations have been applied, and the player's hands, + and the map BG are already rendered.
      +
      INVENTORY +
      Called to render an item in a GUI inventory slot.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static IItemRenderer.ItemRenderTypevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static IItemRenderer.ItemRenderType[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        ENTITY

        +
        public static final IItemRenderer.ItemRenderType ENTITY
        +
        Called to render an in-world item, e.g. one that has been thrown or + dropped. The appropriate OpenGL transformations and scaling have already + been applied, so Tessellator location (0,0,0) is the center of the + EntityItem. + + Data parameters: + RenderBlocks render - The RenderBlocks instance + EntityItem entity - The in-world item to be rendered
        +
      • +
      + + + +
        +
      • +

        EQUIPPED

        +
        public static final IItemRenderer.ItemRenderType EQUIPPED
        +
        Called to render an item currently held in-hand by a living entity. If + rendering as a 3D block, the item will be rotated to a 45-degree angle. + To render a 2D texture with some thickness (like default items), see + net.minecraft.src.ItemRenderer. In either case, rendering should be done + in local coordinates from (0,0,0)-(1,1,1). + + Data parameters: + RenderBlocks render - The RenderBlocks instance + EntityLiving entity - The entity holding this item
        +
      • +
      + + + +
        +
      • +

        EQUIPPED_FIRST_PERSON

        +
        public static final IItemRenderer.ItemRenderType EQUIPPED_FIRST_PERSON
        +
        Called to render an item currently held in-hand by a living entity in + first person. If rendering as a 3D block, the item will be rotated to a + 45-degree angle. To render a 2D texture with some thickness, see + net.minecraft.src.ItemRenderer. In either case, rendering should be done + in local coordinates from (0,0,0)-(1,1,1). + + Data parameters: + RenderBlocks render - The RenderBlocks instance + EntityLiving entity - The entity holding this item
        +
      • +
      + + + +
        +
      • +

        INVENTORY

        +
        public static final IItemRenderer.ItemRenderType INVENTORY
        +
        Called to render an item in a GUI inventory slot. If rendering as a 3D + block, the appropriate OpenGL translations and scaling have already been + applied, and the rendering should be done in local coordinates from + (0,0,0)-(1,1,1). If rendering as a 2D texture, the rendering should be in + GUI pixel coordinates from (0, 0, 0)-(16, 16, 0). + + Data parameters: + RenderBlocks render - The RenderBlocks instance
        +
      • +
      + + + +
        +
      • +

        FIRST_PERSON_MAP

        +
        public static final IItemRenderer.ItemRenderType FIRST_PERSON_MAP
        +
        The render type used for when a ItemMap is rendered in first person, + All appropriate rotations have been applied, and the player's hands, + and the map BG are already rendered. + + Data Parameters: + EntityPlayer player - The player holding the map + RenderEngine engine - The RenderEngine instance + MapData mapData - The map data
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static IItemRenderer.ItemRenderType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (IItemRenderer.ItemRenderType c : IItemRenderer.ItemRenderType.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static IItemRenderer.ItemRenderType valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html b/javadoc/net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html new file mode 100644 index 0000000..6078f44 --- /dev/null +++ b/javadoc/net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html @@ -0,0 +1,382 @@ + + + + + +IItemRenderer.ItemRendererHelper (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client
+

Enum IItemRenderer.ItemRendererHelper

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      BLOCK_3D +
      Determines if the item should equate to a block that has + RenderBlocks.renderItemIn3d return true
      +
      ENTITY_BOBBING +
      Determines if an up-and-down bobbing effect should be used when + rendering an EntityItem, like most default items do.
      +
      ENTITY_ROTATION +
      Determines if a rotation effect should be used when rendering an + EntityItem, like most default blocks do.
      +
      EQUIPPED_BLOCK +
      Determines if the currently equipped item should be rendered as a 3D + block or as a 2D texture.
      +
      INVENTORY_BLOCK +
      Determines if the item should be rendered in GUI inventory slots as a 3D + block or as a 2D texture.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static IItemRenderer.ItemRendererHelpervalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static IItemRenderer.ItemRendererHelper[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        ENTITY_ROTATION

        +
        public static final IItemRenderer.ItemRendererHelper ENTITY_ROTATION
        +
        Determines if a rotation effect should be used when rendering an + EntityItem, like most default blocks do.
        +
      • +
      + + + +
        +
      • +

        ENTITY_BOBBING

        +
        public static final IItemRenderer.ItemRendererHelper ENTITY_BOBBING
        +
        Determines if an up-and-down bobbing effect should be used when + rendering an EntityItem, like most default items do.
        +
      • +
      + + + +
        +
      • +

        EQUIPPED_BLOCK

        +
        public static final IItemRenderer.ItemRendererHelper EQUIPPED_BLOCK
        +
        Determines if the currently equipped item should be rendered as a 3D + block or as a 2D texture.
        +
      • +
      + + + +
        +
      • +

        BLOCK_3D

        +
        public static final IItemRenderer.ItemRendererHelper BLOCK_3D
        +
        Determines if the item should equate to a block that has + RenderBlocks.renderItemIn3d return true
        +
      • +
      + + + +
        +
      • +

        INVENTORY_BLOCK

        +
        public static final IItemRenderer.ItemRendererHelper INVENTORY_BLOCK
        +
        Determines if the item should be rendered in GUI inventory slots as a 3D + block or as a 2D texture.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static IItemRenderer.ItemRendererHelper[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (IItemRenderer.ItemRendererHelper c : IItemRenderer.ItemRendererHelper.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static IItemRenderer.ItemRendererHelper valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/IItemRenderer.html b/javadoc/net/minecraftforge/client/IItemRenderer.html new file mode 100644 index 0000000..8f73bff --- /dev/null +++ b/javadoc/net/minecraftforge/client/IItemRenderer.html @@ -0,0 +1,281 @@ + + + + + +IItemRenderer (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client
+

Interface IItemRenderer

+
+
+
+
    +
  • +
    +
    +
    public interface IItemRenderer
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        handleRenderType

        +
        boolean handleRenderType(ItemStack item,
        +                       IItemRenderer.ItemRenderType type)
        +
        Checks if this renderer should handle a specific item's render type
        +
        Parameters:
        item - The item we are trying to render
        type - A render type to check if this renderer handles
        +
        Returns:
        true if this renderer should handle the given render type, + otherwise false
        +
      • +
      + + + +
        +
      • +

        shouldUseRenderHelper

        +
        boolean shouldUseRenderHelper(IItemRenderer.ItemRenderType type,
        +                            ItemStack item,
        +                            IItemRenderer.ItemRendererHelper helper)
        +
        Checks if certain helper functionality should be executed for this renderer. + See ItemRendererHelper for more info
        +
        Parameters:
        type - The render type
        item - The ItemStack being rendered
        helper - The type of helper functionality to be ran
        +
        Returns:
        True to run the helper functionality, false to not.
        +
      • +
      + + + +
        +
      • +

        renderItem

        +
        void renderItem(IItemRenderer.ItemRenderType type,
        +              ItemStack item,
        +              java.lang.Object... data)
        +
        Called to do the actual rendering, see ItemRenderType for details on when specific + types are run, and what extra data is passed into the data parameter.
        +
        Parameters:
        type - The render type
        item - The ItemStack being rendered
        data - Extra Type specific data
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/IRenderContextHandler.html b/javadoc/net/minecraftforge/client/IRenderContextHandler.html new file mode 100644 index 0000000..eb41100 --- /dev/null +++ b/javadoc/net/minecraftforge/client/IRenderContextHandler.html @@ -0,0 +1,223 @@ + + + + + +IRenderContextHandler (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client
+

Interface IRenderContextHandler

+
+
+
+
    +
  • +
    +
    +
    public interface IRenderContextHandler
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidafterRenderContext() +
      Run after the specified rendering context.
      +
      voidbeforeRenderContext() +
      Run before the specified rendering context.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        beforeRenderContext

        +
        void beforeRenderContext()
        +
        Run before the specified rendering context.
        +
      • +
      + + + +
        +
      • +

        afterRenderContext

        +
        void afterRenderContext()
        +
        Run after the specified rendering context.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/IRenderHandler.html b/javadoc/net/minecraftforge/client/IRenderHandler.html new file mode 100644 index 0000000..6f7d19e --- /dev/null +++ b/javadoc/net/minecraftforge/client/IRenderHandler.html @@ -0,0 +1,258 @@ + + + + + +IRenderHandler (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client
+

Class IRenderHandler

+
+
+ +
+
    +
  • +
    +
    +
    public abstract class IRenderHandler
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      IRenderHandler() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      abstract voidrender(float partialTicks, + WorldClient world, + Minecraft mc) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        IRenderHandler

        +
        public IRenderHandler()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/MinecraftForgeClient.html b/javadoc/net/minecraftforge/client/MinecraftForgeClient.html new file mode 100644 index 0000000..c494598 --- /dev/null +++ b/javadoc/net/minecraftforge/client/MinecraftForgeClient.html @@ -0,0 +1,338 @@ + + + + + +MinecraftForgeClient (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client
+

Class MinecraftForgeClient

+
+
+ +
+
    +
  • +
    +
    +
    public class MinecraftForgeClient
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MinecraftForgeClient

        +
        public MinecraftForgeClient()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        registerItemRenderer

        +
        public static void registerItemRenderer(Item item,
        +                        IItemRenderer renderer)
        +
        Register a custom renderer for a specific item. This can be used to + render the item in-world as an EntityItem, when the item is equipped, or + when the item is in an inventory slot.
        +
        Parameters:
        itemID - The item ID (shifted index) to handle rendering.
        renderer - The IItemRenderer interface that handles rendering for + this item.
        +
      • +
      + + + + + + + +
        +
      • +

        getRenderPass

        +
        public static int getRenderPass()
        +
      • +
      + + + +
        +
      • +

        getStencilBits

        +
        public static int getStencilBits()
        +
      • +
      + + + +
        +
      • +

        reserveStencilBit

        +
        public static int reserveStencilBit()
        +
        Reserve a stencil bit for use in rendering
        +
        Returns:
        A bit or -1 if no further stencil bits are available
        +
      • +
      + + + +
        +
      • +

        releaseStencilBit

        +
        public static void releaseStencilBit(int bit)
        +
        Release the stencil bit for other use
        +
        Parameters:
        bit - The bit from reserveStencilBit()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/ClientChatReceivedEvent.html b/javadoc/net/minecraftforge/client/event/ClientChatReceivedEvent.html new file mode 100644 index 0000000..1c34bce --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/ClientChatReceivedEvent.html @@ -0,0 +1,289 @@ + + + + + +ClientChatReceivedEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class ClientChatReceivedEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class ClientChatReceivedEvent
    +extends Event
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ClientChatReceivedEvent

        +
        public ClientChatReceivedEvent(IChatComponent message)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/DrawBlockHighlightEvent.html b/javadoc/net/minecraftforge/client/event/DrawBlockHighlightEvent.html new file mode 100644 index 0000000..92eb00d --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/DrawBlockHighlightEvent.html @@ -0,0 +1,364 @@ + + + + + +DrawBlockHighlightEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class DrawBlockHighlightEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class DrawBlockHighlightEvent
    +extends Event
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html b/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html new file mode 100644 index 0000000..c353d89 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html @@ -0,0 +1,352 @@ + + + + + +EntityViewRenderEvent.FogColors (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class EntityViewRenderEvent.FogColors

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    EntityViewRenderEvent
    +
    +
    +
    +
    public static class EntityViewRenderEvent.FogColors
    +extends EntityViewRenderEvent
    +
    Event that allows any feature to customize the color of fog the player sees. + NOTE: Any change made to one of the color variables will affect the result seen in-game.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        red

        +
        public float red
        +
      • +
      + + + +
        +
      • +

        green

        +
        public float green
        +
      • +
      + + + +
        +
      • +

        blue

        +
        public float blue
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityViewRenderEvent.FogColors

        +
        public EntityViewRenderEvent.FogColors(EntityRenderer renderer,
        +                               EntityLivingBase entity,
        +                               Block block,
        +                               double renderPartialTicks,
        +                               float red,
        +                               float green,
        +                               float blue)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html b/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html new file mode 100644 index 0000000..179535a --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html @@ -0,0 +1,322 @@ + + + + + +EntityViewRenderEvent.FogDensity (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class EntityViewRenderEvent.FogDensity

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    EntityViewRenderEvent
    +
    +
    +
    +
    public static class EntityViewRenderEvent.FogDensity
    +extends EntityViewRenderEvent
    +
    Event that allows any feature to customize the fog density the player sees. + NOTE: In order to make this event have an effect, you must cancel the event
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        density

        +
        public float density
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityViewRenderEvent.FogDensity

        +
        public EntityViewRenderEvent.FogDensity(EntityRenderer renderer,
        +                                EntityLivingBase entity,
        +                                Block block,
        +                                double renderPartialTicks,
        +                                float density)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html b/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html new file mode 100644 index 0000000..2033133 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html @@ -0,0 +1,336 @@ + + + + + +EntityViewRenderEvent.RenderFogEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class EntityViewRenderEvent.RenderFogEvent

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    EntityViewRenderEvent
    +
    +
    +
    +
    public static class EntityViewRenderEvent.RenderFogEvent
    +extends EntityViewRenderEvent
    +
    Event that allows any feature to customize the rendering of fog.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        fogMode

        +
        public final int fogMode
        +
      • +
      + + + +
        +
      • +

        farPlaneDistance

        +
        public final float farPlaneDistance
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityViewRenderEvent.RenderFogEvent

        +
        public EntityViewRenderEvent.RenderFogEvent(EntityRenderer renderer,
        +                                    EntityLivingBase entity,
        +                                    Block block,
        +                                    double renderPartialTicks,
        +                                    int fogMode,
        +                                    float farPlaneDistance)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.html b/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.html new file mode 100644 index 0000000..1abddd1 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.html @@ -0,0 +1,365 @@ + + + + + +EntityViewRenderEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class EntityViewRenderEvent

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/FOVUpdateEvent.html b/javadoc/net/minecraftforge/client/event/FOVUpdateEvent.html new file mode 100644 index 0000000..c959d80 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/FOVUpdateEvent.html @@ -0,0 +1,319 @@ + + + + + +FOVUpdateEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class FOVUpdateEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class FOVUpdateEvent
    +extends Event
    +
    Author: MachineMuse (Claire Semple) + Created: 6:07 PM, 9/5/13
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + +
        +
      • +

        fov

        +
        public final float fov
        +
      • +
      + + + +
        +
      • +

        newfov

        +
        public float newfov
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FOVUpdateEvent

        +
        public FOVUpdateEvent(EntityPlayerSP entity,
        +              float fov)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/GuiOpenEvent.html b/javadoc/net/minecraftforge/client/event/GuiOpenEvent.html new file mode 100644 index 0000000..f66efab --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/GuiOpenEvent.html @@ -0,0 +1,292 @@ + + + + + +GuiOpenEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class GuiOpenEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class GuiOpenEvent
    +extends Event
    +
    This event is called before any Gui will open. + If you don't want this to happen, cancel the event. + If you want to override this Gui, simply set the gui variable to your own Gui.
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiOpenEvent

        +
        public GuiOpenEvent(GuiScreen gui)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html new file mode 100644 index 0000000..c5ccaf8 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html @@ -0,0 +1,309 @@ + + + + + +GuiScreenEvent.ActionPerformedEvent.Post (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class GuiScreenEvent.ActionPerformedEvent.Post

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiScreenEvent.ActionPerformedEvent.Post

        +
        public GuiScreenEvent.ActionPerformedEvent.Post(GuiScreen gui,
        +                                        GuiButton button,
        +                                        java.util.List buttonList)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html new file mode 100644 index 0000000..7463324 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html @@ -0,0 +1,310 @@ + + + + + +GuiScreenEvent.ActionPerformedEvent.Pre (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class GuiScreenEvent.ActionPerformedEvent.Pre

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    GuiScreenEvent.ActionPerformedEvent
    +
    +
    +
    +
    public static class GuiScreenEvent.ActionPerformedEvent.Pre
    +extends GuiScreenEvent.ActionPerformedEvent
    +
    This event fires once it has been determined that a GuiButton object has been clicked. + Cancel this event to bypass GuiScreen.actionPerformed(). + Replace button with a different button from buttonList to have that button's action executed.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiScreenEvent.ActionPerformedEvent.Pre

        +
        public GuiScreenEvent.ActionPerformedEvent.Pre(GuiScreen gui,
        +                                       GuiButton button,
        +                                       java.util.List buttonList)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html new file mode 100644 index 0000000..9f9e14f --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html @@ -0,0 +1,359 @@ + + + + + +GuiScreenEvent.ActionPerformedEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class GuiScreenEvent.ActionPerformedEvent

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        button

        +
        public GuiButton button
        +
        The button that was clicked.
        +
      • +
      + + + +
        +
      • +

        buttonList

        +
        public java.util.List buttonList
        +
        A COPY of the buttonList field from the GuiScreen referenced by gui.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiScreenEvent.ActionPerformedEvent

        +
        public GuiScreenEvent.ActionPerformedEvent(GuiScreen gui,
        +                                   GuiButton button,
        +                                   java.util.List buttonList)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html new file mode 100644 index 0000000..36a1ad0 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html @@ -0,0 +1,310 @@ + + + + + +GuiScreenEvent.DrawScreenEvent.Post (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class GuiScreenEvent.DrawScreenEvent.Post

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiScreenEvent.DrawScreenEvent.Post

        +
        public GuiScreenEvent.DrawScreenEvent.Post(GuiScreen gui,
        +                                   int mouseX,
        +                                   int mouseY,
        +                                   float renderPartialTicks)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html new file mode 100644 index 0000000..8cf2e4b --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html @@ -0,0 +1,311 @@ + + + + + +GuiScreenEvent.DrawScreenEvent.Pre (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class GuiScreenEvent.DrawScreenEvent.Pre

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiScreenEvent.DrawScreenEvent.Pre

        +
        public GuiScreenEvent.DrawScreenEvent.Pre(GuiScreen gui,
        +                                  int mouseX,
        +                                  int mouseY,
        +                                  float renderPartialTicks)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html new file mode 100644 index 0000000..f824820 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html @@ -0,0 +1,376 @@ + + + + + +GuiScreenEvent.DrawScreenEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class GuiScreenEvent.DrawScreenEvent

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        mouseX

        +
        public final int mouseX
        +
        The x coordinate of the mouse pointer on the screen.
        +
      • +
      + + + +
        +
      • +

        mouseY

        +
        public final int mouseY
        +
        The y coordinate of the mouse pointer on the screen.
        +
      • +
      + + + +
        +
      • +

        renderPartialTicks

        +
        public final float renderPartialTicks
        +
        Partial render ticks elapsed.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiScreenEvent.DrawScreenEvent

        +
        public GuiScreenEvent.DrawScreenEvent(GuiScreen gui,
        +                              int mouseX,
        +                              int mouseY,
        +                              float renderPartialTicks)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html new file mode 100644 index 0000000..4d7ddd7 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html @@ -0,0 +1,307 @@ + + + + + +GuiScreenEvent.InitGuiEvent.Post (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class GuiScreenEvent.InitGuiEvent.Post

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    GuiScreenEvent.InitGuiEvent
    +
    +
    +
    +
    public static class GuiScreenEvent.InitGuiEvent.Post
    +extends GuiScreenEvent.InitGuiEvent
    +
    This event fires right after GuiScreen.initGui(). + This is a good place to alter a GuiScreen's component layout if desired.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiScreenEvent.InitGuiEvent.Post

        +
        public GuiScreenEvent.InitGuiEvent.Post(GuiScreen gui,
        +                                java.util.List buttonList)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html new file mode 100644 index 0000000..3f9dcb9 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html @@ -0,0 +1,312 @@ + + + + + +GuiScreenEvent.InitGuiEvent.Pre (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class GuiScreenEvent.InitGuiEvent.Pre

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    GuiScreenEvent.InitGuiEvent
    +
    +
    +
    +
    public static class GuiScreenEvent.InitGuiEvent.Pre
    +extends GuiScreenEvent.InitGuiEvent
    +
    This event fires just after initializing GuiScreen.mc, GuiScreen.fontRendererObj, + GuiScreen.width, and GuiScreen.height, and just before calling GuiScreen.buttonList.clear() + and GuiScreen.initGui(). To skip or override a screen's initGui() method cancel the event.

    + + If canceled the following lines are skipped in GuiScreen.setWorldAndResolution():
    + this.buttonList.clear();
    + this.initGui();
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiScreenEvent.InitGuiEvent.Pre

        +
        public GuiScreenEvent.InitGuiEvent.Pre(GuiScreen gui,
        +                               java.util.List buttonList)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html new file mode 100644 index 0000000..643d479 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html @@ -0,0 +1,342 @@ + + + + + +GuiScreenEvent.InitGuiEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class GuiScreenEvent.InitGuiEvent

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        buttonList

        +
        public java.util.List buttonList
        +
        The buttonList field from the GuiScreen object referenced by gui.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiScreenEvent.InitGuiEvent

        +
        public GuiScreenEvent.InitGuiEvent(GuiScreen gui,
        +                           java.util.List buttonList)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.html new file mode 100644 index 0000000..8bd3c39 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.html @@ -0,0 +1,316 @@ + + + + + +GuiScreenEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class GuiScreenEvent

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        gui

        +
        public final GuiScreen gui
        +
        The GuiScreen object generating this event.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiScreenEvent

        +
        public GuiScreenEvent(GuiScreen gui)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/MouseEvent.html b/javadoc/net/minecraftforge/client/event/MouseEvent.html new file mode 100644 index 0000000..465d36c --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/MouseEvent.html @@ -0,0 +1,382 @@ + + + + + +MouseEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class MouseEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class MouseEvent
    +extends Event
    +
    Author: MachineMuse (Claire Semple) + Created: 2:46 PM, 9/4/13
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        x

        +
        public final int x
        +
      • +
      + + + +
        +
      • +

        y

        +
        public final int y
        +
      • +
      + + + +
        +
      • +

        dx

        +
        public final int dx
        +
      • +
      + + + +
        +
      • +

        dy

        +
        public final int dy
        +
      • +
      + + + +
        +
      • +

        dwheel

        +
        public final int dwheel
        +
      • +
      + + + +
        +
      • +

        button

        +
        public final int button
        +
      • +
      + + + +
        +
      • +

        buttonstate

        +
        public final boolean buttonstate
        +
      • +
      + + + +
        +
      • +

        nanoseconds

        +
        public final long nanoseconds
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MouseEvent

        +
        public MouseEvent()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html b/javadoc/net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html new file mode 100644 index 0000000..7654019 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html @@ -0,0 +1,333 @@ + + + + + +RenderBlockOverlayEvent.OverlayType (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Enum RenderBlockOverlayEvent.OverlayType

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      BLOCK 
      FIRE 
      WATER 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static RenderBlockOverlayEvent.OverlayTypevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static RenderBlockOverlayEvent.OverlayType[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static RenderBlockOverlayEvent.OverlayType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (RenderBlockOverlayEvent.OverlayType c : RenderBlockOverlayEvent.OverlayType.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static RenderBlockOverlayEvent.OverlayType valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderBlockOverlayEvent.html b/javadoc/net/minecraftforge/client/event/RenderBlockOverlayEvent.html new file mode 100644 index 0000000..4351d88 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderBlockOverlayEvent.html @@ -0,0 +1,400 @@ + + + + + +RenderBlockOverlayEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderBlockOverlayEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class RenderBlockOverlayEvent
    +extends Event
    +
    Called when a block's texture is going to be overlaid on the player's HUD. Cancel this event to prevent the overlay.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        player

        +
        public final EntityPlayer player
        +
        The player which the overlay will apply to
        +
      • +
      + + + +
        +
      • +

        renderPartialTicks

        +
        public final float renderPartialTicks
        +
      • +
      + + + + + + + +
        +
      • +

        blockForOverlay

        +
        public final Block blockForOverlay
        +
        If the overlay type is BLOCK, then this is the block which the overlay is getting it's icon from
        +
      • +
      + + + +
        +
      • +

        blockX

        +
        public final int blockX
        +
      • +
      + + + +
        +
      • +

        blockY

        +
        public final int blockY
        +
      • +
      + + + +
        +
      • +

        blockZ

        +
        public final int blockZ
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html new file mode 100644 index 0000000..50042d8 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html @@ -0,0 +1,334 @@ + + + + + +RenderGameOverlayEvent.Chat (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderGameOverlayEvent.Chat

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        posX

        +
        public int posX
        +
      • +
      + + + +
        +
      • +

        posY

        +
        public int posY
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RenderGameOverlayEvent.Chat

        +
        public RenderGameOverlayEvent.Chat(RenderGameOverlayEvent parent,
        +                           int posX,
        +                           int posY)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html new file mode 100644 index 0000000..73f60dc --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html @@ -0,0 +1,501 @@ + + + + + +RenderGameOverlayEvent.ElementType (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Enum RenderGameOverlayEvent.ElementType

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html new file mode 100644 index 0000000..7e32e56 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html @@ -0,0 +1,322 @@ + + + + + +RenderGameOverlayEvent.Post (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderGameOverlayEvent.Post

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isCancelable

        +
        public boolean isCancelable()
        +
        Description copied from class: Event
        +
        Determine if this function is cancelable at all.
        +
        +
        Overrides:
        +
        isCancelable in class Event
        +
        Returns:
        If access to setCanceled should be allowed
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html new file mode 100644 index 0000000..d4441dd --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html @@ -0,0 +1,290 @@ + + + + + +RenderGameOverlayEvent.Pre (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderGameOverlayEvent.Pre

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html new file mode 100644 index 0000000..74eca85 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html @@ -0,0 +1,334 @@ + + + + + +RenderGameOverlayEvent.Text (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderGameOverlayEvent.Text

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        left

        +
        public final java.util.ArrayList<java.lang.String> left
        +
      • +
      + + + +
        +
      • +

        right

        +
        public final java.util.ArrayList<java.lang.String> right
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RenderGameOverlayEvent.Text

        +
        public RenderGameOverlayEvent.Text(RenderGameOverlayEvent parent,
        +                           java.util.ArrayList<java.lang.String> left,
        +                           java.util.ArrayList<java.lang.String> right)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.html b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.html new file mode 100644 index 0000000..7590aa8 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.html @@ -0,0 +1,378 @@ + + + + + +RenderGameOverlayEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderGameOverlayEvent

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RenderGameOverlayEvent

        +
        public RenderGameOverlayEvent(float partialTicks,
        +                      ScaledResolution resolution,
        +                      int mouseX,
        +                      int mouseY)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderHandEvent.html b/javadoc/net/minecraftforge/client/event/RenderHandEvent.html new file mode 100644 index 0000000..a346f4e --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderHandEvent.html @@ -0,0 +1,319 @@ + + + + + +RenderHandEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderHandEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class RenderHandEvent
    +extends Event
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + +
        +
      • +

        partialTicks

        +
        public final float partialTicks
        +
      • +
      + + + +
        +
      • +

        renderPass

        +
        public final int renderPass
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RenderHandEvent

        +
        public RenderHandEvent(RenderGlobal context,
        +               float partialTicks,
        +               int renderPass)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderItemInFrameEvent.html b/javadoc/net/minecraftforge/client/event/RenderItemInFrameEvent.html new file mode 100644 index 0000000..18d0f2e --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderItemInFrameEvent.html @@ -0,0 +1,320 @@ + + + + + +RenderItemInFrameEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderItemInFrameEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class RenderItemInFrameEvent
    +extends Event
    +
    This event is called when an item is rendered in an item frame. + + You can set canceled to do no further vanilla processing.
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Post.html b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Post.html new file mode 100644 index 0000000..e02362a --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Post.html @@ -0,0 +1,292 @@ + + + + + +RenderLivingEvent.Post (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderLivingEvent.Post

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Pre.html b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Pre.html new file mode 100644 index 0000000..781ed86 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Pre.html @@ -0,0 +1,292 @@ + + + + + +RenderLivingEvent.Pre (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderLivingEvent.Pre

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html new file mode 100644 index 0000000..3d988ad --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html @@ -0,0 +1,304 @@ + + + + + +RenderLivingEvent.Specials.Post (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderLivingEvent.Specials.Post

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html new file mode 100644 index 0000000..548388d --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html @@ -0,0 +1,304 @@ + + + + + +RenderLivingEvent.Specials.Pre (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderLivingEvent.Specials.Pre

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.html b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.html new file mode 100644 index 0000000..8761e61 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.html @@ -0,0 +1,311 @@ + + + + + +RenderLivingEvent.Specials (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderLivingEvent.Specials

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.html b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.html new file mode 100644 index 0000000..f6b27c7 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.html @@ -0,0 +1,372 @@ + + + + + +RenderLivingEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderLivingEvent

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Post.html b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Post.html new file mode 100644 index 0000000..294fb8b --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Post.html @@ -0,0 +1,345 @@ + + + + + +RenderPlayerEvent.Post (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderPlayerEvent.Post

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RenderPlayerEvent.Post

        +
        public RenderPlayerEvent.Post(EntityPlayer player,
        +                      RenderPlayer renderer,
        +                      float tick)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Pre.html b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Pre.html new file mode 100644 index 0000000..c09b8af --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Pre.html @@ -0,0 +1,345 @@ + + + + + +RenderPlayerEvent.Pre (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderPlayerEvent.Pre

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RenderPlayerEvent.Pre

        +
        public RenderPlayerEvent.Pre(EntityPlayer player,
        +                     RenderPlayer renderer,
        +                     float tick)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html new file mode 100644 index 0000000..5d840c3 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html @@ -0,0 +1,408 @@ + + + + + +RenderPlayerEvent.SetArmorModel (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderPlayerEvent.SetArmorModel

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        result

        +
        public int result
        +
        Setting this to any value besides -1 will result in the function being + Immediately exited with the return value specified.
        +
      • +
      + + + +
        +
      • +

        slot

        +
        public final int slot
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RenderPlayerEvent.SetArmorModel

        +
        public RenderPlayerEvent.SetArmorModel(EntityPlayer player,
        +                               RenderPlayer renderer,
        +                               int slot,
        +                               float partialTick,
        +                               ItemStack stack)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html new file mode 100644 index 0000000..2ee1c06 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html @@ -0,0 +1,357 @@ + + + + + +RenderPlayerEvent.Specials.Post (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderPlayerEvent.Specials.Post

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RenderPlayerEvent.Specials.Post

        +
        public RenderPlayerEvent.Specials.Post(EntityPlayer player,
        +                               RenderPlayer renderer,
        +                               float partialTicks)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html new file mode 100644 index 0000000..7b3ba05 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html @@ -0,0 +1,411 @@ + + + + + +RenderPlayerEvent.Specials.Pre (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderPlayerEvent.Specials.Pre

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        renderHelmet

        +
        public boolean renderHelmet
        +
      • +
      + + + +
        +
      • +

        renderCape

        +
        public boolean renderCape
        +
      • +
      + + + +
        +
      • +

        renderItem

        +
        public boolean renderItem
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RenderPlayerEvent.Specials.Pre

        +
        public RenderPlayerEvent.Specials.Pre(EntityPlayer player,
        +                              RenderPlayer renderer,
        +                              float partialTicks)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.html b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.html new file mode 100644 index 0000000..1f50ec4 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.html @@ -0,0 +1,364 @@ + + + + + +RenderPlayerEvent.Specials (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderPlayerEvent.Specials

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RenderPlayerEvent.Specials

        +
        public RenderPlayerEvent.Specials(EntityPlayer player,
        +                          RenderPlayer renderer,
        +                          float partialTicks)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.html b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.html new file mode 100644 index 0000000..ff735bd --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.html @@ -0,0 +1,390 @@ + + + + + +RenderPlayerEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderPlayerEvent

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + +
        +
      • +

        partialRenderTick

        +
        public final float partialRenderTick
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RenderPlayerEvent

        +
        public RenderPlayerEvent(EntityPlayer player,
        +                 RenderPlayer renderer,
        +                 float partialRenderTick)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderWorldEvent.Post.html b/javadoc/net/minecraftforge/client/event/RenderWorldEvent.Post.html new file mode 100644 index 0000000..e54f6cb --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderWorldEvent.Post.html @@ -0,0 +1,291 @@ + + + + + +RenderWorldEvent.Post (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderWorldEvent.Post

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    RenderWorldEvent
    +
    +
    +
    +
    public static class RenderWorldEvent.Post
    +extends RenderWorldEvent
    +
    Fired after the tessellator is stopped, before the display list is ended.
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderWorldEvent.Pre.html b/javadoc/net/minecraftforge/client/event/RenderWorldEvent.Pre.html new file mode 100644 index 0000000..7fe3d76 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderWorldEvent.Pre.html @@ -0,0 +1,292 @@ + + + + + +RenderWorldEvent.Pre (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderWorldEvent.Pre

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    RenderWorldEvent
    +
    +
    +
    +
    public static class RenderWorldEvent.Pre
    +extends RenderWorldEvent
    +
    Fired when 16x16x16 chunk area is being redrawn. + Fired after GL state is setup, before tessellator is started.
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderWorldEvent.html b/javadoc/net/minecraftforge/client/event/RenderWorldEvent.html new file mode 100644 index 0000000..4a35a7c --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderWorldEvent.html @@ -0,0 +1,357 @@ + + + + + +RenderWorldEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderWorldEvent

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/RenderWorldLastEvent.html b/javadoc/net/minecraftforge/client/event/RenderWorldLastEvent.html new file mode 100644 index 0000000..c333cd0 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/RenderWorldLastEvent.html @@ -0,0 +1,304 @@ + + + + + +RenderWorldLastEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class RenderWorldLastEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class RenderWorldLastEvent
    +extends Event
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + +
        +
      • +

        partialTicks

        +
        public final float partialTicks
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RenderWorldLastEvent

        +
        public RenderWorldLastEvent(RenderGlobal context,
        +                    float partialTicks)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/TextureStitchEvent.Post.html b/javadoc/net/minecraftforge/client/event/TextureStitchEvent.Post.html new file mode 100644 index 0000000..541ad64 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/TextureStitchEvent.Post.html @@ -0,0 +1,287 @@ + + + + + +TextureStitchEvent.Post (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class TextureStitchEvent.Post

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    TextureStitchEvent
    +
    +
    +
    +
    public static class TextureStitchEvent.Post
    +extends TextureStitchEvent
    +
    This event is fired once the texture map has loaded all textures and + stitched them together. All Icons should have there locations defined + by the time this is fired.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TextureStitchEvent.Post

        +
        public TextureStitchEvent.Post(TextureMap map)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/TextureStitchEvent.Pre.html b/javadoc/net/minecraftforge/client/event/TextureStitchEvent.Pre.html new file mode 100644 index 0000000..bc49a5f --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/TextureStitchEvent.Pre.html @@ -0,0 +1,287 @@ + + + + + +TextureStitchEvent.Pre (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class TextureStitchEvent.Pre

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    TextureStitchEvent
    +
    +
    +
    +
    public static class TextureStitchEvent.Pre
    +extends TextureStitchEvent
    +
    Fired when the TextureMap is told to refresh it's stitched texture. + Called after the Stitched list is cleared, but before any blocks or items + add themselves to the list.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TextureStitchEvent.Pre

        +
        public TextureStitchEvent.Pre(TextureMap map)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/TextureStitchEvent.html b/javadoc/net/minecraftforge/client/event/TextureStitchEvent.html new file mode 100644 index 0000000..7556608 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/TextureStitchEvent.html @@ -0,0 +1,313 @@ + + + + + +TextureStitchEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event
+

Class TextureStitchEvent

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TextureStitchEvent

        +
        public TextureStitchEvent(TextureMap map)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/package-frame.html b/javadoc/net/minecraftforge/client/event/package-frame.html new file mode 100644 index 0000000..0a37eaa --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/package-frame.html @@ -0,0 +1,70 @@ + + + + + +net.minecraftforge.client.event (Forge API) + + + + +

net.minecraftforge.client.event

+
+

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/net/minecraftforge/client/event/package-summary.html b/javadoc/net/minecraftforge/client/event/package-summary.html new file mode 100644 index 0000000..8d0c666 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/package-summary.html @@ -0,0 +1,381 @@ + + + + + +net.minecraftforge.client.event (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraftforge.client.event

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/package-tree.html b/javadoc/net/minecraftforge/client/event/package-tree.html new file mode 100644 index 0000000..5297c77 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/package-tree.html @@ -0,0 +1,240 @@ + + + + + +net.minecraftforge.client.event Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraftforge.client.event

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/PlayBackgroundMusicEvent.html b/javadoc/net/minecraftforge/client/event/sound/PlayBackgroundMusicEvent.html new file mode 100644 index 0000000..7917563 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/PlayBackgroundMusicEvent.html @@ -0,0 +1,302 @@ + + + + + +PlayBackgroundMusicEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event.sound
+

Class PlayBackgroundMusicEvent

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class PlayBackgroundMusicEvent
    +extends SoundResultEvent
    +
    Raised when the SoundManager tries to play a Background Music file, + If you return null from this function it will prevent the sound from being played, + you can return a different entry if you want to change the sound being played.
    +
  • +
+
+
+ +
+
+
    +
  • + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/PlaySoundEffectEvent.html b/javadoc/net/minecraftforge/client/event/sound/PlaySoundEffectEvent.html new file mode 100644 index 0000000..0ea3bf9 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/PlaySoundEffectEvent.html @@ -0,0 +1,305 @@ + + + + + +PlaySoundEffectEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event.sound
+

Class PlaySoundEffectEvent

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class PlaySoundEffectEvent
    +extends SoundResultEvent
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PlaySoundEffectEvent

        +
        public PlaySoundEffectEvent(SoundManager manager,
        +                    SoundPoolEntry source,
        +                    java.lang.String name,
        +                    float volume,
        +                    float pitch)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html b/javadoc/net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html new file mode 100644 index 0000000..294645a --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html @@ -0,0 +1,334 @@ + + + + + +PlaySoundEffectSourceEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event.sound
+

Class PlaySoundEffectSourceEvent

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class PlaySoundEffectSourceEvent
    +extends SoundEvent
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        manager

        +
        public final SoundManager manager
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        name

        +
        public final java.lang.String name
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PlaySoundEffectSourceEvent

        +
        public PlaySoundEffectSourceEvent(SoundManager manager,
        +                          java.lang.String name)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/PlaySoundEvent.html b/javadoc/net/minecraftforge/client/event/sound/PlaySoundEvent.html new file mode 100644 index 0000000..463f07b --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/PlaySoundEvent.html @@ -0,0 +1,378 @@ + + + + + +PlaySoundEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event.sound
+

Class PlaySoundEvent

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class PlaySoundEvent
    +extends SoundResultEvent
    +
    Raised when the SoundManager tries to play a normal sound. + + If you return null from this function it will prevent the sound from being played, + you can return a different entry if you want to change the sound being played.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        x

        +
        public final float x
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        y

        +
        public final float y
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        z

        +
        public final float z
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PlaySoundEvent

        +
        public PlaySoundEvent(SoundManager manager,
        +              SoundPoolEntry source,
        +              java.lang.String name,
        +              float x,
        +              float y,
        +              float z,
        +              float volume,
        +              float pitch)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/PlaySoundEvent17.html b/javadoc/net/minecraftforge/client/event/sound/PlaySoundEvent17.html new file mode 100644 index 0000000..91c9cee --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/PlaySoundEvent17.html @@ -0,0 +1,362 @@ + + + + + +PlaySoundEvent17 (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event.sound
+

Class PlaySoundEvent17

+
+
+ +
+
    +
  • +
    +
    +
    public class PlaySoundEvent17
    +extends SoundEvent
    +
    Raised when the SoundManager tries to play a normal sound. + + If you return null from this function it will prevent the sound from being played, + you can return a different entry if you want to change the sound being played.
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html b/javadoc/net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html new file mode 100644 index 0000000..ee94978 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html @@ -0,0 +1,420 @@ + + + + + +PlaySoundSourceEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event.sound
+

Class PlaySoundSourceEvent

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        manager

        +
        @Deprecated
        +public final SoundManager manager
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        name

        +
        @Deprecated
        +public final java.lang.String name
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        x

        +
        @Deprecated
        +public final float x
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        y

        +
        @Deprecated
        +public final float y
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        z

        +
        @Deprecated
        +public final float z
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PlaySoundSourceEvent

        +
        @Deprecated
        +public PlaySoundSourceEvent(SoundManager manager,
        +                               java.lang.String name,
        +                               float x,
        +                               float y,
        +                               float z)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        PlaySoundSourceEvent

        +
        public PlaySoundSourceEvent(SoundManager manager,
        +                    ISound sound,
        +                    java.lang.String uuid)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/PlayStreamingEvent.html b/javadoc/net/minecraftforge/client/event/sound/PlayStreamingEvent.html new file mode 100644 index 0000000..f2472b5 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/PlayStreamingEvent.html @@ -0,0 +1,375 @@ + + + + + +PlayStreamingEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event.sound
+

Class PlayStreamingEvent

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class PlayStreamingEvent
    +extends SoundResultEvent
    +
    Raised when the SoundManager tries to play a 'Streaming' file, + in vanilla it is only the Jukebox that uses this function. + + If you return null from this function it will prevent the sound from being played, + you can return a different entry if you want to change the sound being played.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        x

        +
        public final float x
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        y

        +
        public final float y
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        z

        +
        public final float z
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PlayStreamingEvent

        +
        public PlayStreamingEvent(SoundManager manager,
        +                  SoundPoolEntry source,
        +                  java.lang.String name,
        +                  float x,
        +                  float y,
        +                  float z)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html b/javadoc/net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html new file mode 100644 index 0000000..06f99a8 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html @@ -0,0 +1,420 @@ + + + + + +PlayStreamingSourceEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event.sound
+

Class PlayStreamingSourceEvent

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        manager

        +
        @Deprecated
        +public final SoundManager manager
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        name

        +
        @Deprecated
        +public final java.lang.String name
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        x

        +
        @Deprecated
        +public final float x
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        y

        +
        @Deprecated
        +public final float y
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        z

        +
        @Deprecated
        +public final float z
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PlayStreamingSourceEvent

        +
        @Deprecated
        +public PlayStreamingSourceEvent(SoundManager manager,
        +                                   java.lang.String name,
        +                                   float x,
        +                                   float y,
        +                                   float z)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        PlayStreamingSourceEvent

        +
        public PlayStreamingSourceEvent(SoundManager manager,
        +                        ISound sound,
        +                        java.lang.String uuid)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html b/javadoc/net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html new file mode 100644 index 0000000..c68b8f9 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html @@ -0,0 +1,353 @@ + + + + + +SoundEvent.SoundSourceEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event.sound
+

Class SoundEvent.SoundSourceEvent

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        sound

        +
        public final ISound sound
        +
      • +
      + + + +
        +
      • +

        uuid

        +
        public final java.lang.String uuid
        +
      • +
      + + + +
        +
      • +

        name

        +
        public final java.lang.String name
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SoundEvent.SoundSourceEvent

        +
        public SoundEvent.SoundSourceEvent(SoundManager manager,
        +                           ISound sound,
        +                           java.lang.String uuid)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/SoundEvent.html b/javadoc/net/minecraftforge/client/event/sound/SoundEvent.html new file mode 100644 index 0000000..3b9f385 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/SoundEvent.html @@ -0,0 +1,336 @@ + + + + + +SoundEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event.sound
+

Class SoundEvent

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/SoundLoadEvent.html b/javadoc/net/minecraftforge/client/event/sound/SoundLoadEvent.html new file mode 100644 index 0000000..563e3e2 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/SoundLoadEvent.html @@ -0,0 +1,314 @@ + + + + + +SoundLoadEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event.sound
+

Class SoundLoadEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class SoundLoadEvent
    +extends SoundEvent
    +
    Raised by the SoundManager.loadSoundSettings, this would be a good place for + adding your custom sounds to the SoundPool.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        manager

        +
        @Deprecated
        +public final SoundManager manager
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SoundLoadEvent

        +
        public SoundLoadEvent(SoundManager manager)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/SoundResultEvent.html b/javadoc/net/minecraftforge/client/event/sound/SoundResultEvent.html new file mode 100644 index 0000000..f887d3e --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/SoundResultEvent.html @@ -0,0 +1,408 @@ + + + + + +SoundResultEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event.sound
+

Class SoundResultEvent

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        manager

        +
        public final SoundManager manager
        +
        Deprecated. 
        +
      • +
      + + + + + + + +
        +
      • +

        name

        +
        public final java.lang.String name
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        volume

        +
        public final float volume
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        pitch

        +
        public final float pitch
        +
        Deprecated. 
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SoundResultEvent

        +
        public SoundResultEvent(SoundManager manager,
        +                SoundPoolEntry source,
        +                java.lang.String name,
        +                float volume,
        +                float pitch)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/SoundSetupEvent.html b/javadoc/net/minecraftforge/client/event/sound/SoundSetupEvent.html new file mode 100644 index 0000000..859b480 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/SoundSetupEvent.html @@ -0,0 +1,314 @@ + + + + + +SoundSetupEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.event.sound
+

Class SoundSetupEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class SoundSetupEvent
    +extends SoundEvent
    +
    This event is raised by the SoundManager when it does its first setup of the + SoundSystemConfig's codecs, use this function to add your own codecs.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        manager

        +
        @Deprecated
        +public final SoundManager manager
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SoundSetupEvent

        +
        public SoundSetupEvent(SoundManager manager)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/package-frame.html b/javadoc/net/minecraftforge/client/event/sound/package-frame.html new file mode 100644 index 0000000..b9b8442 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/package-frame.html @@ -0,0 +1,31 @@ + + + + + +net.minecraftforge.client.event.sound (Forge API) + + + + +

net.minecraftforge.client.event.sound

+
+

Classes

+ +
+ + diff --git a/javadoc/net/minecraftforge/client/event/sound/package-summary.html b/javadoc/net/minecraftforge/client/event/sound/package-summary.html new file mode 100644 index 0000000..397e458 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/package-summary.html @@ -0,0 +1,187 @@ + + + + + +net.minecraftforge.client.event.sound (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraftforge.client.event.sound

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/event/sound/package-tree.html b/javadoc/net/minecraftforge/client/event/sound/package-tree.html new file mode 100644 index 0000000..893d309 --- /dev/null +++ b/javadoc/net/minecraftforge/client/event/sound/package-tree.html @@ -0,0 +1,151 @@ + + + + + +net.minecraftforge.client.event.sound Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraftforge.client.event.sound

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html new file mode 100644 index 0000000..586f8ad --- /dev/null +++ b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html @@ -0,0 +1,344 @@ + + + + + +ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.gui
+

Class ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html new file mode 100644 index 0000000..c0dda24 --- /dev/null +++ b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html @@ -0,0 +1,322 @@ + + + + + +ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.gui
+

Class ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html new file mode 100644 index 0000000..d5ffe5c --- /dev/null +++ b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html @@ -0,0 +1,322 @@ + + + + + +ForgeGuiFactory.ForgeConfigGui.GeneralEntry (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.gui
+

Class ForgeGuiFactory.ForgeConfigGui.GeneralEntry

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html new file mode 100644 index 0000000..d5f99b0 --- /dev/null +++ b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html @@ -0,0 +1,344 @@ + + + + + +ForgeGuiFactory.ForgeConfigGui.ModIDEntry (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.gui
+

Class ForgeGuiFactory.ForgeConfigGui.ModIDEntry

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html new file mode 100644 index 0000000..702aa2e --- /dev/null +++ b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html @@ -0,0 +1,392 @@ + + + + + +ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.gui
+

Class ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    GuiConfigEntries.IConfigEntry, GuiListExtended.IGuiListEntry
    +
    +
    +
    Enclosing class:
    +
    ForgeGuiFactory.ForgeConfigGui
    +
    +
    +
    +
    public static class ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry
    +extends GuiConfigEntries.CategoryEntry
    +
    This custom list entry provides the Mod Overrides entry on the Forge Chunk Loading config screen. + It extends the base Category entry class and defines the IConfigElement objects that will be used to build the child screen. + In this case it adds the custom entry for adding a new mod override and lists the existing mod overrides.
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html new file mode 100644 index 0000000..fa8ce26 --- /dev/null +++ b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html @@ -0,0 +1,340 @@ + + + + + +ForgeGuiFactory.ForgeConfigGui (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.gui
+

Class ForgeGuiFactory.ForgeConfigGui

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    ForgeGuiFactory
    +
    +
    +
    +
    public static class ForgeGuiFactory.ForgeConfigGui
    +extends GuiConfig
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ForgeGuiFactory.ForgeConfigGui

        +
        public ForgeGuiFactory.ForgeConfigGui(GuiScreen parentScreen)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.html b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.html new file mode 100644 index 0000000..81054bf --- /dev/null +++ b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.html @@ -0,0 +1,429 @@ + + + + + +ForgeGuiFactory (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.gui
+

Class ForgeGuiFactory

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IModGuiFactory
    +
    +
    +
    +
    public class ForgeGuiFactory
    +extends java.lang.Object
    +implements IModGuiFactory
    +
    This is the base GuiConfig screen class that all the other Forge-specific config screens will be called from. + Since Forge has multiple config files I thought I would use that opportunity to show some of the ways + that the config GUI system can be extended to create custom config GUIs that have additional features + over the base functionality of just displaying Properties and ConfigCategories. + + The concepts implemented here are: + - using custom IConfigEntry objects to define child-screens that have specific Properties listed + - using custom IConfigEntry objects to define a dummy property that can be used to generate new ConfigCategory objects + - defining the configID string for a GuiConfig object so that the config changed events will be posted when that GuiConfig screen is closed + (the configID string is optional; if it is not defined the config changed events will be posted when the top-most GuiConfig screen + is closed, eg when the parent is null or is not an instance of GuiConfig) + - overriding the IConfigEntry.enabled() method to control the enabled state of one list entry based on the value of another entry + - overriding the IConfigEntry.onGuiClosed() method to perform custom actions when the screen that owns the entry is closed (in this + case a new ConfigCategory is added to the Configuration object) + + The config file structure looks like this: + forge.cfg (general settings all in one category) + forgeChunkLoading.cfg + - Forge (category) + - defaults (category) + - [optional mod override categories]... + + The GUI structure is this: + Base Screen + - General Settings (from forge.cfg) + - Chunk Loader Settings (from forgeChunkLoading.cfg) + - Defaults (these elements are listed directly on this screen) + - Mod Overrides + - Add New Mod Override + - Mod1 + - Mod2 + - etc. + + Other things to check out: + ForgeModContainer.syncConfig() + ForgeModContainer.onConfigChanged() + ForgeChunkManager.syncConfigDefaults() + ForgeChunkManager.loadConfiguration()
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ForgeGuiFactory

        +
        public ForgeGuiFactory()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        initialize

        +
        public void initialize(Minecraft minecraftInstance)
        +
        Description copied from interface: IModGuiFactory
        +
        Called when instantiated to initialize with the active minecraft instance.
        +
        +
        Specified by:
        +
        initialize in interface IModGuiFactory
        +
        Parameters:
        minecraftInstance - the instance
        +
      • +
      + + + +
        +
      • +

        mainConfigGuiClass

        +
        public java.lang.Class<? extends GuiScreen> mainConfigGuiClass()
        +
        Description copied from interface: IModGuiFactory
        +
        Return the name of a class extending GuiScreen. This class will + be instantiated when the "config" button is pressed in the mod list. It will + have a single argument constructor - the "parent" screen, the same as all + Minecraft GUIs. The expected behaviour is that this screen will replace the + "mod list" screen completely, and will return to the mod list screen through + the parent link, once the appropriate action is taken from the config screen. + + A null from this method indicates that the mod does not provide a "config" + button GUI screen, and the config button will be hidden/disabled. + + This config GUI is anticipated to provide configuration to the mod in a friendly + visual way. It should not be abused to set internals such as IDs (they're gonna + keep disappearing anyway), but rather, interesting behaviours. This config GUI + is never run when a server game is running, and should be used to configure + desired behaviours that affect server state. Costs, mod game modes, stuff like that + can be changed here.
        +
        +
        Specified by:
        +
        mainConfigGuiClass in interface IModGuiFactory
        +
        Returns:
        A class that will be instantiated on clicks on the config button + or null if no GUI is desired.
        +
      • +
      + + + +
        +
      • +

        runtimeGuiCategories

        +
        public java.util.Set<IModGuiFactory.RuntimeOptionCategoryElement> runtimeGuiCategories()
        +
        Description copied from interface: IModGuiFactory
        +
        Return a list of the "runtime" categories this mod wishes to populate with + GUI elements. + + Runtime categories are created on demand and organized in a 'lite' tree format. + The parent represents the parent node in the tree. There is one special parent + 'Help' that will always list first, and is generally meant to provide Help type + content for mods. The remaining parents will sort alphabetically, though + this may change if there is a lot of alphabetic abuse. "AAA" is probably never a valid + category parent. + + Runtime configuration itself falls into two flavours: in-game help, which is + generally non interactive except for the text it wishes to show, and client-only + affecting behaviours. This would include things like toggling minimaps, or cheat modes + or anything NOT affecting the behaviour of the server. Please don't abuse this to + change the state of the server in any way, this is intended to behave identically + when the server is local or remote.
        +
        +
        Specified by:
        +
        runtimeGuiCategories in interface IModGuiFactory
        +
        Returns:
        the set of options this mod wishes to have available, or empty if none
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/gui/package-frame.html b/javadoc/net/minecraftforge/client/gui/package-frame.html new file mode 100644 index 0000000..46ad226 --- /dev/null +++ b/javadoc/net/minecraftforge/client/gui/package-frame.html @@ -0,0 +1,25 @@ + + + + + +net.minecraftforge.client.gui (Forge API) + + + + +

net.minecraftforge.client.gui

+
+

Classes

+ +
+ + diff --git a/javadoc/net/minecraftforge/client/gui/package-summary.html b/javadoc/net/minecraftforge/client/gui/package-summary.html new file mode 100644 index 0000000..049b62f --- /dev/null +++ b/javadoc/net/minecraftforge/client/gui/package-summary.html @@ -0,0 +1,167 @@ + + + + + +net.minecraftforge.client.gui (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraftforge.client.gui

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/gui/package-tree.html b/javadoc/net/minecraftforge/client/gui/package-tree.html new file mode 100644 index 0000000..a5e7078 --- /dev/null +++ b/javadoc/net/minecraftforge/client/gui/package-tree.html @@ -0,0 +1,160 @@ + + + + + +net.minecraftforge.client.gui Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraftforge.client.gui

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/AdvancedModelLoader.html b/javadoc/net/minecraftforge/client/model/AdvancedModelLoader.html new file mode 100644 index 0000000..f971c6c --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/AdvancedModelLoader.html @@ -0,0 +1,297 @@ + + + + + +AdvancedModelLoader (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.model
+

Class AdvancedModelLoader

+
+
+ +
+
    +
  • +
    +
    +
    public class AdvancedModelLoader
    +extends java.lang.Object
    +
    Common interface for advanced model loading from files, based on file suffix + Model support can be queried through the getSupportedSuffixes() method. + Instances can be created by calling #loadModel(String) with a class-loadable-path
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static java.util.Collection<java.lang.String>getSupportedSuffixes() 
      static IModelCustomloadModel(ResourceLocation resource) +
      Load the model from the supplied classpath resolvable resource name
      +
      static voidregisterModelHandler(IModelCustomLoader modelHandler) +
      Register a new model handler
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        AdvancedModelLoader

        +
        public AdvancedModelLoader()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        registerModelHandler

        +
        public static void registerModelHandler(IModelCustomLoader modelHandler)
        +
        Register a new model handler
        +
        Parameters:
        modelHandler - The model handler to register
        +
      • +
      + + + +
        +
      • +

        loadModel

        +
        public static IModelCustom loadModel(ResourceLocation resource)
        +                              throws java.lang.IllegalArgumentException,
        +                                     ModelFormatException
        +
        Load the model from the supplied classpath resolvable resource name
        +
        Parameters:
        resource - The resource name
        +
        Returns:
        A model
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if the resource name cannot be understood
        +
        ModelFormatException - if the underlying model handler cannot parse the model format
        +
      • +
      + + + +
        +
      • +

        getSupportedSuffixes

        +
        public static java.util.Collection<java.lang.String> getSupportedSuffixes()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/IModelCustom.html b/javadoc/net/minecraftforge/client/model/IModelCustom.html new file mode 100644 index 0000000..17d6bf6 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/IModelCustom.html @@ -0,0 +1,260 @@ + + + + + +IModelCustom (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.model
+

Interface IModelCustom

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetType() 
      voidrenderAll() 
      voidrenderAllExcept(java.lang.String... excludedGroupNames) 
      voidrenderOnly(java.lang.String... groupNames) 
      voidrenderPart(java.lang.String partName) 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getType

        +
        java.lang.String getType()
        +
      • +
      + + + +
        +
      • +

        renderAll

        +
        void renderAll()
        +
      • +
      + + + +
        +
      • +

        renderOnly

        +
        void renderOnly(java.lang.String... groupNames)
        +
      • +
      + + + +
        +
      • +

        renderPart

        +
        void renderPart(java.lang.String partName)
        +
      • +
      + + + +
        +
      • +

        renderAllExcept

        +
        void renderAllExcept(java.lang.String... excludedGroupNames)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/IModelCustomLoader.html b/javadoc/net/minecraftforge/client/model/IModelCustomLoader.html new file mode 100644 index 0000000..efe3ab1 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/IModelCustomLoader.html @@ -0,0 +1,251 @@ + + + + + +IModelCustomLoader (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.model
+

Interface IModelCustomLoader

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    ObjModelLoader, TechneModelLoader
    +
    +
    +
    +
    public interface IModelCustomLoader
    +
    Instances of this class act as factories for their model type
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.String[]getSuffixes() +
      Get resource suffixes this model loader recognizes
      +
      java.lang.StringgetType() +
      Get the main type name for this loader
      +
      IModelCustomloadInstance(ResourceLocation resource) +
      Load a model instance from the supplied path
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getType

        +
        java.lang.String getType()
        +
        Get the main type name for this loader
        +
        Returns:
        the type name
        +
      • +
      + + + +
        +
      • +

        getSuffixes

        +
        java.lang.String[] getSuffixes()
        +
        Get resource suffixes this model loader recognizes
        +
        Returns:
        a list of suffixes
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/ModelFormatException.html b/javadoc/net/minecraftforge/client/model/ModelFormatException.html new file mode 100644 index 0000000..a13a4bc --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/ModelFormatException.html @@ -0,0 +1,292 @@ + + + + + +ModelFormatException (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.model
+

Class ModelFormatException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class ModelFormatException
    +extends java.lang.RuntimeException
    +
    Thrown if there is a problem parsing the model
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ModelFormatException

        +
        public ModelFormatException()
        +
      • +
      + + + +
        +
      • +

        ModelFormatException

        +
        public ModelFormatException(java.lang.String message,
        +                    java.lang.Throwable cause)
        +
      • +
      + + + +
        +
      • +

        ModelFormatException

        +
        public ModelFormatException(java.lang.String message)
        +
      • +
      + + + +
        +
      • +

        ModelFormatException

        +
        public ModelFormatException(java.lang.Throwable cause)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/obj/Face.html b/javadoc/net/minecraftforge/client/model/obj/Face.html new file mode 100644 index 0000000..047c87d --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/obj/Face.html @@ -0,0 +1,357 @@ + + + + + +Face (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.model.obj
+

Class Face

+
+
+ +
+
    +
  • +
    +
    +
    public class Face
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Face

        +
        public Face()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addFaceForRender

        +
        public void addFaceForRender(Tessellator tessellator)
        +
      • +
      + + + +
        +
      • +

        addFaceForRender

        +
        public void addFaceForRender(Tessellator tessellator,
        +                    float textureOffset)
        +
      • +
      + + + +
        +
      • +

        calculateFaceNormal

        +
        public Vertex calculateFaceNormal()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/obj/GroupObject.html b/javadoc/net/minecraftforge/client/model/obj/GroupObject.html new file mode 100644 index 0000000..c6c4563 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/obj/GroupObject.html @@ -0,0 +1,355 @@ + + + + + +GroupObject (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.model.obj
+

Class GroupObject

+
+
+ +
+
    +
  • +
    +
    +
    public class GroupObject
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      java.util.ArrayList<Face>faces 
      intglDrawingMode 
      java.lang.Stringname 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      GroupObject() 
      GroupObject(java.lang.String name) 
      GroupObject(java.lang.String name, + int glDrawingMode) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidrender() 
      voidrender(Tessellator tessellator) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        name

        +
        public java.lang.String name
        +
      • +
      + + + +
        +
      • +

        faces

        +
        public java.util.ArrayList<Face> faces
        +
      • +
      + + + +
        +
      • +

        glDrawingMode

        +
        public int glDrawingMode
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GroupObject

        +
        public GroupObject()
        +
      • +
      + + + +
        +
      • +

        GroupObject

        +
        public GroupObject(java.lang.String name)
        +
      • +
      + + + +
        +
      • +

        GroupObject

        +
        public GroupObject(java.lang.String name,
        +           int glDrawingMode)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        render

        +
        public void render()
        +
      • +
      + + + +
        +
      • +

        render

        +
        public void render(Tessellator tessellator)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/obj/ObjModelLoader.html b/javadoc/net/minecraftforge/client/model/obj/ObjModelLoader.html new file mode 100644 index 0000000..abf3007 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/obj/ObjModelLoader.html @@ -0,0 +1,313 @@ + + + + + +ObjModelLoader (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.model.obj
+

Class ObjModelLoader

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ObjModelLoader() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.String[]getSuffixes() +
      Get resource suffixes this model loader recognizes
      +
      java.lang.StringgetType() +
      Get the main type name for this loader
      +
      IModelCustomloadInstance(ResourceLocation resource) +
      Load a model instance from the supplied path
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/obj/TextureCoordinate.html b/javadoc/net/minecraftforge/client/model/obj/TextureCoordinate.html new file mode 100644 index 0000000..426c0eb --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/obj/TextureCoordinate.html @@ -0,0 +1,306 @@ + + + + + +TextureCoordinate (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.model.obj
+

Class TextureCoordinate

+
+
+ +
+
    +
  • +
    +
    +
    public class TextureCoordinate
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      floatu 
      floatv 
      floatw 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      TextureCoordinate(float u, + float v) 
      TextureCoordinate(float u, + float v, + float w) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        u

        +
        public float u
        +
      • +
      + + + +
        +
      • +

        v

        +
        public float v
        +
      • +
      + + + +
        +
      • +

        w

        +
        public float w
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TextureCoordinate

        +
        public TextureCoordinate(float u,
        +                 float v)
        +
      • +
      + + + +
        +
      • +

        TextureCoordinate

        +
        public TextureCoordinate(float u,
        +                 float v,
        +                 float w)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/obj/Vertex.html b/javadoc/net/minecraftforge/client/model/obj/Vertex.html new file mode 100644 index 0000000..1538ca5 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/obj/Vertex.html @@ -0,0 +1,306 @@ + + + + + +Vertex (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.model.obj
+

Class Vertex

+
+
+ +
+
    +
  • +
    +
    +
    public class Vertex
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      floatx 
      floaty 
      floatz 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      Vertex(float x, + float y) 
      Vertex(float x, + float y, + float z) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        x

        +
        public float x
        +
      • +
      + + + +
        +
      • +

        y

        +
        public float y
        +
      • +
      + + + +
        +
      • +

        z

        +
        public float z
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Vertex

        +
        public Vertex(float x,
        +      float y)
        +
      • +
      + + + +
        +
      • +

        Vertex

        +
        public Vertex(float x,
        +      float y,
        +      float z)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/obj/WavefrontObject.html b/javadoc/net/minecraftforge/client/model/obj/WavefrontObject.html new file mode 100644 index 0000000..009ba05 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/obj/WavefrontObject.html @@ -0,0 +1,486 @@ + + + + + +WavefrontObject (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.model.obj
+

Class WavefrontObject

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IModelCustom
    +
    +
    +
    +
    public class WavefrontObject
    +extends java.lang.Object
    +implements IModelCustom
    +
    Wavefront Object importer + Based heavily off of the specifications found at http://en.wikipedia.org/wiki/Wavefront_.obj_file
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        vertices

        +
        public java.util.ArrayList<Vertex> vertices
        +
      • +
      + + + +
        +
      • +

        vertexNormals

        +
        public java.util.ArrayList<Vertex> vertexNormals
        +
      • +
      + + + +
        +
      • +

        textureCoordinates

        +
        public java.util.ArrayList<TextureCoordinate> textureCoordinates
        +
      • +
      + + + +
        +
      • +

        groupObjects

        +
        public java.util.ArrayList<GroupObject> groupObjects
        +
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        tessellateAll

        +
        public void tessellateAll(Tessellator tessellator)
        +
      • +
      + + + +
        +
      • +

        renderOnly

        +
        public void renderOnly(java.lang.String... groupNames)
        +
        +
        Specified by:
        +
        renderOnly in interface IModelCustom
        +
        +
      • +
      + + + +
        +
      • +

        tessellateOnly

        +
        public void tessellateOnly(Tessellator tessellator,
        +                  java.lang.String... groupNames)
        +
      • +
      + + + +
        +
      • +

        renderPart

        +
        public void renderPart(java.lang.String partName)
        +
        +
        Specified by:
        +
        renderPart in interface IModelCustom
        +
        +
      • +
      + + + +
        +
      • +

        tessellatePart

        +
        public void tessellatePart(Tessellator tessellator,
        +                  java.lang.String partName)
        +
      • +
      + + + +
        +
      • +

        renderAllExcept

        +
        public void renderAllExcept(java.lang.String... excludedGroupNames)
        +
        +
        Specified by:
        +
        renderAllExcept in interface IModelCustom
        +
        +
      • +
      + + + +
        +
      • +

        tessellateAllExcept

        +
        public void tessellateAllExcept(Tessellator tessellator,
        +                       java.lang.String... excludedGroupNames)
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public java.lang.String getType()
        +
        +
        Specified by:
        +
        getType in interface IModelCustom
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/obj/package-frame.html b/javadoc/net/minecraftforge/client/model/obj/package-frame.html new file mode 100644 index 0000000..b075018 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/obj/package-frame.html @@ -0,0 +1,24 @@ + + + + + +net.minecraftforge.client.model.obj (Forge API) + + + + +

net.minecraftforge.client.model.obj

+
+

Classes

+ +
+ + diff --git a/javadoc/net/minecraftforge/client/model/obj/package-summary.html b/javadoc/net/minecraftforge/client/model/obj/package-summary.html new file mode 100644 index 0000000..752bea6 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/obj/package-summary.html @@ -0,0 +1,154 @@ + + + + + +net.minecraftforge.client.model.obj (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraftforge.client.model.obj

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/obj/package-tree.html b/javadoc/net/minecraftforge/client/model/obj/package-tree.html new file mode 100644 index 0000000..7ed9279 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/obj/package-tree.html @@ -0,0 +1,131 @@ + + + + + +net.minecraftforge.client.model.obj Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraftforge.client.model.obj

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/package-frame.html b/javadoc/net/minecraftforge/client/model/package-frame.html new file mode 100644 index 0000000..48384b4 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/package-frame.html @@ -0,0 +1,28 @@ + + + + + +net.minecraftforge.client.model (Forge API) + + + + +

net.minecraftforge.client.model

+
+

Interfaces

+ +

Classes

+ +

Exceptions

+ +
+ + diff --git a/javadoc/net/minecraftforge/client/model/package-summary.html b/javadoc/net/minecraftforge/client/model/package-summary.html new file mode 100644 index 0000000..7f2e614 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/package-summary.html @@ -0,0 +1,172 @@ + + + + + +net.minecraftforge.client.model (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraftforge.client.model

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/package-tree.html b/javadoc/net/minecraftforge/client/model/package-tree.html new file mode 100644 index 0000000..9fee2f5 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/package-tree.html @@ -0,0 +1,144 @@ + + + + + +net.minecraftforge.client.model Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraftforge.client.model

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/techne/TechneModel.html b/javadoc/net/minecraftforge/client/model/techne/TechneModel.html new file mode 100644 index 0000000..c9b3013 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/techne/TechneModel.html @@ -0,0 +1,390 @@ + + + + + +TechneModel (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.model.techne
+

Class TechneModel

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IModelCustom
    +
    +
    +
    +
    public class TechneModel
    +extends ModelBase
    +implements IModelCustom
    +
    Techne model importer, based on iChun's Hats importer
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/techne/TechneModelLoader.html b/javadoc/net/minecraftforge/client/model/techne/TechneModelLoader.html new file mode 100644 index 0000000..01a28f4 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/techne/TechneModelLoader.html @@ -0,0 +1,313 @@ + + + + + +TechneModelLoader (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.model.techne
+

Class TechneModelLoader

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      TechneModelLoader() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.String[]getSuffixes() +
      Get resource suffixes this model loader recognizes
      +
      java.lang.StringgetType() +
      Get the main type name for this loader
      +
      IModelCustomloadInstance(ResourceLocation resource) +
      Load a model instance from the supplied path
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/techne/package-frame.html b/javadoc/net/minecraftforge/client/model/techne/package-frame.html new file mode 100644 index 0000000..bbe30f1 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/techne/package-frame.html @@ -0,0 +1,20 @@ + + + + + +net.minecraftforge.client.model.techne (Forge API) + + + + +

net.minecraftforge.client.model.techne

+
+

Classes

+ +
+ + diff --git a/javadoc/net/minecraftforge/client/model/techne/package-summary.html b/javadoc/net/minecraftforge/client/model/techne/package-summary.html new file mode 100644 index 0000000..c508829 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/techne/package-summary.html @@ -0,0 +1,137 @@ + + + + + +net.minecraftforge.client.model.techne (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraftforge.client.model.techne

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/model/techne/package-tree.html b/javadoc/net/minecraftforge/client/model/techne/package-tree.html new file mode 100644 index 0000000..057a51d --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/techne/package-tree.html @@ -0,0 +1,131 @@ + + + + + +net.minecraftforge.client.model.techne Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraftforge.client.model.techne

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/package-frame.html b/javadoc/net/minecraftforge/client/package-frame.html new file mode 100644 index 0000000..263c7ef --- /dev/null +++ b/javadoc/net/minecraftforge/client/package-frame.html @@ -0,0 +1,34 @@ + + + + + +net.minecraftforge.client (Forge API) + + + + +

net.minecraftforge.client

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/net/minecraftforge/client/package-summary.html b/javadoc/net/minecraftforge/client/package-summary.html new file mode 100644 index 0000000..c2fb024 --- /dev/null +++ b/javadoc/net/minecraftforge/client/package-summary.html @@ -0,0 +1,191 @@ + + + + + +net.minecraftforge.client (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraftforge.client

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/client/package-tree.html b/javadoc/net/minecraftforge/client/package-tree.html new file mode 100644 index 0000000..7ca7fb8 --- /dev/null +++ b/javadoc/net/minecraftforge/client/package-tree.html @@ -0,0 +1,165 @@ + + + + + +net.minecraftforge.client Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraftforge.client

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3