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

Interface ISimpleBlockRenderingHandler

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    RenderBlockFluid
    -
    -
    -
    -
    public interface ISimpleBlockRenderingHandler
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        renderInventoryBlock

        -
        void renderInventoryBlock(Block block,
        -                        int metadata,
        -                        int modelId,
        -                        RenderBlocks renderer)
        -
      • -
      - - - -
        -
      • -

        renderWorldBlock

        -
        boolean renderWorldBlock(IBlockAccess world,
        -                       int x,
        -                       int y,
        -                       int z,
        -                       Block block,
        -                       int modelId,
        -                       RenderBlocks renderer)
        -
      • -
      - - - -
        -
      • -

        shouldRender3DInInventory

        -
        boolean shouldRender3DInInventory(int modelId)
        -
      • -
      - - - -
        -
      • -

        getRenderId

        -
        int getRenderId()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3