mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-14 15:07:41 +00:00
99 errors
This commit is contained in:
@@ -80,7 +80,6 @@ import net.lax1dude.eaglercraft.RelayServerSocket;
|
||||
import net.lax1dude.eaglercraft.RelayQuery.VersionMismatch;
|
||||
import net.lax1dude.eaglercraft.RelayWorldsQuery;
|
||||
import net.lax1dude.eaglercraft.ServerQuery;
|
||||
import net.lax1dude.eaglercraft.Voice;
|
||||
import net.lax1dude.eaglercraft.adapter.lwjgl.GameWindowListener;
|
||||
import net.lax1dude.eaglercraft.sp.relay.pkt.IPacket;
|
||||
import net.lax1dude.eaglercraft.sp.relay.pkt.IPacket07LocalWorlds.LocalWorld;
|
||||
@@ -1429,19 +1428,6 @@ public class EaglerAdapterImpl2 {
|
||||
}
|
||||
public static final void cleanupNearbyPlayers(Set<String> players) {
|
||||
|
||||
}
|
||||
private static Voice.VoiceChannel enabledChannel = Voice.VoiceChannel.NONE;
|
||||
public static final void enableVoice(Voice.VoiceChannel enable) {
|
||||
enabledChannel = enable;
|
||||
}
|
||||
public static final Voice.VoiceChannel getVoiceChannel() {
|
||||
return enabledChannel;
|
||||
}
|
||||
public static final Voice.VoiceStatus getVoiceStatus() {
|
||||
return enabledChannel == Voice.VoiceChannel.NONE ? Voice.VoiceStatus.DISCONNECTED : Voice.VoiceStatus.CONNECTED;
|
||||
}
|
||||
public static final void activateVoice(boolean talk) {
|
||||
|
||||
}
|
||||
private static int proximity = 16;
|
||||
public static final void setVoiceProximity(int prox) {
|
||||
|
||||
@@ -5,7 +5,7 @@ import java.util.List;
|
||||
|
||||
import net.lax1dude.eaglercraft.EaglerAdapter;
|
||||
import net.lax1dude.eaglercraft.TextureLocation;
|
||||
import net.minecraft.client.Minecraft;
|
||||
import net.minecraft.src.Minecraft;
|
||||
|
||||
public class GuiParticle extends Gui {
|
||||
private List particles = new ArrayList();
|
||||
|
||||
@@ -4,7 +4,7 @@ import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import net.lax1dude.eaglercraft.EaglerMisc;
|
||||
import net.minecraft.client.Minecraft;
|
||||
import net.minecraft.src.Minecraft;
|
||||
|
||||
public class TextureStitched implements Icon {
|
||||
private final String textureName;
|
||||
|
||||
Reference in New Issue
Block a user