Fix mushroom stem render, cleanup System.out uses
This commit is contained in:
parent
fdbefdab45
commit
cad1ccb747
45 changed files with 197 additions and 161 deletions
|
|
@ -265,21 +265,21 @@ public class BukkitVersionHelperSpigot117 extends BukkitVersionHelper {
|
|||
|
||||
@Override
|
||||
public Object getUnloadQueue(World world) {
|
||||
System.out.println("getUnloadQueue not implemented yet");
|
||||
Log.warning("getUnloadQueue not implemented yet");
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isInUnloadQueue(Object unloadqueue, int x, int z) {
|
||||
System.out.println("isInUnloadQueue not implemented yet");
|
||||
Log.warning("isInUnloadQueue not implemented yet");
|
||||
// TODO Auto-generated method stub
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object[] getBiomeBaseFromSnapshot(ChunkSnapshot css) {
|
||||
System.out.println("getBiomeBaseFromSnapshot not implemented yet");
|
||||
Log.warning("getBiomeBaseFromSnapshot not implemented yet");
|
||||
// TODO Auto-generated method stub
|
||||
return new Object[256];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ public class MapChunkCache117 extends GenericMapChunkCache {
|
|||
*/
|
||||
public MapChunkCache117(GenericChunkCache cc) {
|
||||
super(cc);
|
||||
init();
|
||||
}
|
||||
|
||||
// Load generic chunk from existing and already loaded chunk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue