Woraround bukkit schedule spin, add custom-models.txt, custom-texture.txt

This commit is contained in:
Mike Primm 2011-07-17 11:02:22 -05:00
parent 4bc3030637
commit 4e810fc9d8
6 changed files with 84 additions and 58 deletions

View file

@ -1,5 +1,8 @@
package org.dynmap.hdmap;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
@ -23,7 +26,7 @@ public class HDMapManager {
public HashMap<String, HDLighting> lightings = new HashMap<String, HDLighting>();
public HashSet<HDMap> maps = new HashSet<HDMap>();
public HashMap<String, ArrayList<HDMap>> maps_by_world_perspective = new HashMap<String, ArrayList<HDMap>>();
public void loadHDShaders(ConfigurationNode shadercfg) {
Log.verboseinfo("Loading shaders...");
for(HDShader shader : shadercfg.<HDShader>createInstances("shaders", new Class<?>[0], new Object[0])) {