-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By diesieben07 · Posted
By calling remove on the iterator you remove the current element from the collection you are iterating. -
while (enchantmentIterator.hasNext()) { Enchantment enchantment = (Enchantment) enchantmentIterator.next(); if (!enchantment.isCompatibleWith((Enchantment) enchantmentIterator)) { enchantmentIterator.remove(); } } so is this correct? and how to remove now the level of the enchantment?
-
By diesieben07 · Posted
Some zip managers like to take control of the .jar file extension away from Java. Make sure you have Java installed and try running Jarfix once, then try the installer again.
-
-
Topics
-
Who's Online (See full list)