text stringlengths 200 100k | record_id stringlengths 64 64 | content_hash stringlengths 64 64 | normalized_hash stringlengths 64 64 | mod_id stringclasses 717
values | project_id stringclasses 717
values | relative_path stringlengths 14 237 | source_url stringclasses 22
values | license stringclasses 61
values | source_type stringclasses 0
values | language stringclasses 1
value | split stringclasses 1
value | pipeline_version stringclasses 1
value | line_count int64 1 8.04k | chunk_index int64 0 5 | chunk_count int64 1 6 | is_decompiled bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
package xaero.common.server.mods.argonauts;
import xaero.common.server.radar.tracker.ISyncedPlayerTrackerSystem;
public class SupportArgonautsServer {
private final ISyncedPlayerTrackerSystem syncedPlayerTrackerSystem = new ArgonautsSyncedPlayerTrackerSystem();
public ISyncedPlayerTrackerSystem getSyncedPlayer... | 888d22a361e38cde693afd990770acecfa704d67624d797f1f92ef4bd1afda1e | 2e25161a79f56ada4d9bf818150a0fe8428af0ba56e87fb51159bd1473444298 | 2e25161a79f56ada4d9bf818150a0fe8428af0ba56e87fb51159bd1473444298 | xaeros-minimap | xaeros-minimap | xaero\common\server\mods\argonauts\SupportArgonautsServer.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 11 | 0 | 1 | false | |
package xaero.common.server.mods.ftbteams;
import dev.ftb.mods.ftbteams.api.FTBTeamsAPI;
import dev.ftb.mods.ftbteams.api.Team;
import dev.ftb.mods.ftbteams.api.TeamRank;
import net.minecraft.world.entity.player.Player;
import xaero.common.server.radar.tracker.ISyncedPlayerTrackerSystem;
public class FTBTeamsSyncedPl... | 0d2148a1eae6b04fae89abca78773f4fa64e9da2d3d11c88783c7c58ba2c6e40 | 94a63bfc9722671420ed98121df42f81d54939eedbe073c28dd5c9e7e97a1c53 | 94a63bfc9722671420ed98121df42f81d54939eedbe073c28dd5c9e7e97a1c53 | xaeros-minimap | xaeros-minimap | xaero\common\server\mods\ftbteams\FTBTeamsSyncedPlayerTrackerSystem.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 35 | 0 | 1 | false | |
package xaero.common.server.mods.ftbteams;
import xaero.common.server.radar.tracker.ISyncedPlayerTrackerSystem;
public class SupportFTBTeamsServer {
private final ISyncedPlayerTrackerSystem syncedPlayerTrackerSystem = new FTBTeamsSyncedPlayerTrackerSystem();
public ISyncedPlayerTrackerSystem getSyncedPlayerTra... | c9359ecb700345ab71727583b3e79d11ba7b129f38719245013d666036654b2f | 8c0efc7231eeeb8a30cbbca5808317359cbf68e568c744ae80b182800ecd9ca1 | 8c0efc7231eeeb8a30cbbca5808317359cbf68e568c744ae80b182800ecd9ca1 | xaeros-minimap | xaeros-minimap | xaero\common\server\mods\ftbteams\SupportFTBTeamsServer.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 11 | 0 | 1 | false | |
package xaero.common.server.mods.opac;
import net.minecraft.server.level.ServerPlayer;
import xaero.common.server.player.ServerPlayerData;
import xaero.pac.common.server.api.OpenPACServerAPI;
import xaero.pac.common.server.player.config.api.IPlayerConfigAPI;
import xaero.pac.common.server.player.config.api.IPlayerConf... | 2b015782860103fe46880c8285da1676fd33764488ae9e438c6b3f8527a8c3c7 | 800bb82616a7a081a927609d1849ccddfbfa75b99ba696d3e5a35b5c9419abb9 | 800bb82616a7a081a927609d1849ccddfbfa75b99ba696d3e5a35b5c9419abb9 | xaeros-minimap | xaeros-minimap | xaero\common\server\mods\opac\SupportOPACServer.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 50 | 0 | 1 | false | |
package xaero.common.server.radar.tracker;
import net.minecraft.world.entity.player.Player;
public interface ISyncedPlayerTrackerSystem {
int getTrackingLevel(Player var1, Player var2);
boolean isPartySystem();
} | 0d57292b0b212f44ca4182337fa46206f6b89a8bd52dca3b4d5dce34ec8eef9e | 33d001b3993e504a2a008eccdaf610ba2d2bd7131c04afdf994d89efcdd492be | 33d001b3993e504a2a008eccdaf610ba2d2bd7131c04afdf994d89efcdd492be | xaeros-minimap | xaeros-minimap | xaero\common\server\radar\tracker\ISyncedPlayerTrackerSystem.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 9 | 0 | 1 | false | |
package xaero.common.server.radar.tracker;
import java.util.HashSet;
import java.util.Set;
import java.util.UUID;
import net.minecraft.server.MinecraftServer;
import net.minecraft.server.level.ServerPlayer;
import xaero.common.IXaeroMinimap;
import xaero.common.message.tracker.ClientboundTrackedPlayerPacket;
import xa... | b0185eacca9d3923ee8bb94cad0d6930b3fd4d8610f142b99f818699943c881f | 3a31cf802e9035e755ac2b4fc487d5300a4894b842f827aa884e914842d42d07 | 3a31cf802e9035e755ac2b4fc487d5300a4894b842f827aa884e914842d42d07 | xaeros-minimap | xaeros-minimap | xaero\common\server\radar\tracker\SyncedPlayerTracker.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 109 | 0 | 1 | false | |
package xaero.common.server.radar.tracker;
import java.util.HashMap;
import java.util.Map;
import xaero.hud.minimap.MinimapLogs;
public class SyncedPlayerTrackerSystemManager {
private final Map<String, ISyncedPlayerTrackerSystem> systems = new HashMap<>();
public void register(String name, ISyncedPlayerTracke... | 17a9c2862c3fd8c08f10f49fe38d96fad9d99e40f9207cb36db5e0ad25f210d3 | 2f65cfde11b117c382fba38661129882c531f0aa6db4c0f83b74ec4a820d989b | 2f65cfde11b117c382fba38661129882c531f0aa6db4c0f83b74ec4a820d989b | xaeros-minimap | xaeros-minimap | xaero\common\server\radar\tracker\SyncedPlayerTrackerSystemManager.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 22 | 0 | 1 | false | |
package xaero.common.server.radar.tracker;
import java.util.UUID;
import net.minecraft.resources.ResourceKey;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.level.Level;
public class SyncedTrackedPlayer {
private final UUID id;
privat... | 5f9eca4e7c46c00800718f217d4220f673c4a87cb39b42e703974de25c66baf1 | 84250c60a657b26c91a57c96af3c8684c628233ee1e69b9bc55fc63f5a2b81ad | 84250c60a657b26c91a57c96af3c8684c628233ee1e69b9bc55fc63f5a2b81ad | xaeros-minimap | xaeros-minimap | xaero\common\server\radar\tracker\SyncedTrackedPlayer.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 75 | 0 | 1 | false | |
package xaero.hud.category;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import javax.annotation.Nonnull;
import xaero.common.misc.ListFactory;
import xaero.common.misc.MapFactory;
import xaero.hud.category.rule.ExcludeListMode;
import xaero.hud.category.rule.ObjectCategoryExcludeList;
impo... | 33c50fdd375fe92fce31f895850b4c5753bb878c165db77e61c6ec73c4000513 | 6e1f7149b0c75b3e642df8ef61b68914623ffbd3fd9b1fdba12a90528908a390 | 6e1f7149b0c75b3e642df8ef61b68914623ffbd3fd9b1fdba12a90528908a390 | xaeros-minimap | xaeros-minimap | xaero\hud\category\FilterObjectCategory.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 168 | 0 | 1 | false | |
package xaero.hud.category;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import javax.annotation.Nonnull;
import xaero.common.misc.ListFactory;
import xaero.common.misc.MapFactory;
import xaero.hud.category.serialization.data.ObjectCategoryData;
import xaero.hud.c... | cfdfb9555ec79747d3d3e699bdeef62f9bc902337eea58f478b30058d38c1a42 | e1137a1a92f15f9336cdcefa38fdaf36d4c9dee7da862f99640b998de2555561 | e1137a1a92f15f9336cdcefa38fdaf36d4c9dee7da862f99640b998de2555561 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ObjectCategory.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 139 | 0 | 1 | false | |
package xaero.hud.compat;
import xaero.hud.module.ModuleSession;
import xaero.hud.module.ModuleTransform;
import xaero.hud.render.module.ModuleRenderContext;
public class OldSystemCompatibility {
public void convertTransform(ModuleTransform transform, ModuleSession<?> session, ModuleRenderContext c) {
transf... | d7df08d88ea2509716ba6c1180b24e093f805977313e1c516be296ad458c77d7 | 200f1661c5cac09d9232c7b24829c2dfe13803eba7b06d81dc4cefbccf5f3787 | 200f1661c5cac09d9232c7b24829c2dfe13803eba7b06d81dc4cefbccf5f3787 | xaeros-minimap | xaeros-minimap | xaero\hud\compat\OldSystemCompatibility.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 34 | 0 | 1 | false | |
package xaero.hud.controls;
import java.util.function.Consumer;
import net.minecraft.client.KeyMapping;
import xaero.hud.controls.key.KeyMappingControllerManager;
import xaero.hud.minimap.controls.key.MinimapKeyMappings;
public abstract class ControlsRegister {
protected final KeyMappingControllerManager keyMappin... | 470a31cdb64f89edf62f3a6ba470075d5375f99c5dc39b9533dc94b9b9816163 | a3849d0bd2b972916b6a78cc32e381b32e20890094cc2d5d9cec1c5088711134 | a3849d0bd2b972916b6a78cc32e381b32e20890094cc2d5d9cec1c5088711134 | xaeros-minimap | xaeros-minimap | xaero\hud\controls\ControlsRegister.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 24 | 0 | 1 | false | |
package xaero.hud.entity;
import net.minecraft.world.entity.Entity;
import net.minecraft.world.phys.Vec3;
public class EntityUtils {
public static double getEntityX(Entity e, float partial) {
double xOld = e.f_19797_ > 0 ? e.f_19790_ : e.m_20185_();
return xOld + (e.m_20185_() - xOld) * partial;
}
... | 9c0df7cf417fbb4a19242c3c8c7a61f7d51c7ee29eb5c9f92bddb828aad429ac | df7070c6c7001a9d8b4feb370b6bb2c6a3930eb5797480851559910e48e128c9 | df7070c6c7001a9d8b4feb370b6bb2c6a3930eb5797480851559910e48e128c9 | xaeros-minimap | xaeros-minimap | xaero\hud\entity\EntityUtils.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 25 | 0 | 1 | false | |
package xaero.hud.event;
import xaero.common.XaeroMinimapSession;
import xaero.hud.Hud;
import xaero.hud.module.HudModule;
public class HudEventHandler {
private Hud hud;
public void setHud(Hud hud) {
if (this.hud != null) {
throw new IllegalStateException();
} else {
this.hud = h... | ce039bbea20e55173cea617b7f6b80140c11f9f30b1c4df67d1c357f9f423122 | 57e8ce392e0799e4db13724e0ca7823fa083926ad73c702b193e525ae4e54d2d | 57e8ce392e0799e4db13724e0ca7823fa083926ad73c702b193e525ae4e54d2d | xaeros-minimap | xaeros-minimap | xaero\hud\event\HudEventHandler.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 25 | 0 | 1 | false | |
package xaero.hud.io;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.List;
import net.minecraft.resources.ResourceLocation;
import xaero.common.HudMod;
import xaero.hud.Hud;
import xaero.hud.module.HudModule;
import xaero.hud.module.ModuleManager;
import xaero.hud.module.ModuleTransform;
pub... | 71c9d23e9c11348b9a37752aa57548ba5ad4944656e5465e93d3dc7fc22b1e50 | 560d102efbed2d09091805ef224bad8e38943ea6fe7f576870d509d6b9dfefeb | 560d102efbed2d09091805ef224bad8e38943ea6fe7f576870d509d6b9dfefeb | xaeros-minimap | xaeros-minimap | xaero\hud\io\HudIO.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 158 | 0 | 1 | false | |
package xaero.hud.minimap;
import net.minecraft.network.chat.Component;
import net.minecraft.resources.ResourceLocation;
import xaero.common.gui.GuiMinimapMain;
import xaero.common.minimap.waypoints.WaypointsManager;
import xaero.hud.minimap.module.MinimapRenderer;
import xaero.hud.minimap.module.MinimapSession;
impor... | 6ccfd7ab19e02bce9784c52a3d30183849a423e8cfd17eef6c0f12077904897b | 85864d0b4f5254880372c3326fdc861d10ff8b3ae7cd803392ea47296a7df3c8 | 85864d0b4f5254880372c3326fdc861d10ff8b3ae7cd803392ea47296a7df3c8 | xaeros-minimap | xaeros-minimap | xaero\hud\minimap\BuiltInHudModules.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 24 | 0 | 1 | false | |
package xaero.hud.minimap;
import java.io.IOException;
import net.minecraft.client.Minecraft;
import xaero.common.HudMod;
import xaero.common.minimap.info.InfoDisplayManager;
import xaero.common.minimap.info.render.InfoDisplayRenderer;
import xaero.common.minimap.render.MinimapFBORenderer;
import xaero.common.minimap.... | e9968ff6c093d6103e738084da8bca28f14c8a30f8a8b95c172633e312c25045 | 4575bbced8529dcd131fe08b16cd285fcbfe3a0d4f7984d09568e2724e4dd096 | 4575bbced8529dcd131fe08b16cd285fcbfe3a0d4f7984d09568e2724e4dd096 | xaeros-minimap | xaeros-minimap | xaero\hud\minimap\Minimap.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 130 | 0 | 1 | false | |
package xaero.hud.minimap;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
public class MinimapLogs {
public static final Logger LOGGER = LogManager.getLogger();
} | e2c03b7da68cec4871f8909efc5114449d3c66439db3926d2768e14182bafbde | c54b20dfd6bbe9607dc1d3474b1d405a14f2e02e4c960a03acccb61447746820 | c54b20dfd6bbe9607dc1d3474b1d405a14f2e02e4c960a03acccb61447746820 | xaeros-minimap | xaeros-minimap | xaero\hud\minimap\MinimapLogs.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 8 | 0 | 1 | false | |
package xaero.hud.module;
import java.util.function.Function;
import java.util.function.Supplier;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.screens.Screen;
import net.minecraft.client.multiplayer.ClientPacketListener;
import net.minecraft.network.chat.Component;
import net.minecraft.resour... | 0509291b4814806a5ad22f764ed35e20843788cffcc95c7a023e2f8cc9ea03f4 | 2e8cf3b2ab00ca0ba11f22a1a052d514a02e1398fc0780dc52d6053f1d59afd6 | 2e8cf3b2ab00ca0ba11f22a1a052d514a02e1398fc0780dc52d6053f1d59afd6 | xaeros-minimap | xaeros-minimap | xaero\hud\module\HudModule.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 129 | 0 | 1 | false | |
package xaero.hud.module;
import java.util.LinkedHashMap;
import java.util.Map;
import net.minecraft.resources.ResourceLocation;
public final class ModuleManager {
private final Map<ResourceLocation, HudModule<?>> modules = new LinkedHashMap<>();
public void register(HudModule<?> hudModule) {
this.module... | 605c8f1f899044ccde32d0e8580717253b5f3c90595a20766f3c53e8f1bd35fc | 17b76e97e8637632e39956990653a521bdf6f456aba46db9b55524bbd598c8e4 | 17b76e97e8637632e39956990653a521bdf6f456aba46db9b55524bbd598c8e4 | xaeros-minimap | xaeros-minimap | xaero\hud\module\ModuleManager.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 21 | 0 | 1 | false | |
package xaero.hud.module;
import xaero.common.HudMod;
public abstract class ModuleSession<MS extends ModuleSession<MS>> {
protected final HudMod modMain;
protected final HudModule<MS> module;
public ModuleSession(HudMod modMain, HudModule<MS> module) {
this.modMain = modMain;
this.module = modul... | c38c42eb27e5c082c438dc7f3635897fe8ffd1aa1e7405f8e3c922df5c46802a | 60f810e3c5934e6ce828b0a45b10b8d3b56a29768a1178770dbb5e9aeb966aab | 60f810e3c5934e6ce828b0a45b10b8d3b56a29768a1178770dbb5e9aeb966aab | xaeros-minimap | xaeros-minimap | xaero\hud\module\ModuleSession.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 87 | 0 | 1 | false | |
package xaero.hud.module;
import java.util.function.BiConsumer;
import net.minecraft.client.multiplayer.ClientPacketListener;
import xaero.common.HudMod;
public class ModuleSessionHandler {
private final ModuleManager manager;
public ModuleSessionHandler(ModuleManager manager) {
this.manager = manager;
... | 9c3df1b4b14708caa3f5a096668c242f8e2699a1f5df3691027a39a39c5e5a82 | 01a6fda7d9320064c40794b2506889b0920d09181a8b2b9e450d8f04408ae38c | 01a6fda7d9320064c40794b2506889b0920d09181a8b2b9e450d8f04408ae38c | xaeros-minimap | xaeros-minimap | xaero\hud\module\ModuleSessionHandler.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 46 | 0 | 1 | false | |
package xaero.hud.module;
public class ModuleTransform {
public int x;
public int y;
public boolean centered;
public boolean fromRight;
public boolean fromBottom;
public boolean flippedHor;
public boolean flippedVer;
public boolean fromOldSystem;
public ModuleTransform copy() {
Module... | 258dbcce3d323650f1d6e22b4c4e76e932f797d10412d123de2eecc0cbb82dbd | 77b1f180d8c6f76958c2e8e3c4b2f53de46db955ae808459ed2c76b38c61618c | 77b1f180d8c6f76958c2e8e3c4b2f53de46db955ae808459ed2c76b38c61618c | xaeros-minimap | xaeros-minimap | xaero\hud\module\ModuleTransform.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 25 | 0 | 1 | false | |
package xaero.hud.path;
import java.nio.file.Path;
import java.util.Objects;
public class XaeroPath {
private final String node;
private final XaeroPath parent;
private final XaeroPath root;
private final int nodeCount;
private final boolean caseSensitive;
private String fullString;
private int h... | b07c3aebc9ef28a8cf453123b8b698116a1b190d769048ffbdf470737b828812 | dee25a2e8456259604b4093bbaed55adb8035bf0793bab0d57dd02982a09c68f | dee25a2e8456259604b4093bbaed55adb8035bf0793bab0d57dd02982a09c68f | xaeros-minimap | xaeros-minimap | xaero\hud\path\XaeroPath.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 158 | 0 | 1 | false | |
package xaero.hud.path;
public class XaeroPathReader {
public XaeroPath read(String pathString) {
return this.read(pathString, false);
}
public XaeroPath read(String pathString, boolean caseSensitive) {
String[] pathStringNodes = pathString.split("/");
if (pathStringNodes.length == 0) {
... | 91fb9552edb639da20283bb65288844c45c81ab93909f47a80a755d4c06c6e04 | b0d927da8fbbc913b3b307f1288d09530c9d3637046469411e584801bf46c435 | b0d927da8fbbc913b3b307f1288d09530c9d3637046469411e584801bf46c435 | xaeros-minimap | xaeros-minimap | xaero\hud\path\XaeroPathReader.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 22 | 0 | 1 | false | |
package xaero.hud.preset;
import java.util.HashSet;
import java.util.Set;
import net.minecraft.network.chat.Component;
import net.minecraft.resources.ResourceLocation;
public final class HudPreset {
private final ResourceLocation id;
private final Component name;
private final Set<ModulePreset<?>> modulePres... | 8700e4f927cfe2f19272ce815ecd5a8a0843aaf184c834108ceb205b89338013 | f2fb3bb02b76807e01582b45c89a5a2c0c33fc8c32d01c50df951ef6a2349bab | f2fb3bb02b76807e01582b45c89a5a2c0c33fc8c32d01c50df951ef6a2349bab | xaeros-minimap | xaeros-minimap | xaero\hud\preset\HudPreset.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 105 | 0 | 1 | false | |
package xaero.hud.preset;
import java.util.LinkedHashMap;
import java.util.Map;
import net.minecraft.resources.ResourceLocation;
public class HudPresetManager {
private final Map<ResourceLocation, HudPreset> presets = new LinkedHashMap<>();
public void register(HudPreset preset) {
this.presets.put(preset... | dfb222d89f2d5549b29ae84098e2e880c02251ae19dc52e73eca6ca1bd8e3edc | d26b18a253cb15434c8ee0d94073013e53184be0b86d383d6f0dc80c76126af0 | d26b18a253cb15434c8ee0d94073013e53184be0b86d383d6f0dc80c76126af0 | xaeros-minimap | xaeros-minimap | xaero\hud\preset\HudPresetManager.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 17 | 0 | 1 | false | |
package xaero.hud.preset;
import java.util.ArrayList;
import java.util.List;
import xaero.hud.module.HudModule;
import xaero.hud.module.ModuleSession;
import xaero.hud.preset.action.IPresetAction;
import xaero.hud.preset.action.PlacementPresetAction;
public final class ModulePreset<MS extends ModuleSession<MS>> {
... | 80bd79d760874dc497fa74522be55e66a458620498c9d48758902d1fc8ec2aa8 | c8417e40d36178eaea3c7e382f4671da279fd0df2f6dbb6d52c6f179ca976fc1 | c8417e40d36178eaea3c7e382f4671da279fd0df2f6dbb6d52c6f179ca976fc1 | xaeros-minimap | xaeros-minimap | xaero\hud\preset\ModulePreset.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 81 | 0 | 1 | false | |
package xaero.hud.pushbox;
import xaero.common.IXaeroMinimap;
import xaero.hud.pushbox.boss.BossHealthPushBox;
import xaero.hud.pushbox.boss.BossHealthShiftPushBox;
import xaero.hud.pushbox.boss.IBossHealthPushBox;
import xaero.hud.pushbox.effect.IPotionEffectsPushBox;
import xaero.hud.pushbox.effect.PotionEffectsPush... | f3bb1e752a99a064366a462efb505dc79a0e5d65f92041a061f71792a45d78e8 | 69bc954cbdf865521c58f010025fd355c9e2eb62fd4662b440aa79443010d378 | 69bc954cbdf865521c58f010025fd355c9e2eb62fd4662b440aa79443010d378 | xaeros-minimap | xaeros-minimap | xaero\hud\pushbox\BuiltInPushBoxes.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 33 | 0 | 1 | false | |
package xaero.hud.pushbox;
public abstract class FullHeightShiftPushBox extends PushBox {
protected int shift;
public FullHeightShiftPushBox(int x, int w, float anchorX) {
super(x, 0, w, 0, anchorX, 0.0F, 0);
}
@Override
public void update() {
super.update();
this.shift = this.getShi... | c45fee9f845fc5b513261f2c5c78778db4d3f77d074c39f22ee6e10df266598d | 14cc7fa21fad9a85334dd4662d9dca19f56d7dcd9b34cb285e3b8a11dd95e077 | 14cc7fa21fad9a85334dd4662d9dca19f56d7dcd9b34cb285e3b8a11dd95e077 | xaeros-minimap | xaeros-minimap | xaero\hud\pushbox\FullHeightShiftPushBox.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 27 | 0 | 1 | false | |
package xaero.hud.pushbox;
public class PushBox {
private int x;
private int y;
protected int w;
protected int h;
private float anchorX;
private float anchorY;
protected boolean active;
private int verticalBias;
public PushBox(int x, int y, int w, int h, float anchorX, float anchorY, int ve... | db3267ad9cb2bc6cc1ab10dfc1ff979b498918711a8e71c615957e308ee915c3 | 171f47f99cde8603f62c91b911bdc0c69e11c006885584e9e8bfecb566f681ee | 171f47f99cde8603f62c91b911bdc0c69e11c006885584e9e8bfecb566f681ee | xaeros-minimap | xaeros-minimap | xaero\hud\pushbox\PushBox.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 69 | 0 | 1 | false | |
package xaero.hud.pushbox;
import xaero.hud.module.ModuleSession;
public class PushboxHandler {
public void applyPushboxes(PushboxManager manager, PushboxHandler.State state, int screenWidth, int screenHeight, double screenScale) {
for (PushBox pb : manager.getAll()) {
if (pb.isActive()) {
... | 4dec3bf279d6583ba1d04211af7eec82a099eb75258039b4fd97b98c77fe0cd8 | 75d896f7ccf662f30ac5f4e8938f466009775b5661dd86386b5b8d5916f47fe9 | 75d896f7ccf662f30ac5f4e8938f466009775b5661dd86386b5b8d5916f47fe9 | xaeros-minimap | xaeros-minimap | xaero\hud\pushbox\PushboxHandler.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 92 | 0 | 1 | false | |
package xaero.hud.pushbox;
import java.util.HashSet;
import java.util.Set;
public class PushboxManager {
private final Set<PushBox> pushBoxes = new HashSet<>();
public void add(PushBox pushBox) {
this.pushBoxes.add(pushBox);
}
public Iterable<PushBox> getAll() {
return this.pushBoxes;
}
} | 177e3b9e7cb93e52d9d67d91a5ebd3a8a9ed32fab705940ff1e999e26a7a62cf | d29ab45c6e16fb04395bb2468f616a94cb2a7bed602aee5cdab73f11436c9d25 | d29ab45c6e16fb04395bb2468f616a94cb2a7bed602aee5cdab73f11436c9d25 | xaeros-minimap | xaeros-minimap | xaero\hud\pushbox\PushboxManager.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 16 | 0 | 1 | false | |
package xaero.hud.render;
import com.mojang.blaze3d.platform.GlStateManager;
import com.mojang.blaze3d.systems.RenderSystem;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.GuiGraphics;
import org.lwjgl.opengl.GL11;
import xaero.common.graphics.CustomVertexConsumers;
import xaero.common.graphics... | ddb25f961578f6bc6d4731400a238f8094fa4afa177b2d4c51a375314c54b536 | bd7aa123790a84dd6ffbbb3a63da84271c602531edb2bfd34fc003ea4e09ed52 | bd7aa123790a84dd6ffbbb3a63da84271c602531edb2bfd34fc003ea4e09ed52 | xaeros-minimap | xaeros-minimap | xaero\hud\render\HudRenderer.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 88 | 0 | 1 | false | |
package xaero.hud.render;
import net.minecraft.resources.ResourceLocation;
public class TextureLocations {
public static final ResourceLocation GUI_TEXTURES = new ResourceLocation("xaerobetterpvp", "gui/guis.png");
public static final ResourceLocation MINIMAP_FRAME_TEXTURES = new ResourceLocation("xaerobetterpv... | 66cc8548f17a9d5b67d65e681e5c427580c02bffaee753fb1a95ba4666f83e70 | 3c743ca08ba5c213eb4867cbc0178c0237e64e1de2a5da1a799fcfeea3609fd9 | 3c743ca08ba5c213eb4867cbc0178c0237e64e1de2a5da1a799fcfeea3609fd9 | xaeros-minimap | xaeros-minimap | xaero\hud\render\TextureLocations.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 9 | 0 | 1 | false | |
package xaero.hud.util;
import java.text.ParseException;
import java.text.StringCharacterIterator;
import java.util.ArrayList;
import java.util.function.Predicate;
public class SeparatedKeysParser {
private Predicate<Character> isSeparator;
public SeparatedKeysParser(Predicate<Character> isSeparator) {
t... | 1938fcb0a7e7e29b06dccdfb15c748e920c6f8b941b43d4a030eea39b0c21e4a | a9b7e4367dc8d8173308d0b595936124b88fc10478b353733d154f479f132330 | a9b7e4367dc8d8173308d0b595936124b88fc10478b353733d154f479f132330 | xaeros-minimap | xaeros-minimap | xaero\hud\util\SeparatedKeysParser.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 87 | 0 | 1 | false | |
package xaero.hud.category.rule;
import java.util.List;
import java.util.Set;
import java.util.function.Function;
import javax.annotation.Nonnull;
import xaero.common.misc.ListFactory;
import xaero.hud.category.FilterObjectCategory;
public final class ObjectCategoryExcludeList<E, P, S> extends ObjectCategoryListRule<... | d8392841db2bce66f3b033db8aaaef2b87655220b9a6c77aa346958f124dda17 | 1d599412469472abe93cfb6f7c7faaf198477701d3afd59198ce5db3c611afbb | 1d599412469472abe93cfb6f7c7faaf198477701d3afd59198ce5db3c611afbb | xaeros-minimap | xaeros-minimap | xaero\hud\category\rule\ObjectCategoryExcludeList.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 68 | 0 | 1 | false | |
package xaero.hud.category.rule;
import java.util.List;
import java.util.Map;
import javax.annotation.Nonnull;
public final class ObjectCategoryHardRule<E, P> extends ObjectCategoryRule<E, P> {
private final ObjectCategoryHardRule.Predicate<E, P> predicate;
private final boolean reversed;
private ObjectCate... | c15dd1af3c4fb78e2ddae260f9b2eed41bbb3b7136a50056cd2b1b262ca3e8e0 | 2d9b3e0d2c6a8c6a7a0a1a98956e8986c7e7ac75dd771e668bdb8e3b0bf5ce3a | 2d9b3e0d2c6a8c6a7a0a1a98956e8986c7e7ac75dd771e668bdb8e3b0bf5ce3a | xaeros-minimap | xaeros-minimap | xaero\hud\category\rule\ObjectCategoryHardRule.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 64 | 0 | 1 | false | |
package xaero.hud.category.rule;
import java.util.List;
import java.util.Set;
import java.util.function.Function;
import javax.annotation.Nonnull;
import xaero.common.misc.ListFactory;
import xaero.hud.category.FilterObjectCategory;
public final class ObjectCategoryIncludeList<E, P, S> extends ObjectCategoryListRule<... | 8cb37227f14a01056b23b000c7de56afaa09d862122a72e956f34817fae0a146 | c8d7f50aacd3f1dca9ed16667a633a4b25be8bd6eecec86b3d59ccd30fcb06e4 | c8d7f50aacd3f1dca9ed16667a633a4b25be8bd6eecec86b3d59ccd30fcb06e4 | xaeros-minimap | xaeros-minimap | xaero\hud\category\rule\ObjectCategoryIncludeList.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 50 | 0 | 1 | false | |
package xaero.hud.category.rule;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import java.util.function.Function;
import java.util.function.Predicate;
import javax.annotation.Nonnull;
import xaero.common.misc.ListFactory;
import xaero.hud.category.FilterObjectCatego... | 7f2584ac076ceb3fe86865e53c7119b5ae5169832e0930fa3b53093fac5e2b58 | f83fb23e139126df4d20ecdb3061992bd728eb4a8ef65ef993662751b85273c8 | f83fb23e139126df4d20ecdb3061992bd728eb4a8ef65ef993662751b85273c8 | xaeros-minimap | xaeros-minimap | xaero\hud\category\rule\ObjectCategoryListRule.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 107 | 0 | 1 | false | |
package xaero.hud.category.rule;
import java.util.List;
import java.util.Map;
import java.util.function.BiFunction;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.function.Supplier;
public class ObjectCategoryListRuleType<E, P, S> {
private final String id;
private fin... | f3ee4f78a94b463e95eedaee7f342344cfec5dab9dd75840377a7699f981e914 | 8aca82fc3faccbb1bb391db5ae2c3474efb98c0a2395ce685e422d19c3848b2b | 8aca82fc3faccbb1bb391db5ae2c3474efb98c0a2395ce685e422d19c3848b2b | xaeros-minimap | xaeros-minimap | xaero\hud\category\rule\ObjectCategoryListRuleType.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 68 | 0 | 1 | false | |
package xaero.hud.category.rule;
import javax.annotation.Nonnull;
public abstract class ObjectCategoryRule<E, P> {
private final String name;
ObjectCategoryRule(@Nonnull String name) {
this.name = name;
}
public String getName() {
return this.name;
}
public abstract boolean isFollowed... | 6eb4594524af30dfa077a0c410d5c082ed9cf38319d261d2848cb3e9c7ea2c56 | 2bb74ca9613a4bea283e7c448446eb3d3f20cb8d9e72b3e819ce746125900b02 | 2bb74ca9613a4bea283e7c448446eb3d3f20cb8d9e72b3e819ce746125900b02 | xaeros-minimap | xaeros-minimap | xaero\hud\category\rule\ObjectCategoryRule.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 22 | 0 | 1 | false | |
package xaero.hud.category.serialization;
import java.util.function.Function;
import java.util.function.Supplier;
import xaero.hud.category.FilterObjectCategory;
import xaero.hud.category.rule.ObjectCategoryExcludeList;
import xaero.hud.category.rule.ObjectCategoryHardRule;
import xaero.hud.category.rule.ObjectCategor... | 8429ee2e8b69fea8cea9bf29b844132dc2d2f88a6e5b161a1edce66c5064fa57 | c7bc3c636229c0dfd53a46b45e93d78fa3f31639b6d46bf11ae90ce4d7f5e947 | c7bc3c636229c0dfd53a46b45e93d78fa3f31639b6d46bf11ae90ce4d7f5e947 | xaeros-minimap | xaeros-minimap | xaero\hud\category\serialization\FilterObjectCategorySerializationHandler.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 153 | 0 | 1 | false | |
package xaero.hud.category.serialization;
import java.util.function.Function;
import java.util.function.Supplier;
import javax.annotation.Nonnull;
import xaero.hud.category.ObjectCategory;
import xaero.hud.category.serialization.data.ObjectCategoryData;
import xaero.hud.category.serialization.data.ObjectCategoryDataSe... | a7aeb7fae6d9c91d53b43fba9d96ea692bd8b2e7dcbc52052ee00a6ee3275eb3 | 1691e167b93645c9e0878176de26471373b29b1b23a1384d547fa94eb8716538 | 1691e167b93645c9e0878176de26471373b29b1b23a1384d547fa94eb8716538 | xaeros-minimap | xaeros-minimap | xaero\hud\category\serialization\ObjectCategorySerializationHandler.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 112 | 0 | 1 | false | |
package xaero.hud.category.setting;
import java.util.Map;
import javax.annotation.Nonnull;
import xaero.hud.category.ObjectCategory;
public final class ObjectCategoryDefaultSettingsSetter {
private final Map<String, ObjectCategorySetting<?>> settings;
private ObjectCategoryDefaultSettingsSetter(@Nonnull Map<St... | 194daf3551921b453d87aa3c45aa56e35d1a22d7b5bd93d70f901de4940c6ead | c5c707144e4936bc1311a9b65b6b4705d4974404a28929144bbb38f9052c11ae | c5c707144e4936bc1311a9b65b6b4705d4974404a28929144bbb38f9052c11ae | xaeros-minimap | xaeros-minimap | xaero\hud\category\setting\ObjectCategoryDefaultSettingsSetter.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 54 | 0 | 1 | false | |
package xaero.hud.category.setting;
import java.util.List;
import java.util.Map;
import java.util.function.Function;
import java.util.function.IntFunction;
import javax.annotation.Nonnull;
import net.minecraft.client.resources.language.I18n;
import xaero.common.graphics.CursorBox;
import xaero.hud.category.ui.setting.... | a162ab7362f897262c1b16a8ac593afab08eca5a8a6f37dbabb26e7b9417c282 | 74760ea60d00a4aaca29907493609c7f7d2b6884ab01ef820fa64d446137f25a | 74760ea60d00a4aaca29907493609c7f7d2b6884ab01ef820fa64d446137f25a | xaeros-minimap | xaeros-minimap | xaero\hud\category\setting\ObjectCategorySetting.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 200 | 0 | 1 | false | |
package xaero.hud.category.ui;
import java.util.function.Supplier;
import javax.annotation.Nonnull;
import xaero.hud.category.ObjectCategory;
import xaero.hud.category.setting.ObjectCategorySetting;
import xaero.hud.category.ui.node.EditorCategoryNode;
import xaero.hud.category.ui.node.EditorSettingsNode;
import xaero... | 5457c9ed28b3ddb0c4dc22990a03351c6dad4559b9956b9d61f59dd1525a8e10 | 9d2f39765da9b3dffb29edb09f40cdaacc58a46150aeb1a05b93925d95e1aea6 | 9d2f39765da9b3dffb29edb09f40cdaacc58a46150aeb1a05b93925d95e1aea6 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\EditorCategoryNodeConverter.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 76 | 0 | 1 | false | |
package xaero.hud.category.ui;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.function.Supplier;
import javax.annotation.Nonnull;
import xaero.hud.category.FilterObjectCategory;
import xaero.hud.category.rule.ObjectCategoryExcludeList;
import xaero.hud.category.rule.ObjectCat... | 08517311880cccb87d6355ecf84d7ebc0e99f89a05f165a62ebd46939cd2bd24 | 0727ea288c613fd7c20c8d696b50cc4583190e942b02b6993f32e9a5ee3d660a | 0727ea288c613fd7c20c8d696b50cc4583190e942b02b6993f32e9a5ee3d660a | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\EditorFilterCategoryNodeConverter.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 148 | 0 | 1 | false | |
package xaero.hud.category.ui;
import com.mojang.blaze3d.vertex.PoseStack;
import java.util.List;
import java.util.function.Supplier;
import net.minecraft.client.gui.GuiGraphics;
import net.minecraft.client.gui.components.Button;
import net.minecraft.client.gui.components.ObjectSelectionList;
import net.minecraft.clie... | f54c4e4c5b90b94df9c9736d6cdb8b466e9ee31cb92ceede1f442150d5e0efe8 | 0283eebf2f7a94c2a7362aa6918b2b563b050f3d86163f85d5d62765f7480143 | 0283eebf2f7a94c2a7362aa6918b2b563b050f3d86163f85d5d62765f7480143 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\GuiCategoryEditor.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 494 | 0 | 1 | false | |
package xaero.hud.category.rule.resolver;
import java.util.Iterator;
import java.util.List;
import xaero.hud.category.FilterObjectCategory;
import xaero.hud.category.rule.ExcludeListMode;
import xaero.hud.category.rule.ObjectCategoryExcludeList;
import xaero.hud.category.rule.ObjectCategoryIncludeList;
public final c... | 990bea0873a44d5ff0416b6e82bc7bc2344e73b117802077e67770d0b891bc54 | e26e837aead7fc308b4527e9a291910d67fa922c22e47d30a8602f698573a5e3 | e26e837aead7fc308b4527e9a291910d67fa922c22e47d30a8602f698573a5e3 | xaeros-minimap | xaeros-minimap | xaero\hud\category\rule\resolver\ObjectCategoryRuleResolver.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 76 | 0 | 1 | false | |
package xaero.hud.category.ui.entry;
import com.mojang.blaze3d.vertex.PoseStack;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Supplier;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.Font;
import net.minecraft.client.gui.GuiGraphics;
import net.minecraft.client.r... | cfdb72ed471455dcf1881b13feb7da8af4e7c9e6f50ba1bb9f9466a7cbe14554 | c785c50eb13665d2ae8073df00cfb04b67d0a48fcaa11f1b354519db3fa52ad9 | c785c50eb13665d2ae8073df00cfb04b67d0a48fcaa11f1b354519db3fa52ad9 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\EditorListEntry.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 385 | 0 | 1 | false | |
package xaero.hud.category.ui.entry;
import java.util.function.Supplier;
import net.minecraft.network.chat.Component;
import net.minecraft.network.chat.Style;
import xaero.common.graphics.CursorBox;
import xaero.hud.category.ObjectCategory;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.category.ui.n... | efee5d9e2886362ee5ed22d8f36e9d78c707e212ae0faf846642e3865d3c3a1f | 8e4ace5e03664ee270f1918d7690d4e1a7c02bd1725ee645e313a6761e9b3045 | 8e4ace5e03664ee270f1918d7690d4e1a7c02bd1725ee645e313a6761e9b3045 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\EditorListEntryCategory.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 156 | 0 | 1 | false | |
package xaero.hud.category.ui.entry;
import java.util.function.Supplier;
import net.minecraft.network.chat.Style;
import xaero.common.graphics.CursorBox;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.category.ui.node.EditorNode;
import xaero.hud.category.ui.node.EditorSimpleDeletableWrapperNode;
pu... | 03742cab9b429af4844718e19f5f1933724d8cdeed62be978623d971e13a95a3 | 38878dcc2ce26b3133ebd31f54650543f4ca6d68355a4f62beab08b5f6925c8a | 38878dcc2ce26b3133ebd31f54650543f4ca6d68355a4f62beab08b5f6925c8a | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\EditorListEntryDeletableListElement.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 56 | 0 | 1 | false | |
package xaero.hud.category.ui.entry;
import java.util.function.Supplier;
import xaero.common.graphics.CursorBox;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.category.ui.node.options.EditorExpandingOptionsNode;
import xaero.hud.category.ui.node.options.EditorOptionNode;
public class EditorListEntr... | c0a39a6ca573164f78e12b05886cddc644d3016fc1e22dbf298427d4f346fdca | cf67699250d4c0b8501a80e57bb72da07ab0809f2ab59380b6427b4a91b46320 | cf67699250d4c0b8501a80e57bb72da07ab0809f2ab59380b6427b4a91b46320 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\EditorListEntryExpandingOption.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 31 | 0 | 1 | false | |
package xaero.hud.category.ui.entry;
import java.util.function.Supplier;
import net.minecraft.client.gui.components.AbstractWidget;
import net.minecraft.network.chat.Component;
import xaero.common.graphics.CursorBox;
import xaero.hud.category.ui.GuiCategoryEditor;
public class EditorListEntryExpandingOptions extends ... | 8b7e10bc4fd4848423559be2f9aaa2cec4ffc2c4d8ee3283c03abd0864700646 | 00d90998ab470d067d9ad78e28aba9ff3161b722cf7fa2ad7bbdd899a3fee337 | 00d90998ab470d067d9ad78e28aba9ff3161b722cf7fa2ad7bbdd899a3fee337 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\EditorListEntryExpandingOptions.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 32 | 0 | 1 | false | |
package xaero.hud.category.ui.entry;
import java.util.function.Supplier;
import net.minecraft.client.Minecraft;
import net.minecraft.client.resources.sounds.SimpleSoundInstance;
import net.minecraft.sounds.SoundEvents;
import xaero.common.graphics.CursorBox;
import xaero.hud.category.ui.GuiCategoryEditor;
public clas... | 0bef9fc8cce1e3baf618e5ffdb3cc43c5327e230fa5d9f39df5edcedff871e7f | cc65aa76a884f5edef64c7c9fab57170ef0ddf0867555d3cf3333523bc5425c8 | cc65aa76a884f5edef64c7c9fab57170ef0ddf0867555d3cf3333523bc5425c8 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\EditorListEntryTextWithAction.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 49 | 0 | 1 | false | |
package xaero.hud.category.ui.entry;
import com.mojang.blaze3d.vertex.PoseStack;
import java.util.function.Supplier;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.Font;
import net.minecraft.client.gui.GuiGraphics;
import net.minecraft.client.gui.components.AbstractButton;
import net.minecraft.... | 23c54a40f5d762f4558315db8f5f4fcf0daf3ae88e2be889c747f8f0888c01cf | 39e2865fccd52cad602fe65e7de16812629cd59d8bb0bb7783ef9bda7da19b97 | 39e2865fccd52cad602fe65e7de16812629cd59d8bb0bb7783ef9bda7da19b97 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\EditorListEntryWidget.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 201 | 0 | 1 | false | |
package xaero.hud.category.ui.entry;
import java.util.function.Supplier;
import net.minecraft.client.gui.Font;
import net.minecraft.client.gui.GuiGraphics;
import xaero.common.graphics.CursorBox;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.render.TextureLocations;
public class EditorListEntryWith... | 86a0e8bd0f2d76be553b2e97d0aa9dc0398ea80ed66f175d3f738eddb5c195b2 | aff3430b25ece9c304f23e359054ef6e76a93b8843e0d49919f6067e88708ddc | aff3430b25ece9c304f23e359054ef6e76a93b8843e0d49919f6067e88708ddc | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\EditorListEntryWithIcon.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 97 | 0 | 1 | false | |
package xaero.hud.category.ui.entry;
import java.util.function.Supplier;
import net.minecraft.client.gui.Font;
import net.minecraft.client.gui.GuiGraphics;
import net.minecraft.client.resources.language.I18n;
import xaero.common.graphics.CursorBox;
import xaero.hud.category.ui.GuiCategoryEditor;
public class EditorLi... | ab9c1d2720bcfbc3b2fad4f992d3c5f0d5e797014b3e91739f8f07c4fd84f0cb | 41f6e5fafe69b21d233c9747148c024f4fc31b8a91bfa6db1612a00db58b2929 | 41f6e5fafe69b21d233c9747148c024f4fc31b8a91bfa6db1612a00db58b2929 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\EditorListEntryWithIconAndText.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 88 | 0 | 1 | false | |
package xaero.hud.category.ui.entry;
import java.util.function.Supplier;
import xaero.common.graphics.CursorBox;
import xaero.hud.category.ui.GuiCategoryEditor;
public abstract class EditorListEntryWithRootReference extends EditorListEntry {
protected final EditorListRootEntry root;
public EditorListEntryWithR... | 6d6a75c0c9621e4b157d463eee495644a8bfd86a0d63b7b9b2164bf0a890b4b3 | ea20b1b7690521a8f4660c5721c84eaa8e7f45b258fed04627a0685f11cc86e8 | ea20b1b7690521a8f4660c5721c84eaa8e7f45b258fed04627a0685f11cc86e8 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\EditorListEntryWithRootReference.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 23 | 0 | 1 | false | |
package xaero.hud.category.ui.entry;
import java.util.function.Supplier;
import xaero.common.graphics.CursorBox;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.category.ui.node.EditorNode;
public class EditorListEntryWrapper extends EditorListRootEntry {
public EditorListEntryWrapper(
Edito... | 45d9f60f2cfcc1e8c5e4680f43103830820194b66b252097de0650cd8b57c991 | 07646f38501e339cad96c62b11d58eaf9521890b8ac23e703c0fae59bcc11c4d | 07646f38501e339cad96c62b11d58eaf9521890b8ac23e703c0fae59bcc11c4d | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\EditorListEntryWrapper.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 38 | 0 | 1 | false | |
package xaero.hud.category.ui.entry;
import java.util.function.Supplier;
import net.minecraft.client.gui.Font;
import net.minecraft.client.gui.GuiGraphics;
import xaero.common.graphics.CursorBox;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.category.ui.node.EditorNode;
public abstract class Editor... | a1a700f3197b63f9c124e2dfbbfe8f263f1f113ad4558e23fb0bc7c0aa1232cb | a9a9cbae42b4a4bce77bca4d36b65ba93a0ffe52e590a69c979cb93532750d99 | a9a9cbae42b4a4bce77bca4d36b65ba93a0ffe52e590a69c979cb93532750d99 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\EditorListRootEntry.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 106 | 0 | 1 | false | |
package xaero.hud.category.ui.entry;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.category.ui.node.EditorNode;
public interface EditorListRootEntryFactory {
EditorListRootEntry get(
EditorNode var1, EditorNode var2, int var3, ConnectionLineType var4, GuiCategoryEditor<?, ?, ?, ?, ?, ?>.Se... | 8dcc57a8076dd6e332010b3c0c1ec7b7d5d95d898a00d821eb317c89592e1747 | f666b1b8e4e66ec16269af654932fa95ca0a613d35605a56b1d74bdb8c733da0 | f666b1b8e4e66ec16269af654932fa95ca0a613d35605a56b1d74bdb8c733da0 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\EditorListRootEntryFactory.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 10 | 0 | 1 | false | |
package xaero.hud.category.ui.entry;
import java.util.function.Supplier;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.Font;
import net.minecraft.client.gui.GuiGraphics;
import xaero.common.graphics.CursorBox;
import xaero.hud.category.ui.GuiCategoryEditor;
public class EditorListTextButtonEn... | 57fb043342fb049f1691892c016db74486de41625f1a3465081f9038e9f932d0 | a5a317d726d318ea85596a85edd979bfa6f5c78617b5155793dec0396934789d | a5a317d726d318ea85596a85edd979bfa6f5c78617b5155793dec0396934789d | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\EditorListTextButtonEntry.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 92 | 0 | 1 | false | |
package xaero.hud.category.ui.node;
import com.google.common.collect.Lists;
import java.util.List;
import javax.annotation.Nonnull;
import net.minecraft.client.resources.language.I18n;
import xaero.common.misc.ListFactory;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.category.ui.entry.EditorListEnt... | 4d15c22e324fada415aca76c69389cb22bff90c7051483e359216da0cbae3a05 | 1bebc6d28ed6274d0882434b5d27b7f3d7f51237bb1fe5936d643adeab3b4353 | 1bebc6d28ed6274d0882434b5d27b7f3d7f51237bb1fe5936d643adeab3b4353 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\EditorAdderNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 138 | 0 | 1 | false | |
package xaero.hud.category.ui.node;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.function.BiConsumer;
import java.util.function.Function;
import java.util.function.Supplier;
import javax.annotation.Nonnull;
import net.minecraft.ChatFormatting;
import net.minecraft.clie... | 15f7d216831506de70b8963a5832bb02c02e14e3ab75fc466bfefeaf73c1d577 | 5c48a76ea78ec68a06e266828881d2c457abb4a9696dfdc088d6b4a5b475860d | 5c48a76ea78ec68a06e266828881d2c457abb4a9696dfdc088d6b4a5b475860d | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\EditorCategoryNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 282 | 0 | 1 | false | |
package xaero.hud.category.ui.node;
import java.util.List;
import java.util.function.Function;
import java.util.function.Predicate;
import javax.annotation.Nonnull;
import xaero.common.misc.ListFactory;
import xaero.hud.category.FilterObjectCategory;
import xaero.hud.category.ui.entry.EditorListRootEntryFactory;
impor... | 0a8b250364767aa5573ee9e6c00d444ded53b4d336c6b0643ee02b645974add1 | aadadd104ac1b804842fd21bfbd9258aac38bc1c8e7d48b9880870b65fa6e98d | aadadd104ac1b804842fd21bfbd9258aac38bc1c8e7d48b9880870b65fa6e98d | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\EditorFilterCategoryNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 64 | 0 | 1 | false | |
package xaero.hud.category.ui.node;
import java.util.List;
import java.util.Map;
import java.util.function.Predicate;
import javax.annotation.Nonnull;
import net.minecraft.client.resources.language.I18n;
import xaero.common.misc.ListFactory;
import xaero.common.misc.MapFactory;
import xaero.hud.category.rule.ObjectCat... | d607a2665b943f298761675e5a74ec3be5dafb4d9dbbb88959c71aa9e1bd7600 | 60df17b6febebc762b06597a976aa0b36e3b5e61fca5ed5e2e709ed3b102353e | 60df17b6febebc762b06597a976aa0b36e3b5e61fca5ed5e2e709ed3b102353e | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\EditorFilterSettingsNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 190 | 0 | 1 | false | |
package xaero.hud.category.ui.node;
import java.util.List;
import java.util.function.Supplier;
import javax.annotation.Nonnull;
import xaero.common.graphics.CursorBox;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.category.ui.entry.ConnectionLineType;
import xaero.hud.category.ui.entry.EditorListEnt... | 151c15cf76e86dd23690d3155a5178d6226f9ae3f115222ce53c16cee4ce270e | 2091bdfb558cbe67649ab99cbf9d8adb793bd782d05da024f767b8f64e264c6f | 2091bdfb558cbe67649ab99cbf9d8adb793bd782d05da024f767b8f64e264c6f | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\EditorNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 143 | 0 | 1 | false | |
package xaero.hud.category.ui.node;
import java.util.List;
import java.util.Map;
import javax.annotation.Nonnull;
import net.minecraft.ChatFormatting;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.screens.ConfirmScreen;
import net.minecraft.client.gui.screens.Screen;
import net.minecraft.clien... | dd2bc4d6eb4ba5557ba6d84c71fdf44ed17587ea8369dbd791055d8ccb7c039e | 2d9301b7eb58ccc7fe8dd54e651ea5ac3dc58bfd98a4fab8b6260f42dd60f80f | 2d9301b7eb58ccc7fe8dd54e651ea5ac3dc58bfd98a4fab8b6260f42dd60f80f | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\EditorSettingsNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 307 | 0 | 1 | false | |
package xaero.hud.category.ui.node;
import javax.annotation.Nonnull;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.category.ui.entry.ConnectionLineType;
import xaero.hud.category.ui.entry.EditorListEntryDeletableListElement;
import xaero.hud.category.ui.entry.EditorListRootEntry;
import xaero.hud.ca... | 07f91844a6606ac5ebb1638039c9493ed9ea04e84176a7bb0f7fd868626e90c6 | 229a5febdded0e2e174f69b1e2b952d8f14f15a51041ac584e2e448a35cc38c9 | 229a5febdded0e2e174f69b1e2b952d8f14f15a51041ac584e2e448a35cc38c9 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\EditorSimpleDeletableWrapperNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 83 | 0 | 1 | false | |
package xaero.hud.category.ui.node;
import com.google.common.base.Objects;
import java.util.List;
import javax.annotation.Nonnull;
import xaero.hud.category.ui.entry.EditorListRootEntryFactory;
import xaero.hud.category.ui.node.tooltip.IEditorDataTooltipSupplier;
public class EditorSimpleWrapperNode<S extends Compara... | 767485f05c174d84da0ce6594b4ea34b7f1094d28f654907d84aa9565990f3f9 | 211e892cd05401e1c203f0a802c3ea6b080a54faa1cd7971d3bef9b407d938ec | 211e892cd05401e1c203f0a802c3ea6b080a54faa1cd7971d3bef9b407d938ec | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\EditorSimpleWrapperNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 87 | 0 | 1 | false | |
package xaero.hud.category.ui.setting;
import xaero.common.misc.ListFactory;
import xaero.hud.category.ui.node.options.range.setting.EditorCompactSettingNode;
import xaero.hud.category.ui.node.options.range.setting.EditorExpandingSettingNode;
import xaero.hud.category.ui.node.options.range.setting.IEditorSettingNodeBu... | c6d85cc0f2be11338967c0b6b28398ee36856371fe6062bbd39a5f6d94f0c804 | af76da195e44abfdc2dbe44dfda30dde100fa62a417762a40a4e1825b3c90863 | af76da195e44abfdc2dbe44dfda30dde100fa62a417762a40a4e1825b3c90863 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\setting\EditorSettingType.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 42 | 0 | 1 | false | |
package xaero.hud.category.ui.entry.widget;
import java.util.function.Supplier;
import net.minecraft.client.gui.components.Button;
import net.minecraft.client.gui.components.Button.OnPress;
import net.minecraft.network.chat.Component;
import net.minecraft.network.chat.MutableComponent;
import xaero.common.gui.IXaeroNa... | dbf28eb341be5d5f89ff7e4e2ee4ce6b592830d0b7e85e26e83f251869af7d56 | df33f9223e11c5e90619221be299e04fa4d70ec798c0eea59b4ca11c92564f96 | df33f9223e11c5e90619221be299e04fa4d70ec798c0eea59b4ca11c92564f96 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\widget\EditorButton.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 53 | 0 | 1 | false | |
package xaero.hud.category.ui.entry.widget;
import java.util.function.IntConsumer;
import java.util.function.Supplier;
import net.minecraft.client.gui.screens.Screen;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.category.ui.node.EditorNode;
public class EditorButtonIteration extends EditorButton {... | d5050383167581b60d82b4fadedbcb165d15b6a23527f4a5c5e8fd03a0259ebc | 6514defd8cc83d50daa6b45fec59addca771efd885fabb924adca8e2e4e9ade5 | 6514defd8cc83d50daa6b45fec59addca771efd885fabb924adca8e2e4e9ade5 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\widget\EditorButtonIteration.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 57 | 0 | 1 | false | |
package xaero.hud.category.ui.entry.widget;
import java.util.function.IntConsumer;
import java.util.function.Supplier;
import net.minecraft.client.gui.components.AbstractOptionSliderButton;
import net.minecraft.network.chat.Component;
import net.minecraft.network.chat.MutableComponent;
import net.minecraft.util.Mth;
i... | 59266ef22eaf89b31d12ccd59ea77feb83fb3a4db4f41182539f264499d77ee5 | d7a196c042bbb3b2f6b7b1946c0f097c83705de204569094dbedf33b8d96f043 | d7a196c042bbb3b2f6b7b1946c0f097c83705de204569094dbedf33b8d96f043 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\widget\EditorSlider.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 93 | 0 | 1 | false | |
package xaero.hud.category.ui.entry.widget;
import java.util.function.Predicate;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.Font;
import net.minecraft.client.gui.GuiGraphics;
import net.minecraft.client.gui.components.EditBox;
import net.minecraft.network.chat.Component;
import net.minecraf... | d793618502bf60055f170dfb359ffabadb9822a6ec40545995b187f49accec71 | be075c6b61d7dfbadeccd153d6ffb38bb2afcea1bd0e67802a39b4a6cf5bb33d | be075c6b61d7dfbadeccd153d6ffb38bb2afcea1bd0e67802a39b4a6cf5bb33d | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\entry\widget\EditorTextField.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 83 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options;
import java.util.function.IntFunction;
import net.minecraft.client.resources.language.I18n;
import xaero.hud.category.ui.entry.EditorListRootEntryFactory;
import xaero.hud.category.ui.node.tooltip.IEditorDataTooltipSupplier;
public class EditorCompactBooleanOptionsNode exte... | 5c200d873b7b17dec660581c08810fcd3d8914bdf4069f355270d4b2b45953de | 15b05b0d495bbd6970e92042417788404ffceb1d9f912865d8a6e537c30b9dcc | 15b05b0d495bbd6970e92042417788404ffceb1d9f912865d8a6e537c30b9dcc | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\EditorCompactBooleanOptionsNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 92 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options;
import java.util.List;
import java.util.function.IntConsumer;
import java.util.function.IntFunction;
import net.minecraft.client.gui.components.AbstractWidget;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.category.ui.entry.EditorListEntryWidget;
import xa... | c64b31d8db45470ed8c32439f26e4428f4a2f23e3edc3b67ff4523b8e324970b | 54037201ba7e9d92602757078f0aaf67725fada7d117222bb907ca06cc39a9ab | 54037201ba7e9d92602757078f0aaf67725fada7d117222bb907ca06cc39a9ab | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\EditorCompactOptionsNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 126 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options;
import java.util.List;
import javax.annotation.Nonnull;
import xaero.common.misc.ListFactory;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.category.ui.entry.EditorListEntryExpandingOptions;
import xaero.hud.category.ui.entry.EditorListRootEntry;
import xa... | 6a6df7f208cc4235d4ac2c22e782d7a71e18690e52ebee1358b309ec391526cf | eea53f4e9466a63a8bd4d9eace3d6d3d3bb3915e8e365bd2c7079a243b918325 | eea53f4e9466a63a8bd4d9eace3d6d3d3bb3915e8e365bd2c7079a243b918325 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\EditorExpandingOptionsNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 135 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options;
import java.util.List;
import javax.annotation.Nonnull;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.category.ui.entry.EditorListEntryExpandingOption;
import xaero.hud.category.ui.entry.EditorListRootEntry;
import xaero.hud.category.ui.entry.EditorListRoo... | 66617fa93cab7719c491a504d8f47dfb63d31b00ae1e5066b7ad561ab3817304 | b234bb04d1d9d75fc358e73f6a24cb5d4a4c008b20b7149cce1e0f15f6a189ae | b234bb04d1d9d75fc358e73f6a24cb5d4a4c008b20b7149cce1e0f15f6a189ae | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\EditorOptionNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 88 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options;
import java.util.function.Supplier;
import javax.annotation.Nonnull;
import xaero.hud.category.ui.entry.EditorListRootEntryFactory;
import xaero.hud.category.ui.node.EditorNode;
import xaero.hud.category.ui.node.tooltip.IEditorDataTooltipSupplier;
public abstract class Edit... | 3f4e04f4595c70f5688581483cac8f8f71813eb0ce35190981ceb7241c613a31 | aa1f6ee91d3202b6c9d4cedc2e14985229b84bebc6670c030a8b723a6bc7b286 | aa1f6ee91d3202b6c9d4cedc2e14985229b84bebc6670c030a8b723a6bc7b286 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\EditorOptionsNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 99 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options;
import java.util.List;
import java.util.function.Supplier;
import javax.annotation.Nonnull;
import xaero.hud.category.ui.GuiCategoryEditor;
import xaero.hud.category.ui.entry.EditorListEntryExpandingOptions;
import xaero.hud.category.ui.entry.EditorListRootEntry;
import xaer... | 3697f52072e77a2cb30695f30b295f9318228bb391ba44da70eb92560ec9a3c0 | 099033fe7c398a7fd2bc7694780d1f78caf12d83568097e0c75b4aa919ae16b0 | 099033fe7c398a7fd2bc7694780d1f78caf12d83568097e0c75b4aa919ae16b0 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\EditorSimpleButtonNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 155 | 0 | 1 | false | |
package xaero.hud.category.ui.node.rule;
import java.util.List;
import javax.annotation.Nonnull;
import net.minecraft.client.resources.language.I18n;
import xaero.common.misc.ListFactory;
import xaero.hud.category.rule.ExcludeListMode;
import xaero.hud.category.ui.entry.EditorListRootEntryFactory;
import xaero.hud.cat... | e9f42f9f44f11f2f9ac99ab89177d4f6a7a32017753a54982272ebf52c79980b | ae6de2cd69360aae30783b6804c2c95002c99ad5e6dca387e286ee77e1f53e48 | ae6de2cd69360aae30783b6804c2c95002c99ad5e6dca387e286ee77e1f53e48 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\rule\EditorExcludeListNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 98 | 0 | 1 | false | |
package xaero.hud.category.ui.node.rule;
import java.util.List;
import javax.annotation.Nonnull;
import net.minecraft.client.resources.language.I18n;
import xaero.common.misc.ListFactory;
import xaero.hud.category.ui.entry.EditorListRootEntryFactory;
import xaero.hud.category.ui.node.EditorNode;
import xaero.hud.categ... | 147b4709c1240a90baa069f7c39cc0b95c8f0c8c5df45e1a699f13c6dc7842de | 78d0ad0f064b04be746db3caa58192fc47ca948e83a1c36e41b93a271e87fe3b | 78d0ad0f064b04be746db3caa58192fc47ca948e83a1c36e41b93a271e87fe3b | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\rule\EditorIncludeListNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 89 | 0 | 1 | false | |
package xaero.hud.category.ui.node.rule;
import java.util.Collections;
import java.util.List;
import java.util.function.Consumer;
import java.util.function.Predicate;
import javax.annotation.Nonnull;
import net.minecraft.client.resources.language.I18n;
import xaero.common.misc.ListFactory;
import xaero.hud.category.ru... | f7f180b55f913e627b2b4196b75378a69cb5837d65fcbf22d2395650146f834d | 23f2a7bc60b0cc7acc600c12cdba2162415245dfbed42ba856f45ce650858661 | 23f2a7bc60b0cc7acc600c12cdba2162415245dfbed42ba856f45ce650858661 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\rule\EditorListNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 269 | 0 | 1 | false | |
package xaero.hud.category.ui.node.tooltip;
import java.util.function.BiFunction;
import java.util.function.Supplier;
import xaero.common.graphics.CursorBox;
import xaero.hud.category.ui.node.EditorNode;
public interface IEditorDataTooltipSupplier extends BiFunction<EditorNode, EditorNode, Supplier<CursorBox>> {
} | 2b91c95dee967ccce1ed275cc959a8190fb62e50bba5f095fe7a13afdbd8739d | 6f0df5f58f4ad2891a2e663ee9df42b88655aecc46ffe96ebbf42dc728a470f3 | 6f0df5f58f4ad2891a2e663ee9df42b88655aecc46ffe96ebbf42dc728a470f3 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\tooltip\IEditorDataTooltipSupplier.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 9 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options.list;
import java.util.List;
import java.util.function.IntFunction;
import javax.annotation.Nonnull;
import xaero.common.misc.ListFactory;
import xaero.hud.category.ui.entry.EditorListRootEntryFactory;
import xaero.hud.category.ui.node.options.EditorCompactOptionsNode;
import... | d9351b9061db9206e6c2184f18e08a9fa438ffd38ad8a2be4c80bbf5c6aba012 | b50e8358f05ab3101772daa653d9d4d4966d18eb2f37e983cc73f69ed38483a4 | b50e8358f05ab3101772daa653d9d4d4966d18eb2f37e983cc73f69ed38483a4 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\list\EditorCompactListOptionsNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 94 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options.range;
import java.util.function.Function;
import java.util.function.IntFunction;
import xaero.hud.category.ui.entry.EditorListRootEntryFactory;
import xaero.hud.category.ui.node.options.EditorCompactOptionsNode;
import xaero.hud.category.ui.node.options.EditorOptionNode;
imp... | 25fd087cb70b0e8f789192031bb961614b4a8e575da83ed26bfbacd762ec9ca5 | f0dc3428aee17ad1585648afb2025066f53bb02b64d2955b254e677a68e5f103 | f0dc3428aee17ad1585648afb2025066f53bb02b64d2955b254e677a68e5f103 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\range\EditorCompactRangeNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 180 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options.range;
import com.google.common.base.Objects;
import java.util.List;
import java.util.function.Function;
import java.util.function.IntFunction;
import javax.annotation.Nonnull;
import xaero.common.misc.ListFactory;
import xaero.hud.category.ui.entry.EditorListRootEntryFactory... | 19356bff656e7c325eb5bf21ea4601c914c204cae56e3198c4d5bac7e6996480 | 781adf569933e5f759a2eff697947d32bb9dd76463c6bbfef31bef84b87d5abe | 781adf569933e5f759a2eff697947d32bb9dd76463c6bbfef31bef84b87d5abe | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\range\EditorExpandingRangeNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 162 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options.text;
import java.util.List;
import java.util.function.Predicate;
import javax.annotation.Nonnull;
import net.minecraft.client.Minecraft;
import net.minecraft.client.resources.language.I18n;
import xaero.common.misc.ListFactory;
import xaero.hud.category.ui.GuiCategoryEditor;... | 539fbcc7c1a75cfdd14638bb60dbf8e216c02417b4c3284f6917c60df9193ae4 | 66662140b6887dffdb04d416118998dd945944661e0323f25fc6c44c2a5e1aa4 | 66662140b6887dffdb04d416118998dd945944661e0323f25fc6c44c2a5e1aa4 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\text\EditorTextFieldOptionsNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 275 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options.text;
import java.util.List;
import javax.annotation.Nonnull;
import xaero.common.misc.ListFactory;
import xaero.hud.category.ui.node.options.EditorOptionNode;
public final class TextFieldSuggestionsResolver {
private ListFactory listFactory;
private TextFieldSuggesti... | ac98c3cc146a238b3dd53613908ab1e30b84efe2cdccc60e34a9233f511a1300 | e75734e21053858d8ce9b86492abd0140c995d5ec4a3fed515fd3a5ea5610c5e | e75734e21053858d8ce9b86492abd0140c995d5ec4a3fed515fd3a5ea5610c5e | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\text\TextFieldSuggestionsResolver.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 51 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options.range.setting;
import java.util.function.Function;
import java.util.function.IntFunction;
import net.minecraft.client.resources.language.I18n;
import xaero.hud.category.setting.ObjectCategorySetting;
import xaero.hud.category.ui.entry.EditorListRootEntryFactory;
import xaero.... | 694553adc12464c78a6efb41cb9be97d2b5a9e495b09c29a9777f1e4b1307060 | 9790e4c9c14725b368edcdd796f9f4bf3be3c873320e5c71b3cfc41472e43fe5 | 9790e4c9c14725b368edcdd796f9f4bf3be3c873320e5c71b3cfc41472e43fe5 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\range\setting\EditorCompactSettingNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 156 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options.range.setting;
import java.util.List;
import java.util.function.IntFunction;
import javax.annotation.Nonnull;
import xaero.common.misc.ListFactory;
import xaero.hud.category.setting.ObjectCategorySetting;
import xaero.hud.category.ui.entry.EditorListRootEntryFactory;
import x... | a2aec75a622cbe2cf71b14b6a539b541fe1e0bf7b70a6b10913c34dc2bc53b10 | b2512a5ae2fbdd43b2220c509ae676c66840025260dca6915c8d4e43ddb64e3a | b2512a5ae2fbdd43b2220c509ae676c66840025260dca6915c8d4e43ddb64e3a | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\range\setting\EditorExpandingSettingNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 132 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options.range.setting;
import xaero.hud.category.setting.ObjectCategorySetting;
public interface IEditorSettingNode<V> {
ObjectCategorySetting<V> getSetting();
V getSettingValue();
boolean isRootSettings();
} | 4cd4e2c14fbeb52b274bf4f41f90967e8bb9e8f863ee86ec4027072f74cc5eef | cbb8c1c2847982205a7ffa3f9696dee6f12a87149aa6f75c8e256bbd3aaef756 | cbb8c1c2847982205a7ffa3f9696dee6f12a87149aa6f75c8e256bbd3aaef756 | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\range\setting\IEditorSettingNode.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 11 | 0 | 1 | false | |
package xaero.hud.category.ui.node.options.range.setting;
import xaero.hud.category.setting.ObjectCategorySetting;
import xaero.hud.category.ui.node.options.EditorOptionsNode;
public interface IEditorSettingNodeBuilder<V, SD extends EditorOptionsNode<Integer> & IEditorSettingNode<V>> {
IEditorSettingNodeBuilder<V,... | e193f2f533b31371590326fcc5196dae486024a1883ffe788e85ef94d48cc9ea | b2a16e3011617e304aa7e96e47ef70229312106f17e96d49226ee3cc76294f5a | b2a16e3011617e304aa7e96e47ef70229312106f17e96d49226ee3cc76294f5a | xaeros-minimap | xaeros-minimap | xaero\hud\category\ui\node\options\range\setting\IEditorSettingNodeBuilder.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 14 | 0 | 1 | false | |
package xaero.hud.compat.mods;
import net.minecraft.client.gui.GuiGraphics;
import xaero.hud.render.util.ImmediateRenderUtil;
public class ImmediatelyFastHelper {
public static void triggerBatchingBuffersFlush(GuiGraphics guiGraphics) {
ImmediateRenderUtil.coloredRectangle(guiGraphics.m_280168_().m_85850_().... | f19cee48159391a4d861b4620c5883a9d572721f34d2d0697250d66bfcc3c544 | 9c1c19c251ec2262cd777cf77ae8bcfb93f0801c52f0b6fd94f4dc8d8e826f55 | 9c1c19c251ec2262cd777cf77ae8bcfb93f0801c52f0b6fd94f4dc8d8e826f55 | xaeros-minimap | xaeros-minimap | xaero\hud\compat\mods\ImmediatelyFastHelper.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 10 | 0 | 1 | false | |
package xaero.hud.controls.key;
import com.mojang.blaze3d.platform.InputConstants.Key;
import net.minecraft.client.KeyMapping;
public interface IKeyBindingHelper {
Key getBoundKeyOf(KeyMapping var1);
boolean modifiersAreActive(KeyMapping var1, int var2);
} | 50a4935898237aa463dcfd40474e96fd2ad21a538d7df19e73adc2f1f54788f8 | 7843ee2a8760d1a36725dd676b61ecebe804c5e2702714b92d0ee14e4517ff52 | 7843ee2a8760d1a36725dd676b61ecebe804c5e2702714b92d0ee14e4517ff52 | xaeros-minimap | xaeros-minimap | xaero\hud\controls\key\IKeyBindingHelper.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 10 | 0 | 1 | false | |
package xaero.hud.controls.key;
import com.mojang.blaze3d.platform.InputConstants.Key;
import net.minecraft.client.KeyMapping;
public class KeyBindingHelperForge implements IKeyBindingHelper {
@Override
public Key getBoundKeyOf(KeyMapping kb) {
return kb.getKey();
}
@Override
public boolean modi... | 2a6280aeedc56daf38a3234e85a79300cd133e0c25ff051f121efac2ee88dfbc | 93b867c530bfb6d6e3c51691ee81d2501cab6fbd0c06622abf6da86e3260acf4 | 93b867c530bfb6d6e3c51691ee81d2501cab6fbd0c06622abf6da86e3260acf4 | xaeros-minimap | xaeros-minimap | xaero\hud\controls\key\KeyBindingHelperForge.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 25 | 0 | 1 | false | |
package xaero.hud.controls.key;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import net.minecraft.client.KeyMapping;
import xaero.hud.controls.key.function.KeyMappingFunction;
public class KeyMappingController implements Iterable<KeyMappingFunction> {
private final KeyMapping keyMappi... | 5dac4c8faea01713532cfddd104f2a1d6db1210b1bbeecc642ce3eb12897ee5e | a5dd4127b619e0dc31a939439f57fe83e323d368740e0d6393dbd51e4d5b76a7 | a5dd4127b619e0dc31a939439f57fe83e323d368740e0d6393dbd51e4d5b76a7 | xaeros-minimap | xaeros-minimap | xaero\hud\controls\key\KeyMappingController.java | LicenseRef-All-Rights-Reserved | null | java | train | forge-cpt-v1 | 49 | 0 | 1 | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.