Search:

Type: Posts; User: blazedGinger

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,481

    Re: Import if Import is Found, Else

    I think so, to dont need to copy/write all classes in a package over, or to refer to some other Java. Isnt it?

    Well my question is,
    Is it possible to "if" an "import", so if it finds the...
  2. Replies
    5
    Views
    1,481

    Re: Import if Import is Found, Else

    In Minecraft coding you import packages from the game, Minecraft itself thats in the Java project.

    Example:

    import net.minecraft.item.Item;
    Thats one of the import you can use in Minecraft...
  3. Replies
    5
    Views
    1,481

    Import if Import is Found, Else

    Hey, I am very new to Java. And I am coding a simple modification for Minecraft. Now I am gonna try to explain without the knowlegde of Minecraft and with.

    Basic Java: I want an import to import...
Results 1 to 3 of 3