initial c to java port package cleanup, WCF func adjust
This commit is contained in:
parent
6c59ca5d73
commit
2d1df55e65
330 changed files with 397 additions and 8199 deletions
|
@ -10,8 +10,8 @@ import javax.sound.sampled.DataLine.Info;
|
|||
import javax.sound.sampled.LineUnavailableException;
|
||||
import javax.sound.sampled.SourceDataLine;
|
||||
|
||||
import game.Log;
|
||||
import game.collect.Lists;
|
||||
import game.log.Log;
|
||||
|
||||
public class AudioInterface implements Runnable {
|
||||
private static class Channel {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package game.audio;
|
||||
|
||||
import game.ExtMath;
|
||||
import game.entity.item.EntityCart;
|
||||
import game.init.SoundEvent;
|
||||
import game.util.ExtMath;
|
||||
|
||||
public class MovingSoundMinecart extends MovingSound
|
||||
{
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
package game.audio;
|
||||
|
||||
import game.ExtMath;
|
||||
import game.entity.item.EntityCart;
|
||||
import game.entity.npc.EntityNPC;
|
||||
import game.init.SoundEvent;
|
||||
import game.util.ExtMath;
|
||||
|
||||
public class MovingSoundMinecartRiding extends MovingSound
|
||||
{
|
||||
|
|
|
@ -6,13 +6,13 @@ import java.util.List;
|
|||
import java.util.Map;
|
||||
import java.util.Map.Entry;
|
||||
|
||||
import game.ExtMath;
|
||||
import game.Game;
|
||||
import game.collect.BiMap;
|
||||
import game.collect.HashBiMap;
|
||||
import game.collect.Lists;
|
||||
import game.collect.Maps;
|
||||
import game.entity.npc.EntityNPC;
|
||||
import game.util.ExtMath;
|
||||
|
||||
public class SoundManager {
|
||||
private class Source {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
package game.audio;
|
||||
|
||||
import game.CVar;
|
||||
import game.CVarCategory;
|
||||
import game.Game;
|
||||
import game.Slider;
|
||||
import game.color.TextColor;
|
||||
import game.gui.element.Slider;
|
||||
import game.vars.CVar;
|
||||
import game.vars.CVarCategory;
|
||||
|
||||
public enum Volume implements CVar {
|
||||
MASTER("master", "Gesamt"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue