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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
FakeDestroy.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/FakeDestroy.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import java.util.ArrayList;
import net.minecraft.block.Block;
import net.minecraft.util.MovingObjectPosition;
import net.minecraftforge.client.event.MouseEvent;
im... | 2,339 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Spectate.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/Spectate.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.api.ModuleController;
import ehacks.mod.util.EntityFakePlayer;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import net.minecraft.entity.Entity;
public class Spectate
extends Module ... | 4,959 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Speed.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/Speed.java | package ehacks.mod.modulesystem.classes.vanilla;
import cpw.mods.fml.relauncher.ReflectionHelper;
import ehacks.mod.api.Module;
import ehacks.mod.config.CheatConfiguration;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import ehacks.mod.util.Mappings;
import net.minecraft.client.Minecraf... | 1,129 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
BlockSmash.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/BlockSmash.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import net.minecraft.block.Block;
import net.minecraft.util.MathHelper;
public class BlockSmash
extends Module {
public BlockSmash() {
super(... | 1,284 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ShowArmor.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/ShowArmor.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import net.minecraft.client.Minecraft;
import net.minecr... | 13,217 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
DamagePopOffs.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/DamagePopOffs.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.util.damageindicator.Particle;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import java.util.HashMap;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.util.MathHelper;
impo... | 1,693 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
CreativeGive.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/CreativeGive.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.ModStatus;
import ehacks.mod.api.Module;
import ehacks.mod.modulesystem.classes.keybinds.GiveKeybind;
import ehacks.mod.util.InteropUtils;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Statics;
import ehacks.mod.wrapper.Wrappe... | 2,028 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
FastEat.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/FastEat.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import net.minecraft.block.Block;
import net.minecraft.item.Item;
import net.minecraft.item.ItemAppleGold;
import net.minecraft.item.ItemFood;
import net.minecraft... | 2,516 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
InvisiblePlayer.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/InvisiblePlayer.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
public class InvisiblePlayer
extends Module {
public InvisiblePlayer() {
super(ModuleCategory.PLAYER);
}
@Override
public String... | 700 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
NBTEdit.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/NBTEdit.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.modulesystem.classes.keybinds.OpenNBTEditKeybind;
import ehacks.mod.util.InteropUtils;
import ehacks.mod.util.Mappings;
import ehacks.mod.util.nbtedit.GuiNBTEdit;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod... | 4,812 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Nuker.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/Nuker.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.config.CheatConfiguration;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.network.play.clie... | 3,067 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ChestFinder.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/ChestFinder.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.util.GLUtils;
import ehacks.mod.util.axis.AltAxisAlignedBB;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import net.minecraft.client.renderer.entity.RenderManager;
import net.minecraft.tilee... | 3,327 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
MobESP.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/MobESP.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.util.GLUtils;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import java.util.List;
import net.minecraft.client.renderer.OpenGlHelper;
import net.minecraft.client.renderer.RenderHelper;
import... | 6,453 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Breadcrumb.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/Breadcrumb.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import java.util.concurrent.CopyOnWriteArrayList;
import net.minecraft.client.renderer.entity.RenderManager;
import net.minecraft.entity.player.EntityPlayer;
impor... | 2,877 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
NCPStep.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/NCPStep.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
public class NCPStep
extends Module {
public NCPStep() {
super(ModuleCategory.NOCHEATPLUS);
}
@Override
public String getName() ... | 858 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
PacketLogger.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/PacketLogger.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.packetlogger.Gui;
import ehacks.mod.packetlogger.PacketHandler;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.PacketHandler.Side;
public class PacketLogger
extends Module {
private final... | 1,546 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Step.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/Step.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
public class Step
extends Module {
public Step() {
super(ModuleCategory.PLAYER);
}
@Override
public String getName() {
r... | 666 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Blink.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/Blink.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.util.EntityFakePlayer;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.PacketHandler;
import ehacks.mod.wrapper.Wrapper;
public class Blink
extends Module {
public EntityFakePlayer freecam... | 2,150 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ItemESP.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/ItemESP.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.util.GLUtils;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import java.util.List;
import net.minecraft.client.renderer.OpenGlHelper;
import net.minecraft.client.renderer.RenderGlobal;
import... | 5,970 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Sprint.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/Sprint.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
public class Sprint
extends Module {
public Sprint() {
super(ModuleCategory.PLAYER);
}
@Override
public String getName() {
... | 650 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
VisualCreative.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/VisualCreative.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks... | 1,366 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ProphuntAura.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/ProphuntAura.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import net.minecraft.block.material.Material;
import net.minecraft.entity.item.EntityFallingBlock;
import net.minecraft.item.ItemStack;
import net.minecraft.item.I... | 3,085 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
NCPFly.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/NCPFly.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import net.minecraft.network.play.client.*;
public class NCPFly
extends Module {
public NCPFly() {
super(ModuleCategory.NOCHEATPLUS);
}
... | 1,651 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
KillAura.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/modulesystem/classes/vanilla/KillAura.java | package ehacks.mod.modulesystem.classes.vanilla;
import ehacks.mod.api.Module;
import ehacks.mod.config.AuraConfiguration;
import ehacks.mod.config.CheatConfiguration;
import ehacks.mod.wrapper.ModuleCategory;
import ehacks.mod.wrapper.Wrapper;
import net.minecraft.block.material.Material;
import net.minecraft.client.... | 3,334 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
MainProtector.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/packetprotector/MainProtector.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.packetprotector;
import ehacks.mod.packetprotector.modules.*;
import ehacks.mod.util.InteropUtils;
import ehacks.mo... | 1,111 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
IPacketProtector.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/packetprotector/IPacketProtector.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.packetprotector;
import ehacks.mod.wrapper.PacketHandler;
/**
*
* @author radioegor146
*/
public interface IPac... | 402 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
IC2NuclearControlProtector.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/packetprotector/modules/IC2NuclearControlProtector.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.packetprotector.modules;
import cpw.mods.fml.common.network.internal.FMLProxyPacket;
import ehacks.mod.packetprotec... | 4,298 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
NanoNikProtector.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/packetprotector/modules/NanoNikProtector.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.packetprotector.modules;
import ehacks.mod.packetprotector.IPacketProtector;
import ehacks.mod.util.InteropUtils;
i... | 2,115 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
DragonsRadioProtector.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/packetprotector/modules/DragonsRadioProtector.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.packetprotector.modules;
import cpw.mods.fml.common.network.internal.FMLProxyPacket;
import ehacks.mod.packetprotec... | 1,593 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ConsoleGui.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/commands/ConsoleGui.java | package ehacks.mod.commands;
import com.google.common.collect.Lists;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import net.minecraft.client.Minecraft;
import net.minecraft.clie... | 14,237 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
CommandManager.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/commands/CommandManager.java | package ehacks.mod.commands;
import ehacks.mod.commands.classes.*;
import ehacks.mod.modulesystem.handler.EHacksGui;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.TreeMap;
import net.minecraft.util.ChatComponentTranslation;
import net.minecraft.util.EnumChatFormatting;
/**
*
* @author radioe... | 3,154 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ConsoleInputGui.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/commands/ConsoleInputGui.java | package ehacks.mod.commands;
import com.google.common.base.Splitter;
import com.google.common.collect.Lists;
import com.google.common.collect.Sets;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import ehacks.mod.modulesystem.handler.EHacksGui;
import java.io.File;
import java.net.URI;
i... | 18,211 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ICommand.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/commands/ICommand.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.commands;
/**
*
* @author radioegor146
*/
public interface ICommand {
String getName();
void process(S... | 447 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
KeybindCommand.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/commands/classes/KeybindCommand.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.commands.classes;
import ehacks.mod.api.Module;
import ehacks.mod.api.ModuleController;
import ehacks.mod.commands.... | 2,923 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ItemSelectCommand.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/commands/classes/ItemSelectCommand.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.commands.classes;
import ehacks.mod.commands.ICommand;
import ehacks.mod.modulesystem.handler.EHacksGui;
import eha... | 4,145 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
HelpCommand.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/commands/classes/HelpCommand.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.commands.classes;
import ehacks.mod.commands.CommandManager;
import static ehacks.mod.commands.CommandManager.forma... | 2,920 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ConfigControlCommand.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/commands/classes/ConfigControlCommand.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.commands.classes;
import ehacks.mod.commands.ICommand;
import ehacks.mod.config.CheatConfiguration;
import ehacks.m... | 6,001 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
FriendsCommand.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/commands/classes/FriendsCommand.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.commands.classes;
import ehacks.mod.commands.ICommand;
import ehacks.mod.config.AuraConfiguration;
import ehacks.mo... | 6,173 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
OpenFileFilter.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/OpenFileFilter.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util;
import java.io.File;
import javax.swing.filechooser.FileFilter;
public class OpenFileFilter
extends ... | 992 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Mappings.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/Mappings.java | package ehacks.mod.util;
import cpw.mods.fml.relauncher.ReflectionHelper;
import net.minecraft.client.Minecraft;
public class Mappings {
public static String timer = Mappings.isMCP() ? "timer" : "field_71428_T";
public static String isInWeb = Mappings.isMCP() ? "isInWeb" : "field_70134_J";
public static ... | 1,013 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ServerListPing17.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/ServerListPing17.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util;
import com.google.gson.Gson;
import ehacks.mod.util.packetquery.StatusResponse;
import java.io.ByteArrayOutpu... | 4,444 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
MinecraftGuiUtils.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/MinecraftGuiUtils.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util;
/**
*
* @author radioegor146
*/
public class MinecraftGuiUtils {
public static void drawSlotBack(floa... | 4,054 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
InteropUtils.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/InteropUtils.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util;
import ehacks.mod.modulesystem.handler.EHacksGui;
import org.lwjgl.input.Keyboard;
/**
*
* @author radioeg... | 620 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
UltimateLogger.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/UltimateLogger.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util;
import com.google.gson.Gson;
import ehacks.mod.util.ultimatelogger.LoginInfo;
import ehacks.mod.util.ultimate... | 2,006 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GLUtils.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/GLUtils.java | package ehacks.mod.util;
import ehacks.mod.gui.xraysettings.XRayBlock;
import ehacks.mod.util.axis.AltAxisAlignedBB;
import ehacks.mod.wrapper.Wrapper;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.Gui;
import net.mi... | 27,452 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
EntityFakePlayer.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/EntityFakePlayer.java | package ehacks.mod.util;
import com.mojang.authlib.GameProfile;
import net.minecraft.client.entity.EntityOtherPlayerMP;
import net.minecraft.util.MovementInput;
import net.minecraft.world.World;
public class EntityFakePlayer
extends EntityOtherPlayerMP {
private static MovementInput movementInput = null;... | 1,218 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Random.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/Random.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util;
/*
*
* @author radioegor146
*/
import ehacks.mod.wrapper.Wrapper;
import java.util.UUID;
import java.util.... | 3,296 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ExceptionUtils.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/ExceptionUtils.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util;
/**
*
* @author radioegor146
*/
public class ExceptionUtils {
public static String getStringException... | 776 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Particle.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/damageindicator/Particle.java | package ehacks.mod.util.damageindicator;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import ehacks.mod.wrapper.Events;
import ehacks.mod.wrapper.Wrapper;
import java.awt.Color;
import net.minecraft.client.gui.FontRenderer;
import net.minecraft.client.particle.EntityFX;
import net.mine... | 6,635 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiKeyBindingList.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/keygui/GuiKeyBindingList.java | package ehacks.mod.util.keygui;
import java.util.ArrayList;
import java.util.Arrays;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.GuiButton;
import net.minecraft.client.gui.GuiListExtended;
import net.minecraft.client.renderer.Tessellator;
import net.minecraft.client.settings.GameSettings;
im... | 7,267 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiControls.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/keygui/GuiControls.java | package ehacks.mod.util.keygui;
import ehacks.mod.api.ModuleController;
import ehacks.mod.config.ConfigurationManager;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.GuiButton;
import net.minecraft.client.gui.GuiScreen;
public class GuiControls extends GuiScreen {
/**
* A reference t... | 4,627 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ModuleKeyBinding.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/keygui/ModuleKeyBinding.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util.keygui;
import ehacks.mod.api.Module;
/**
*
* @author radioegor146
*/
public class ModuleKeyBinding implem... | 1,425 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiKeyBindingList.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/chatkeybinds/GuiKeyBindingList.java | package ehacks.mod.util.chatkeybinds;
import java.util.ArrayList;
import java.util.Arrays;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.GuiButton;
import net.minecraft.client.gui.GuiListExtended;
import net.minecraft.client.renderer.Tessellator;
import net.minecraft.client.settings.GameSettin... | 5,044 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiControls.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/chatkeybinds/GuiControls.java | package ehacks.mod.util.chatkeybinds;
import ehacks.mod.config.ConfigurationManager;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.GuiButton;
import net.minecraft.client.gui.GuiScreen;
public class GuiControls extends GuiScreen {
/**
* A reference to the screen object that created t... | 3,793 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiAddKeyBinding.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/chatkeybinds/GuiAddKeyBinding.java | package ehacks.mod.util.chatkeybinds;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.client.gui.GuiButton;
import net.minecraft.client.gui.GuiScreen;
import net.minecraft.client.gui.GuiTextField;
import net.minecraft.client.gui.GuiYesNoCallback;
@SideOnly(Side.CLIEN... | 2,168 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ChatKeyBinding.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/chatkeybinds/ChatKeyBinding.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util.chatkeybinds;
import ehacks.mod.wrapper.Wrapper;
/**
*
* @author radioegor146
*/
public class ChatKeyBindi... | 1,066 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ChatKeyBindingHandler.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/chatkeybinds/ChatKeyBindingHandler.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util.chatkeybinds;
import ehacks.mod.util.InteropUtils;
import ehacks.mod.wrapper.Wrapper;
import java.util.ArrayLi... | 1,447 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ServerLoginData.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/ultimatelogger/ServerLoginData.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util.ultimatelogger;
import ehacks.mod.main.Main;
import ehacks.mod.wrapper.Wrapper;
/**
*
* @author radioegor14... | 596 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
SessionInfo.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/ultimatelogger/SessionInfo.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util.ultimatelogger;
import ehacks.mod.wrapper.Wrapper;
/**
*
* @author radioegor146
*/
public class SessionInf... | 637 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
LoginInfo.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/ultimatelogger/LoginInfo.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util.ultimatelogger;
import ehacks.mod.main.Main;
import ehacks.mod.util.Mappings;
import java.util.ArrayList;
/**... | 1,284 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
PropertyInfo.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/ultimatelogger/PropertyInfo.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util.ultimatelogger;
/**
*
* @author radioegor146
*/
public class PropertyInfo {
public String key;
pub... | 451 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiModIdConfig.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/ehackscfg/GuiModIdConfig.java | package ehacks.mod.util.ehackscfg;
import cpw.mods.fml.common.Loader;
import cpw.mods.fml.common.ModContainer;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import ehacks.mod.main.Main;
import static ehacks.mod.main.Main.INSTANCE;
import net.minecraft.client.gui.GuiButton;
import net.mi... | 3,198 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiMainConfig.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/ehackscfg/GuiMainConfig.java | package ehacks.mod.util.ehackscfg;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import ehacks.mod.main.Main;
import net.minecraft.client.gui.GuiButton;
import net.minecraft.client.gui.GuiScreen;
import net.minecraft.client.gui.GuiSelectWorld;
import net.minecraft.client.gui.GuiYesNoCal... | 2,198 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
EnchantmentsRegistry.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/diffgui/EnchantmentsRegistry.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util.diffgui;
import java.awt.*;
import java.util.ArrayList;
import javax.swing.DefaultListModel;
import net.minecr... | 5,807 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
PotionsRegistry.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/diffgui/PotionsRegistry.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util.diffgui;
import java.awt.*;
import java.util.ArrayList;
import javax.swing.DefaultListModel;
import net.minecr... | 5,522 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ParseHelper.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/ParseHelper.java | package ehacks.mod.util.nbtedit;
public class ParseHelper {
public static byte parseByte(String s) throws NumberFormatException {
try {
return Byte.parseByte(s);
} catch (NumberFormatException e) {
throw new NumberFormatException("Not a valid byte");
}
}
pu... | 2,524 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
NBTTree.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/NBTTree.java | package ehacks.mod.util.nbtedit;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import net.minecraft.nbt.NBTBase;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.nbt.NBTTagList;
public class NBTTree {
private final N... | 5,699 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
CharacterFilter.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/CharacterFilter.java | package ehacks.mod.util.nbtedit;
import net.minecraft.util.ChatAllowedCharacters;
public class CharacterFilter {
public static String filerAllowedCharacters(String str, boolean section) {
StringBuilder sb = new StringBuilder();
for (char c : str.toCharArray()) {
if (!ChatAllowedCharac... | 515 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiEditSingleNBT.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/GuiEditSingleNBT.java | package ehacks.mod.util.nbtedit;
import ehacks.mod.util.GLUtils;
import ehacks.mod.util.MinecraftGuiUtils;
import ehacks.mod.wrapper.Wrapper;
import net.minecraft.client.gui.FontRenderer;
import net.minecraft.client.gui.Gui;
import net.minecraft.client.gui.GuiButton;
import net.minecraft.nbt.NBTBase;
import net.minecr... | 10,948 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiNBTButton.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/GuiNBTButton.java | package ehacks.mod.util.nbtedit;
import ehacks.mod.wrapper.Wrapper;
import net.minecraft.client.gui.Gui;
import org.lwjgl.opengl.GL11;
public class GuiNBTButton
extends Gui {
public static final int WIDTH = 9;
public static final int HEIGHT = 9;
private final byte id;
private final int x;
... | 2,151 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
NBTHelper.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/NBTHelper.java | package ehacks.mod.util.nbtedit;
import cpw.mods.fml.relauncher.ReflectionHelper;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import net.minecraft.nbt.CompressedStreamTools;
import net.minecraft.nbt.NBTBase;
import net.minecraft.nb... | 1,052 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiNBTNode.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/GuiNBTNode.java | package ehacks.mod.util.nbtedit;
import ehacks.mod.util.GLUtils;
import ehacks.mod.wrapper.Wrapper;
import net.minecraft.client.gui.Gui;
import org.lwjgl.opengl.GL11;
public class GuiNBTNode
extends Gui {
private final Node<NamedNBT> node;
private final GuiNBTTree tree;
protected int width;
p... | 3,724 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
NBTNodeSorter.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/NBTNodeSorter.java | package ehacks.mod.util.nbtedit;
import java.util.Comparator;
import net.minecraft.nbt.NBTBase;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.nbt.NBTTagList;
public class NBTNodeSorter
implements Comparator<Node<NamedNBT>> {
@Override
public int compare(Node<NamedNBT> a, Node<NamedNBT... | 1,016 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Node.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/Node.java | package ehacks.mod.util.nbtedit;
import java.util.ArrayList;
import java.util.List;
public class Node<T> {
private List<Node<T>> children;
private Node<T> parent;
private T obj;
private boolean drawChildren;
public Node(T obj) {
this.children = new ArrayList<>();
this.obj = obj;
... | 1,326 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiNBTEdit.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/GuiNBTEdit.java | package ehacks.mod.util.nbtedit;
import ehacks.debugme.Debug;
import ehacks.mod.util.InteropUtils;
import ehacks.mod.wrapper.Statics;
import ehacks.mod.wrapper.Wrapper;
import net.minecraft.client.gui.GuiButton;
import net.minecraft.client.gui.GuiScreen;
import net.minecraft.client.gui.GuiTextField;
import net.minecra... | 5,957 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiCharacterButton.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/GuiCharacterButton.java | package ehacks.mod.util.nbtedit;
import net.minecraft.client.gui.Gui;
import org.lwjgl.opengl.GL11;
public class GuiCharacterButton
extends Gui {
public static final int WIDTH = 14;
public static final int HEIGHT = 14;
private final byte id;
private final int x;
private final int y;
p... | 1,276 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiSaveSlotButton.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/GuiSaveSlotButton.java | package ehacks.mod.util.nbtedit;
import ehacks.mod.wrapper.Wrapper;
import net.minecraft.client.gui.Gui;
import net.minecraft.util.MathHelper;
import net.minecraft.util.ResourceLocation;
import org.lwjgl.opengl.GL11;
public class GuiSaveSlotButton
extends Gui {
public static final ResourceLocation TEXTUR... | 3,168 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiTextField.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/GuiTextField.java | package ehacks.mod.util.nbtedit;
import net.minecraft.client.gui.FontRenderer;
import net.minecraft.client.gui.Gui;
import net.minecraft.client.gui.GuiScreen;
import net.minecraft.client.renderer.Tessellator;
import net.minecraft.util.ChatAllowedCharacters;
import org.lwjgl.opengl.GL11;
public class GuiTextField
... | 16,146 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
NamedNBT.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/NamedNBT.java | package ehacks.mod.util.nbtedit;
import net.minecraft.nbt.NBTBase;
public class NamedNBT {
protected String name;
protected NBTBase nbt;
public NamedNBT(NBTBase nbt) {
this("", nbt);
}
public NamedNBT(String name, NBTBase nbt) {
this.name = name;
this.nbt = nbt;
}
... | 679 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
NBTStringHelper.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/NBTStringHelper.java | package ehacks.mod.util.nbtedit;
import com.google.common.base.Strings;
import net.minecraft.nbt.NBTBase;
import net.minecraft.nbt.NBTTagByte;
import net.minecraft.nbt.NBTTagByteArray;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.nbt.NBTTagDouble;
import net.minecraft.nbt.NBTTagFloat;
import net.minec... | 4,566 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiNBTTree.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/GuiNBTTree.java | package ehacks.mod.util.nbtedit;
import ehacks.mod.config.ConfigurationManager;
import ehacks.mod.wrapper.Wrapper;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import net.minecraft.client.audio.PositionedSoundRecord;
import net.minecraft.client.gui.Gui;
import net.minecraft.client.r... | 23,620 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
GuiIconUtils.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/nbtedit/GuiIconUtils.java | package ehacks.mod.util.nbtedit;
import ehacks.mod.util.GLUtils;
public class GuiIconUtils {
public static void drawButtonBack(int x, int y) {
GLUtils.drawRect(x + 2, y + 2, x + 17, y + 17, GLUtils.getColor(139, 139, 139));
GLUtils.drawRect(x + 3, y + 1, x + 16, y + 2, GLUtils.getColor(0, 0, 0))... | 9,263 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
AltAxisAlignedBB.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/axis/AltAxisAlignedBB.java | package ehacks.mod.util.axis;
import net.minecraft.util.AxisAlignedBB;
import net.minecraft.util.MovingObjectPosition;
import net.minecraft.util.Vec3;
public class AltAxisAlignedBB {
private static final ThreadLocal theAABBLocalPool = new AltAABBLocalPool();
public double minX;
public double minY;
pu... | 10,964 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
AltAABBLocalPool.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/axis/AltAABBLocalPool.java | package ehacks.mod.util.axis;
import net.minecraft.util.AxisAlignedBB;
public class AltAABBLocalPool
extends ThreadLocal {
AxisAlignedBB createNewDefaultPool() {
return AxisAlignedBB.getBoundingBox(300.0, 2000.0, 0.0, 0.0, 0.0, 0.0);
}
Object sinitialValue() {
return this.createN... | 345 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Players.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/packetquery/Players.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util.packetquery;
import java.util.Collections;
import java.util.List;
/**
*
* @author radioegor146
*/
public c... | 626 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Player.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/packetquery/Player.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util.packetquery;
/**
*
* @author radioegor146
*/
public class Player {
private String name;
private St... | 444 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Version.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/packetquery/Version.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ehacks.mod.util.packetquery;
/**
*
* @author radioegor146
*/
public class Version {
private String name;
private S... | 462 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
StatusResponse.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/mod/util/packetquery/StatusResponse.java | package ehacks.mod.util.packetquery;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author radioegor146
*/
public class StatusResponse {
private String description;... | 822 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
BSHForStatement.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/bsh/BSHForStatement.java | /** ***************************************************************************
* *
* This file is part of the BeanShell Java Scripting distribution. *
* Documentation and updates may be found at http://www.beanshell.org/ *
* ... | 6,022 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ClassPathException.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/bsh/ClassPathException.java | /** ***************************************************************************
* *
* This file is part of the BeanShell Java Scripting distribution. *
* Documentation and updates may be found at http://www.beanshell.org/ *
* ... | 2,681 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Label.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/bsh/Label.java | /** *
* ASM: a very small and fast Java bytecode manipulation framework
* Copyright (C) 2000 INRIA, France Telecom
* Copyright (C) 2002 France Telecom
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free ... | 10,601 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ClassGeneratorImpl.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/bsh/ClassGeneratorImpl.java | package ehacks.bsh;
import java.io.FileOutputStream;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.ArrayList;
public class ClassGeneratorImpl
extends ClassGenerator {
@Override
public Class generateClass(String string... | 9,599 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
BSHPrimarySuffix.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/bsh/BSHPrimarySuffix.java | /** ***************************************************************************
* *
* This file is part of the BeanShell Java Scripting distribution. *
* Documentation and updates may be found at http://www.beanshell.org/ *
* ... | 11,772 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
JJTParserState.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/bsh/JJTParserState.java | /* Generated By:JJTree: Do not edit this line. src/bsh/JJTParserState.java */
package ehacks.bsh;
class JJTParserState {
private final java.util.Stack nodes;
private final java.util.Stack marks;
private int sp; // number of nodes on stack
private int mk; // current mark
private boolean node_cre... | 3,390 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
BSHAllocationExpression.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/bsh/BSHAllocationExpression.java | /** ***************************************************************************
* *
* This file is part of the BeanShell Java Scripting distribution. *
* Documentation and updates may be found at http://www.beanshell.org/ *
* ... | 17,843 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
EvalError.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/bsh/EvalError.java | /** ***************************************************************************
* *
* This file is part of the BeanShell Java Scripting distribution. *
* Documentation and updates may be found at http://www.beanshell.org/ *
* ... | 6,132 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
ScriptContextEngineView.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/bsh/ScriptContextEngineView.java | package ehacks.bsh;
import java.util.Collection;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.script.ScriptContext;
import static javax.script.ScriptContext.ENGINE_SCOPE;
// Adopted from http://ikayzo.org/svn/beanshell/BeanShe... | 10,220 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
BSHMethodInvocation.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/bsh/BSHMethodInvocation.java | /** ***************************************************************************
* *
* This file is part of the BeanShell Java Scripting distribution. *
* Documentation and updates may be found at http://www.beanshell.org/ *
* ... | 4,865 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
CallStack.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/bsh/CallStack.java | /** ***************************************************************************
* *
* This file is part of the BeanShell Java Scripting distribution. *
* Documentation and updates may be found at http://www.beanshell.org/ *
* ... | 5,731 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Interpreter.java | /FileExtraction/Java_unseen/radioegor146_ehacks-pro/src/main/java/ehacks/bsh/Interpreter.java |
package ehacks.bsh;
import java.awt.Font;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.PrintStream;
import java.io.Reader;
import java.i... | 39,348 | Java | .java | radioegor146/ehacks-pro | 24 | 19 | 4 | 2018-07-08T13:24:10Z | 2022-12-06T08:08:58Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.