file_name stringlengths 6 86 | file_path stringlengths 45 249 | content stringlengths 47 6.26M | file_size int64 47 6.26M | language stringclasses 1
value | extension stringclasses 1
value | repo_name stringclasses 767
values | repo_stars int64 8 14.4k | repo_forks int64 0 1.17k | repo_open_issues int64 0 788 | repo_created_at stringclasses 767
values | repo_pushed_at stringclasses 767
values |
|---|---|---|---|---|---|---|---|---|---|---|---|
UpdateService.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/update/UpdateService.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 6,919 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
PostUpdateCompatibilityTasks.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/update/compatibility/PostUpdateCompatibilityTasks.java | package moe.lyrebird.model.update.compatibility;
import java.io.File;
import java.util.List;
public enum PostUpdateCompatibilityTasks implements PostUpdateCompatibilityTask {
WIPE_DB(
"Wipe Lyrebird database",
List.of("1.1.2-twitter4j-to-twitter4a-hibernate", "1.1.4-twitter4a-to-twitter4j-... | 1,459 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
PostUpdateCompatibilityTask.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/update/compatibility/PostUpdateCompatibilityTask.java | package moe.lyrebird.model.update.compatibility;
import java.util.List;
import java.util.prefs.Preferences;
import java.util.stream.Collectors;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import io.vavr.control.Option;
interface PostUpdateCompatibilityTask {
Logger LOG = LoggerFactory.getLogger(Po... | 1,710 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
PostUpdateCompatibilityHelper.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/update/compatibility/PostUpdateCompatibilityHelper.java | package moe.lyrebird.model.update.compatibility;
import java.util.Arrays;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import io.vavr.control.Option;
public final class PostUpdateCompatibilityHelper {
private static final Logger LOG = LoggerFactory.getLogger(PostUpdateCompatibilityHelper.class);
... | 712 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
LyrebirdServerClientInterceptor.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/update/client/LyrebirdServerClientInterceptor.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 1,789 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
LyrebirdServerClient.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/update/client/LyrebirdServerClient.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 2,738 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
SelfupdateService.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/update/selfupdate/SelfupdateService.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 5,275 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
BinaryChoiceService.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/update/selfupdate/BinaryChoiceService.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 2,455 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
BinaryInstallationHelper.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/update/selfupdate/BinaryInstallationHelper.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 4,638 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
BinaryInstallationService.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/update/selfupdate/BinaryInstallationService.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 5,921 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
Notification.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/notifications/Notification.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 2,116 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
NotificationSystemType.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/notifications/NotificationSystemType.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 1,694 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
NotificationService.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/notifications/NotificationService.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 3,844 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
InternalNotificationSystem.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/notifications/system/InternalNotificationSystem.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 2,148 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
NotificationSystem.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/notifications/system/NotificationSystem.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 1,275 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
AwtNotificationSystem.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/notifications/system/AwtNotificationSystem.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 2,143 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
TwitterNotifications.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/notifications/format/TwitterNotifications.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 2,626 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
SessionManager.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/sessions/SessionManager.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 6,490 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
SessionRepository.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/sessions/SessionRepository.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 1,076 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
Session.java | /FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/sessions/Session.java | /*
* Lyrebird, a free open-source cross-platform twitter client.
* Copyright (C) 2017-2018, Tristan Deloche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 3,807 | Java | .java | Tristan971/Lyrebird | 34 | 9 | 10 | 2017-02-05T19:44:00Z | 2020-09-27T21:13:06Z |
MainHook.java | /FileExtraction/Java_unseen/shatyuka_Killergram/app/src/main/java/com/shatyuka/killergram/MainHook.java | package com.shatyuka.killergram;
import java.util.Arrays;
import java.util.List;
import de.robv.android.xposed.IXposedHookLoadPackage;
import de.robv.android.xposed.XC_MethodReplacement;
import de.robv.android.xposed.XposedBridge;
import de.robv.android.xposed.XposedHelpers;
import de.robv.android.xposed.callbacks.XC... | 2,901 | Java | .java | shatyuka/Killergram | 557 | 48 | 25 | 2021-11-09T16:38:56Z | 2024-03-27T12:38:34Z |
INBT.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/API/src/main/java/com/lishid/orebfuscator/nms/INBT.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
public interface INBT {
void reset();
void setInt(String tag, int value);
void setLong(String tag, long value);
void setByteArray(String tag, by... | 625 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
IBlockInfo.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/API/src/main/java/com/lishid/orebfuscator/nms/IBlockInfo.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms;
public interface IBlockInfo {
int getX();
int getY();
int getZ();
int getCombinedId();
}
| 168 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
INmsManager.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/API/src/main/java/com/lishid/orebfuscator/nms/INmsManager.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms;
import com.lishid.orebfuscator.types.ConfigDefaults;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.World;
import org.bukkit.entity.Player;
import com.lishid.orebfuscator.types.BlockCoord;
import java.util.Set;
publ... | 1,291 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
IChunkCache.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/API/src/main/java/com/lishid/orebfuscator/nms/IChunkCache.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
public interface IChunkCache {
DataInputStream getInputStream(File folder, int x, int z);
DataOutputStream getOutputStream(File folder, int x, int z)... | 357 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ChunkCoord.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/API/src/main/java/com/lishid/orebfuscator/types/ChunkCoord.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.types;
public class ChunkCoord {
public int x;
public int z;
public ChunkCoord(int x, int z) {
this.x = x;
this.z = z;
}
@Override
public boolean equals(Object other) {
if (other == null || !(other instanceof ChunkCoord)) {
return ... | 576 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
BlockCoord.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/API/src/main/java/com/lishid/orebfuscator/types/BlockCoord.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.types;
public class BlockCoord {
public int x;
public int y;
public int z;
public BlockCoord(int x, int y, int z) {
this.x = x;
this.y = y;
this.z = z;
}
@Override
public boolean equals(Object other) {
if (other == null || !(other ... | 658 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ConfigDefaults.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/API/src/main/java/com/lishid/orebfuscator/types/ConfigDefaults.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.types;
public class ConfigDefaults {
public int[] defaultProximityHiderBlockIds;
public int[] defaultDarknessBlockIds;
public int defaultMode1BlockId;
public int defaultProximityHiderSpecialBlockId;
public int[] endWorldRandomBlo... | 835 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NBT.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_13_R2/src/main/java/com/lishid/orebfuscator/nms/v1_13_R2/NBT.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_13_R2;
import java.io.DataInput;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.IOException;
import net.minecraft.server.v1_13_R2.NBTCompressedStreamTools;
import net.minecraft.server.v1_13_R2.NBTT... | 1,489 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NmsManager.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_13_R2/src/main/java/com/lishid/orebfuscator/nms/v1_13_R2/NmsManager.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_13_R2;
import com.lishid.orebfuscator.types.ConfigDefaults;
import net.minecraft.server.v1_13_R2.*;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.World;
import org.bukkit.craftbukkit.v1_13_R2.Craf... | 17,549 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ChunkCache.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_13_R2/src/main/java/com/lishid/orebfuscator/nms/v1_13_R2/ChunkCache.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_13_R2;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.lang.reflect.Method;
import java.util.HashMap;
import net.minecraft.server.v1_13_R2.RegionFile;
import com.lishid.oreb... | 2,943 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
BlockInfo.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_13_R2/src/main/java/com/lishid/orebfuscator/nms/v1_13_R2/BlockInfo.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_13_R2;
import net.minecraft.server.v1_13_R2.Block;
import net.minecraft.server.v1_13_R2.IBlockData;
import com.lishid.orebfuscator.nms.IBlockInfo;
public class BlockInfo implements IBlockInfo {
private int x;
private int y;
private int z;... | 1,182 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NBT.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_13_R1/src/main/java/com/lishid/orebfuscator/nms/v1_13_R1/NBT.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_13_R1;
import java.io.DataInput;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.IOException;
import net.minecraft.server.v1_13_R1.NBTCompressedStreamTools;
import net.minecraft.server.v1_13_R1.NBTT... | 1,489 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NmsManager.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_13_R1/src/main/java/com/lishid/orebfuscator/nms/v1_13_R1/NmsManager.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_13_R1;
import com.lishid.orebfuscator.types.ConfigDefaults;
import net.minecraft.server.v1_13_R1.Block;
import net.minecraft.server.v1_13_R1.BlockPosition;
import net.minecraft.server.v1_13_R1.Chunk;
import net.minecraft.serv... | 16,624 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ChunkCache.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_13_R1/src/main/java/com/lishid/orebfuscator/nms/v1_13_R1/ChunkCache.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_13_R1;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.util.HashMap;
import net.minecraft.server.v1_13_R1.RegionFile;
import com.lishid.orebfuscator.nms.IChunkCache;
public... | 2,352 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
BlockInfo.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_13_R1/src/main/java/com/lishid/orebfuscator/nms/v1_13_R1/BlockInfo.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_13_R1;
import net.minecraft.server.v1_13_R1.Block;
import net.minecraft.server.v1_13_R1.IBlockData;
import com.lishid.orebfuscator.nms.IBlockInfo;
public class BlockInfo implements IBlockInfo {
private int x;
private int y;
private int z;... | 1,182 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NBT.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_9_R2/src/main/java/com/lishid/orebfuscator/nms/v1_9_R2/NBT.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_9_R2;
import java.io.DataInput;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.IOException;
import net.minecraft.server.v1_9_R2.NBTCompressedStreamTools;
import net.minecraft.server.v1_9_R2.NBTTagC... | 1,485 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NmsManager.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_9_R2/src/main/java/com/lishid/orebfuscator/nms/v1_9_R2/NmsManager.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_9_R2;
import com.google.common.collect.ImmutableList;
import com.lishid.orebfuscator.types.ConfigDefaults;
import net.minecraft.server.v1_9_R2.Block;
import net.minecraft.server.v1_9_R2.BlockPosition;
import net.minecraft.ser... | 11,666 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ChunkCache.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_9_R2/src/main/java/com/lishid/orebfuscator/nms/v1_9_R2/ChunkCache.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_9_R2;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.util.HashMap;
import net.minecraft.server.v1_9_R2.RegionFile;
import com.lishid.orebfuscator.nms.IChunkCache;
public c... | 2,350 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
BlockInfo.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_9_R2/src/main/java/com/lishid/orebfuscator/nms/v1_9_R2/BlockInfo.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_9_R2;
import net.minecraft.server.v1_9_R2.Block;
import net.minecraft.server.v1_9_R2.IBlockData;
import com.lishid.orebfuscator.nms.IBlockInfo;
public class BlockInfo implements IBlockInfo {
private int x;
private int y;
private int z;
p... | 1,249 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NBT.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_10_R1/src/main/java/com/lishid/orebfuscator/nms/v1_10_R1/NBT.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_10_R1;
import java.io.DataInput;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.IOException;
import net.minecraft.server.v1_10_R1.NBTCompressedStreamTools;
import net.minecraft.server.v1_10_R1.NBTT... | 1,489 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NmsManager.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_10_R1/src/main/java/com/lishid/orebfuscator/nms/v1_10_R1/NmsManager.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_10_R1;
import com.google.common.collect.ImmutableList;
import com.lishid.orebfuscator.types.ConfigDefaults;
import net.minecraft.server.v1_10_R1.Block;
import net.minecraft.server.v1_10_R1.BlockPosition;
import net.minecraft.... | 11,766 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ChunkCache.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_10_R1/src/main/java/com/lishid/orebfuscator/nms/v1_10_R1/ChunkCache.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_10_R1;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.util.HashMap;
import net.minecraft.server.v1_10_R1.RegionFile;
import com.lishid.orebfuscator.nms.IChunkCache;
public... | 2,352 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
BlockInfo.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_10_R1/src/main/java/com/lishid/orebfuscator/nms/v1_10_R1/BlockInfo.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_10_R1;
import net.minecraft.server.v1_10_R1.Block;
import net.minecraft.server.v1_10_R1.IBlockData;
import com.lishid.orebfuscator.nms.IBlockInfo;
public class BlockInfo implements IBlockInfo {
private int x;
private int y;
private int z;... | 1,253 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
DeprecatedMethods.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/DeprecatedMethods.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator;
import org.bukkit.Material;
@SuppressWarnings("deprecation")
public class DeprecatedMethods {
public static boolean isTransparent(Material material) {
return material.isTransparent();
}
}
| 264 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NmsInstance.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/NmsInstance.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator;
import com.lishid.orebfuscator.nms.INmsManager;
public class NmsInstance {
public static INmsManager current;
}
| 188 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
Orebfuscator.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/Orebfuscator.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 6,888 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
MaterialReader.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/config/MaterialReader.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.config;
import java.util.*;
import java.util.logging.Logger;
import com.lishid.orebfuscator.NmsInstance;
import com.lishid.orebfuscator.utils.MaterialHelper;
import org.bukkit.Material;
import org.bukkit.configuration.file.FileConfiguration;
import... | 4,916 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
OrebfuscatorConfig.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/config/OrebfuscatorConfig.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.config;
import java.util.Map;
import org.bukkit.entity.Player;
import com.lishid.orebfuscator.Orebfuscator;
public class OrebfuscatorConfig {
// Caching
private boolean useCache;
private int maxLoadedCacheFiles;
private String cach... | 7,936 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
WorldConfig.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/config/WorldConfig.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.config;
import com.lishid.orebfuscator.NmsInstance;
import com.lishid.orebfuscator.utils.Globals;
import com.lishid.orebfuscator.utils.MaterialHelper;
import java.util.*;
public class WorldConfig {
private String name;
private Boolean enabled;... | 8,042 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ConfigManager.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/config/ConfigManager.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.config;
import java.util.*;
import java.util.logging.Level;
import java.util.logging.Logger;
import com.lishid.orebfuscator.DeprecatedMethods;
import com.lishid.orebfuscator.NmsInstance;
import com.lishid.orebfuscator.Orebfuscator;
import com.lishid... | 10,446 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
WorldReader.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/config/WorldReader.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.config;
import java.util.*;
import java.util.logging.Level;
import java.util.logging.Logger;
import com.lishid.orebfuscator.NmsInstance;
import org.bukkit.configuration.ConfigurationSection;
import org.bukkit.configuration.file.FileConfiguration;
im... | 16,624 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ProximityHiderConfig.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/config/ProximityHiderConfig.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.config;
import com.lishid.orebfuscator.NmsInstance;
import com.lishid.orebfuscator.utils.MaterialHelper;
import java.util.HashSet;
public class ProximityHiderConfig {
public static class BlockSetting implements Cloneable {
public int blockId;
... | 5,821 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
Convert12To13.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/config/Convert12To13.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.config;
import java.util.List;
import org.bukkit.configuration.InvalidConfigurationException;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.plugin.java.JavaPlugin;
... | 5,402 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ChunkData.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/chunkmap/ChunkData.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.chunkmap;
import java.util.List;
import com.comphenix.protocol.wrappers.nbt.NbtCompound;
public class ChunkData {
public int chunkX;
public int chunkZ;
public boolean groundUpContinuous;
public int primaryBitMask;
public byte[] data;
public b... | 409 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ChunkWriter.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/chunkmap/ChunkWriter.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.chunkmap;
import java.io.IOException;
public class ChunkWriter {
private byte[] data;
private int bitsPerBlock;
private int byteIndex;
private int bitIndex;
private long buffer;
public ChunkWriter(byte[] data) {
this.data = data;
}
pub... | 2,465 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ChunkMapBuffer.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/chunkmap/ChunkMapBuffer.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.chunkmap;
public class ChunkMapBuffer {
private static int _bitsPerBlock;
public static int getBitsPerBlock() { return _bitsPerBlock; }
private static final int BITS_PER_BLOCK_SIZE = 1;
private static final int PALETTE_LENGTH_SIZE = 5;
private ... | 2,113 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ChunkLayer.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/chunkmap/ChunkLayer.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.chunkmap;
public class ChunkLayer {
public boolean hasData;
public int[] map;
}
| 152 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ChunkMapManager.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/chunkmap/ChunkMapManager.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.chunkmap;
import java.io.IOException;
import java.util.Arrays;
import java.util.Stack;
import com.lishid.orebfuscator.NmsInstance;
public class ChunkMapManager implements AutoCloseable {
private static final Object _lock = new Object();
private s... | 10,113 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ChunkReader.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/chunkmap/ChunkReader.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.chunkmap;
import java.io.IOException;
public class ChunkReader {
private byte[] data;
private int bitsPerBlock;
private long maxValueMask;
private int byteIndex;
private int bitIndex;
private long buffer;
public ChunkReader(byte[] data) {
... | 2,486 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
FileHelper.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/utils/FileHelper.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.utils;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
public class FileHelper {
public static String readFile(File file) throws IOException {
if(!file.exists()) return null;
... | 871 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
Globals.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/utils/Globals.java | package com.lishid.orebfuscator.utils;
public class Globals {
public static final String LogPrefix = "[OFC] ";
public static final int MASK_OBFUSCATE = 1;
public static final int MASK_TILEENTITY = 2;
public static final int MASK_PROXIMITYHIDER = 4;
public static final int MASK_DARKNESSBLOCK = 8;
}
| 306 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
MaterialHelper.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/utils/MaterialHelper.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.utils;
import com.lishid.orebfuscator.NmsInstance;
import org.bukkit.Material;
import java.util.HashMap;
import java.util.Set;
public class MaterialHelper {
private static HashMap<Integer, Material> _blocks;
public static void init() {
... | 1,029 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ReflectionHelper.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/utils/ReflectionHelper.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 2,425 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
PlayerBlockTracking.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/hithack/PlayerBlockTracking.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 2,445 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
BlockHitManager.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/hithack/BlockHitManager.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 3,578 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
OrebfuscatorEntityListener.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/listeners/OrebfuscatorEntityListener.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 1,353 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
OrebfuscatorPlayerListener.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/listeners/OrebfuscatorPlayerListener.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 4,467 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
OrebfuscatorBlockListener.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/listeners/OrebfuscatorBlockListener.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 2,983 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
OrebfuscatorCommandExecutor.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/commands/OrebfuscatorCommandExecutor.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 14,514 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
CacheCleaner.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/cache/CacheCleaner.java | package com.lishid.orebfuscator.cache;
import java.io.File;
import org.bukkit.Bukkit;
import org.bukkit.World;
import com.lishid.orebfuscator.Orebfuscator;
public class CacheCleaner implements Runnable {
public void run() {
if(!Orebfuscator.config.isEnabled() || Orebfuscator.config.getDeleteCacheFilesAfter... | 741 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ObfuscatedCachedChunk.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/cache/ObfuscatedCachedChunk.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 3,661 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ObfuscatedDataCache.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/cache/ObfuscatedDataCache.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 3,909 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
Calculations.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/obfuscation/Calculations.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 14,767 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
BlockUpdate.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/obfuscation/BlockUpdate.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 7,194 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ProximityHiderPlayer.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/obfuscation/ProximityHiderPlayer.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.obfuscation;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import org.bukkit.World;
import com.lishid.orebfuscator.types.BlockCoord;
public class ProximityHiderPlayer {
private World world;
private Map<Long, ArrayL... | 1,294 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ProximityHider.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/obfuscation/ProximityHider.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 14,732 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
CalculationsUtil.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/obfuscation/CalculationsUtil.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 1,044 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ProtocolLibHook.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/Plugin/src/main/java/com/lishid/orebfuscator/hook/ProtocolLibHook.java | /*
* Copyright (C) 2011-2014 lishid. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be usef... | 6,170 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NBT.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_12_R1/src/main/java/com/lishid/orebfuscator/nms/v1_12_R1/NBT.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_12_R1;
import java.io.DataInput;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.IOException;
import net.minecraft.server.v1_12_R1.NBTCompressedStreamTools;
import net.minecraft.server.v1_12_R1.NBTT... | 1,489 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NmsManager.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_12_R1/src/main/java/com/lishid/orebfuscator/nms/v1_12_R1/NmsManager.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_12_R1;
import com.google.common.collect.ImmutableList;
import com.lishid.orebfuscator.types.ConfigDefaults;
import net.minecraft.server.v1_12_R1.*;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.Wo... | 11,354 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ChunkCache.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_12_R1/src/main/java/com/lishid/orebfuscator/nms/v1_12_R1/ChunkCache.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_12_R1;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.util.HashMap;
import net.minecraft.server.v1_12_R1.RegionFile;
import com.lishid.orebfuscator.nms.IChunkCache;
public... | 2,352 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
BlockInfo.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_12_R1/src/main/java/com/lishid/orebfuscator/nms/v1_12_R1/BlockInfo.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_12_R1;
import net.minecraft.server.v1_12_R1.Block;
import net.minecraft.server.v1_12_R1.IBlockData;
import com.lishid.orebfuscator.nms.IBlockInfo;
public class BlockInfo implements IBlockInfo {
private int x;
private int y;
private int z;... | 1,253 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NBT.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_11_R1/src/main/java/com/lishid/orebfuscator/nms/v1_11_R1/NBT.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_11_R1;
import java.io.DataInput;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.IOException;
import net.minecraft.server.v1_11_R1.NBTCompressedStreamTools;
import net.minecraft.server.v1_11_R1.NBTT... | 1,489 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NmsManager.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_11_R1/src/main/java/com/lishid/orebfuscator/nms/v1_11_R1/NmsManager.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_11_R1;
import com.google.common.collect.ImmutableList;
import com.lishid.orebfuscator.types.ConfigDefaults;
import net.minecraft.server.v1_11_R1.Block;
import net.minecraft.server.v1_11_R1.BlockPosition;
import net.minecraft.... | 11,757 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ChunkCache.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_11_R1/src/main/java/com/lishid/orebfuscator/nms/v1_11_R1/ChunkCache.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_11_R1;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.util.HashMap;
import net.minecraft.server.v1_11_R1.RegionFile;
import com.lishid.orebfuscator.nms.IChunkCache;
public... | 2,352 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
BlockInfo.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_11_R1/src/main/java/com/lishid/orebfuscator/nms/v1_11_R1/BlockInfo.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_11_R1;
import net.minecraft.server.v1_11_R1.Block;
import net.minecraft.server.v1_11_R1.IBlockData;
import com.lishid.orebfuscator.nms.IBlockInfo;
public class BlockInfo implements IBlockInfo {
private int x;
private int y;
private int z;... | 1,253 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NBT.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_9_R1/src/main/java/com/lishid/orebfuscator/nms/v1_9_R1/NBT.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_9_R1;
import java.io.DataInput;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.IOException;
import net.minecraft.server.v1_9_R1.NBTCompressedStreamTools;
import net.minecraft.server.v1_9_R1.NBTTagC... | 1,485 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
NmsManager.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_9_R1/src/main/java/com/lishid/orebfuscator/nms/v1_9_R1/NmsManager.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_9_R1;
import com.google.common.collect.ImmutableList;
import com.lishid.orebfuscator.types.ConfigDefaults;
import net.minecraft.server.v1_9_R1.Block;
import net.minecraft.server.v1_9_R1.BlockPosition;
import net.minecraft.ser... | 11,669 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
ChunkCache.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_9_R1/src/main/java/com/lishid/orebfuscator/nms/v1_9_R1/ChunkCache.java | /**
* @author lishid
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_9_R1;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.util.HashMap;
import net.minecraft.server.v1_9_R1.RegionFile;
import com.lishid.orebfuscator.nms.IChunkCache;
public c... | 2,349 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
BlockInfo.java | /FileExtraction/Java_unseen/lishid_Orebfuscator/v1_9_R1/src/main/java/com/lishid/orebfuscator/nms/v1_9_R1/BlockInfo.java | /**
* @author Aleksey Terzi
*
*/
package com.lishid.orebfuscator.nms.v1_9_R1;
import net.minecraft.server.v1_9_R1.Block;
import net.minecraft.server.v1_9_R1.IBlockData;
import com.lishid.orebfuscator.nms.IBlockInfo;
public class BlockInfo implements IBlockInfo {
private int x;
private int y;
private int z;
p... | 1,247 | Java | .java | lishid/Orebfuscator | 115 | 112 | 55 | 2011-09-24T23:34:43Z | 2021-06-18T03:14:27Z |
VelocityDiscordSRV.java | /FileExtraction/Java_unseen/DiscordSRV_Ascension/velocity/src/main/java/com/discordsrv/velocity/VelocityDiscordSRV.java | /*
* This file is part of DiscordSRV, licensed under the GPLv3 License
* Copyright (c) 2016-2023 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published b... | 4,522 | Java | .java | DiscordSRV/Ascension | 17 | 3 | 1 | 2021-07-29T01:14:02Z | 2024-05-08T00:28:36Z |
DiscordSRVVelocityBootstrap.java | /FileExtraction/Java_unseen/DiscordSRV_Ascension/velocity/src/main/java/com/discordsrv/velocity/DiscordSRVVelocityBootstrap.java | /*
* This file is part of DiscordSRV, licensed under the GPLv3 License
* Copyright (c) 2016-2023 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published b... | 4,185 | Java | .java | DiscordSRV/Ascension | 17 | 3 | 1 | 2021-07-29T01:14:02Z | 2024-05-08T00:28:36Z |
VelocityCommandHandler.java | /FileExtraction/Java_unseen/DiscordSRV_Ascension/velocity/src/main/java/com/discordsrv/velocity/command/game/handler/VelocityCommandHandler.java | /*
* This file is part of DiscordSRV, licensed under the GPLv3 License
* Copyright (c) 2016-2023 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published b... | 2,422 | Java | .java | DiscordSRV/Ascension | 17 | 3 | 1 | 2021-07-29T01:14:02Z | 2024-05-08T00:28:36Z |
VelocityCommandSender.java | /FileExtraction/Java_unseen/DiscordSRV_Ascension/velocity/src/main/java/com/discordsrv/velocity/command/game/sender/VelocityCommandSender.java | /*
* This file is part of DiscordSRV, licensed under the GPLv3 License
* Copyright (c) 2016-2023 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published b... | 1,868 | Java | .java | DiscordSRV/Ascension | 17 | 3 | 1 | 2021-07-29T01:14:02Z | 2024-05-08T00:28:36Z |
VelocityPluginManager.java | /FileExtraction/Java_unseen/DiscordSRV_Ascension/velocity/src/main/java/com/discordsrv/velocity/plugin/VelocityPluginManager.java | /*
* This file is part of DiscordSRV, licensed under the GPLv3 License
* Copyright (c) 2016-2023 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published b... | 2,163 | Java | .java | DiscordSRV/Ascension | 17 | 3 | 1 | 2021-07-29T01:14:02Z | 2024-05-08T00:28:36Z |
VelocityConsole.java | /FileExtraction/Java_unseen/DiscordSRV_Ascension/velocity/src/main/java/com/discordsrv/velocity/console/VelocityConsole.java | /*
* This file is part of DiscordSRV, licensed under the GPLv3 License
* Copyright (c) 2016-2023 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published b... | 2,021 | Java | .java | DiscordSRV/Ascension | 17 | 3 | 1 | 2021-07-29T01:14:02Z | 2024-05-08T00:28:36Z |
VelocityCommandExecutor.java | /FileExtraction/Java_unseen/DiscordSRV_Ascension/velocity/src/main/java/com/discordsrv/velocity/console/executor/VelocityCommandExecutor.java | /*
* This file is part of DiscordSRV, licensed under the GPLv3 License
* Copyright (c) 2016-2023 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published b... | 1,881 | Java | .java | DiscordSRV/Ascension | 17 | 3 | 1 | 2021-07-29T01:14:02Z | 2024-05-08T00:28:36Z |
VelocityCommandExecutorProvider.java | /FileExtraction/Java_unseen/DiscordSRV_Ascension/velocity/src/main/java/com/discordsrv/velocity/console/executor/VelocityCommandExecutorProvider.java | /*
* This file is part of DiscordSRV, licensed under the GPLv3 License
* Copyright (c) 2016-2023 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published b... | 1,595 | Java | .java | DiscordSRV/Ascension | 17 | 3 | 1 | 2021-07-29T01:14:02Z | 2024-05-08T00:28:36Z |
VelocityPlayer.java | /FileExtraction/Java_unseen/DiscordSRV_Ascension/velocity/src/main/java/com/discordsrv/velocity/player/VelocityPlayer.java | /*
* This file is part of DiscordSRV, licensed under the GPLv3 License
* Copyright (c) 2016-2023 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published b... | 2,842 | Java | .java | DiscordSRV/Ascension | 17 | 3 | 1 | 2021-07-29T01:14:02Z | 2024-05-08T00:28:36Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.