Organize imports.

This commit is contained in:
zeeZ 2011-05-17 02:43:25 +02:00
parent ccbd6bf45e
commit 17ba0d4d00
7 changed files with 10 additions and 22 deletions

View file

@ -1,11 +1,11 @@
package org.dynmap.kzedmap;
import org.dynmap.Color;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import org.bukkit.World;
import org.dynmap.Color;
public class HighlightTileRenderer extends DefaultTileRenderer {
protected HashSet<Integer> highlightBlocks = new HashSet<Integer>();