content stringlengths 263 5.24M | pred_label stringclasses 1
value | pred_score_pos float64 0.6 1 |
|---|---|---|
package appeng.items.tools.fluix;
import java.util.List;
import net.minecraft.core.Holder;
import net.minecraft.network.chat.Component;
import net.minecraft.world.item.HoeItem;
import net.minecraft.world.item.Item.Properties;
import net.minecraft.world.item.ItemStack;
import net.minecraft.world.item.TooltipFlag;
impo... | __label__POS | 0.906718 |
package appeng.items.tools.fluix;
import java.util.List;
import net.minecraft.ChatFormatting;
import net.minecraft.Util;
import net.minecraft.network.chat.Component;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.item.SmithingTemplateItem;
import appeng.api.ids.AEItemIds;
import appeng.c... | __label__POS | 0.61144 |
package appeng.items.tools.fluix;
import java.util.List;
import net.minecraft.core.Holder;
import net.minecraft.network.chat.Component;
import net.minecraft.world.item.ItemStack;
import net.minecraft.world.item.SwordItem;
import net.minecraft.world.item.TooltipFlag;
import net.minecraft.world.item.enchantment.Enchant... | __label__POS | 0.942507 |
package appeng.items.tools.powered;
import java.util.function.DoubleSupplier;
import org.jetbrains.annotations.Nullable;
import net.minecraft.world.entity.SlotAccess;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.inventory.ClickAction;
import net.minecraft.world.inventory.Slot;
import n... | __label__POS | 0.733643 |
'use strict';
var React = require('react');
var Fork = require('react-ghfork');
var Demo = require('./demo.jsx');
var readme = require('../README.md');
module.exports = React.createClass({
render() {
return <div className='pure-g'>
<Fork className='right' project='AppliedMathematicsANU/plex... | __label__POS | 0.754102 |
package appeng.items.tools.powered;
import java.util.function.DoubleSupplier;
import org.jetbrains.annotations.Nullable;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.inventory.MenuType;
import net.minecraft.world.phys.BlockHitResult;
import appeng.helpers.WirelessCraftingTerminalMenuH... | __label__POS | 0.876508 |
" Vim syntax file
" Language: Scheme (R7RS)
" Last Change: 2018-01-06
" Author: Evan Hanson <evhan@foldling.org>
" Maintainer: Evan Hanson <evhan@foldling.org>
" Previous Author: Dirk van Deun <dirk@igwe.vub.ac.be>
" Previous Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
" URL: https://foldling.org/vim/syntax/sch... | __label__POS | 0.990592 |
'use strict';
var ou = require('plexus-objective');
var alternative = require('./alternative');
var types = {
alternative: function(fields, props) {
var s = alternative.schema(props.getValue(props.path), props.schema, props.context);
return types.object(fields, ou.merge(props, { schema: s }));
},
arr... | __label__POS | 0.942422 |
" Vim syntax file
" Language: InstallShield Script
" Maintainer: Robert M. Cortopassi <cortopar@mindspring.com>
" Last Change: 2001 May 09
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
syn keyword ishdStatement abort begin case default downto else end
syn keyword ishdStatem... | __label__POS | 0.992303 |
/*
* This file is part of Applied Energistics 2.
* Copyright (c) 2013 - 2017, AlgorithmX2, All rights reserved.
*
* Applied Energistics 2 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 Software Foundation, either ver... | __label__POS | 0.874967 |
" Vim syntax file
" Language: XS (Perl extension interface language)
" Author: Autogenerated from perl headers, on an original basis of Michael W. Dodge <sarge@pobox.com>
" Maintainer: vim-perl <vim-perl@googlegroups.com>
" Previous: Vincent Pit <perl@profvince.com>
" Last Change: 2017-09-12
if exists("b:c... | __label__POS | 0.999118 |
package appeng.client.guidebook;
import guideme.document.LytRect;
import guideme.document.block.LytBox;
import guideme.document.block.LytSlot;
import guideme.layout.LayoutContext;
import guideme.render.RenderContext;
import appeng.recipes.handlers.InscriberRecipe;
public class LytInscriberRecipe extends LytBox {
... | __label__POS | 0.988261 |
package appeng.client.guidebook;
import java.util.Map;
import java.util.Set;
import java.util.function.Supplier;
import guideme.compiler.PageCompiler;
import guideme.compiler.tags.FlowTagCompiler;
import guideme.document.flow.LytFlowParent;
import guideme.libs.mdast.mdx.model.MdxJsxElementFields;
import appeng.core.... | __label__POS | 0.851338 |
package appeng.client.commands;
import java.util.List;
import com.mojang.brigadier.builder.LiteralArgumentBuilder;
import net.minecraft.commands.CommandSourceStack;
import net.minecraft.commands.Commands;
import net.minecraft.network.chat.Component;
import appeng.core.AEConfig;
public final class ClientCommands {
... | __label__POS | 0.925406 |
" Vim syntax file
" Language: MuPAD source
" Maintainer: Dave Silvia <dsilvia@mchsi.com>
" Filenames: *.mu
" Date: 6/30/2004
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
" Set default highlighting to Win2k
if !exists("mupad_cmdextversion")
let mupad_cmdextv... | __label__POS | 0.911834 |
" Interactive Data Language syntax file (IDL, too [:-)]
" Maintainer: Aleksandar Jelenak <ajelenak AT yahoo.com>
" Last change: 2011 Apr 11
" Created by: Hermann Rochholz <Hermann.Rochholz AT gmx.de>
" Remove any old syntax stuff hanging around
" quit when a syntax file was already loaded
if exists("b:current_syntax"... | __label__POS | 0.811175 |
package appeng.client.gui.style;
import net.minecraft.client.gui.GuiGraphics;
/**
* Generates a background of arbitrary size by tiling a pre-defined background.
*/
public final class BackgroundGenerator {
private static final int BORDER = 4;
private static final int SIZE = 256;
private static final in... | __label__POS | 0.780049 |
" Vim syntax file
" Language: Oracle config files (.ora) (Oracle 8i, ver. 8.1.5)
" Maintainer: Sandor Kopanyi <sandor.kopanyi@mailbox.hu>
" Url: <->
" Last Change: 2003 May 11
" * the keywords are listed by file (sqlnet.ora, listener.ora, etc.)
" * the parathesis-checking is made at the beginning for all keywords
" *... | __label__POS | 0.954153 |
" Vim syntax file
" Language: Cmod
" Current Maintainer: Stephen R. van den Berg <srb@cuci.nl>
" Last Change: 2018 Jan 23
" Version: 2.9
" Remark: Is used to edit Cmod files for Pike development.
" Remark: Includes a highlighter for any embedded Autodoc format.
" quit when a syntax file was already loaded
if e... | __label__POS | 0.70475 |
package appeng.client.gui.widgets;
import net.minecraft.client.gui.GuiGraphics;
import net.minecraft.client.renderer.Rect2i;
import appeng.client.Point;
import appeng.client.gui.ICompositeWidget;
import appeng.client.gui.style.Blitter;
/**
* Renders a simple panel with a background an no interactivity.
*/
public c... | __label__POS | 0.895787 |
package appeng.client.gui.widgets;
import com.mojang.blaze3d.systems.RenderSystem;
import net.minecraft.Util;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.Font;
import net.minecraft.client.gui.GuiGraphics;
import net.minecraft.client.gui.components.Button;
import net.minecraft.client.gui.com... | __label__POS | 0.693859 |
package appeng.client.gui.me.search;
import java.util.Locale;
import java.util.Objects;
import java.util.function.Predicate;
import appeng.api.stacks.AEKey;
import appeng.menu.me.common.GridInventoryEntry;
import appeng.util.Platform;
final class ModSearchPredicate implements Predicate<GridInventoryEntry> {
priv... | __label__POS | 0.996081 |
" Vim syntax file
" Language: Pine (email program) run commands
" Maintainer: David Pascoe <pascoedj@spamcop.net>
" Last Change: Thu Feb 27 10:18:48 WST 2003, update for pine 4.53
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
setlocal iskeyword=@,48-57,_,128-167,224-235,-
... | __label__POS | 0.999718 |
package appeng.client.gui.me.search;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.WeakHashMap;
import java.util.function.Predicate;
import it.unimi.dsi.fastutil.longs.Long2BooleanMap;
import it.unimi.dsi.fastutil.longs.Long2BooleanOpenHashMap;
import appeng.api.stacks.AEK... | __label__POS | 0.674504 |
package appeng.client.gui.me.items;
import net.minecraft.client.renderer.Rect2i;
import net.minecraft.network.chat.Component;
import appeng.client.Point;
import appeng.client.gui.ICompositeWidget;
import appeng.client.gui.Icon;
import appeng.client.gui.WidgetContainer;
import appeng.menu.me.items.PatternEncodingTermM... | __label__POS | 0.797064 |
" Vim syntax file
" Language: Conary Recipe
" Maintainer: rPath Inc <http://www.rpath.com>
" Updated: 2007-12-08
if exists("b:current_syntax")
finish
endif
runtime! syntax/python.vim
syn keyword conarySFunction mainDir addAction addSource addArchive addPatch
syn keyword conarySFunction addRedirect addSvnSnapshot a... | __label__POS | 0.881818 |
package appeng.client.gui.me.common;
import java.time.Instant;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import com.google.common.collect.ImmutableSet;
import org.jetbrains.annotations.Nullable;
import net.neoforged.api.distmarker.... | __label__POS | 0.812224 |
" Vim syntax file
" Language: Innovation Data Processing upstream.rpt file
" Maintainer: Rob Owens <rowens@fdrinnovation.com>
" Latest Revision: 2014-03-13
" Quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
setlocal foldmethod=syntax
" Parameters:
syn keyword upstreamdat_Para... | __label__POS | 0.99973 |
" Vim syntax file
" Language: CUDA (NVIDIA Compute Unified Device Architecture)
" Maintainer: Timothy B. Terriberry <tterribe@users.sourceforge.net>
" Last Change: 2018 Feb 06
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
" Read the C++ syntax to start with
runtime! syntax/... | __label__POS | 0.714178 |
" Vim syntax file
" Language: OpenSSH client configuration file (ssh_config)
" Author: David Necas (Yeti)
" Maintainer: Dominik Fischer <d dot f dot fischer at web dot de>
" Contributor: Leonard Ehrenfried <leonard.ehrenfried@web.de>
" Contributor: Karsten Hopp <karsten@redhat.com>
" Contributor: Dean, Adam Kenneth ... | __label__POS | 0.740025 |
" Vim syntax file
" Language: Hamster Scripting Language
" Maintainer: David Fishburn <fishburn@ianywhere.com>
" Last Change: Sun Oct 24 2004 7:11:50 PM
" Version: 2.0.6.0
" Description: Hamster Classic
" Hamster is a local server for news and mail. It's a windows-32-bit-program.
" It allows the use of multipl... | __label__POS | 0.998313 |
package appeng.recipes.handlers;
import com.mojang.serialization.MapCodec;
import com.mojang.serialization.codecs.RecordCodecBuilder;
import net.minecraft.core.HolderLookup;
import net.minecraft.core.NonNullList;
import net.minecraft.network.RegistryFriendlyByteBuf;
import net.minecraft.network.codec.StreamCodec;
imp... | __label__POS | 0.93329 |
package appeng.recipes.handlers;
import net.minecraft.data.recipes.RecipeOutput;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.tags.TagKey;
import net.minecraft.world.item.Item;
import net.minecraft.world.item.crafting.Ingredient;
import net.minecraft.world.level.ItemLike;
public class Inscrib... | __label__POS | 0.683688 |
package appeng.recipes.handlers;
import net.minecraft.data.recipes.RecipeOutput;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.tags.TagKey;
import net.minecraft.world.item.Item;
import net.minecraft.world.item.crafting.Ingredient;
import net.minecraft.world.level.ItemLike;
public class Charger... | __label__POS | 0.957855 |
package appeng.recipes.game;
import java.util.List;
import com.mojang.serialization.MapCodec;
import com.mojang.serialization.codecs.RecordCodecBuilder;
import net.minecraft.core.HolderLookup;
import net.minecraft.core.registries.BuiltInRegistries;
import net.minecraft.network.RegistryFriendlyByteBuf;
import net.min... | __label__POS | 0.875476 |
package appeng.recipes.game;
import com.mojang.serialization.MapCodec;
import org.jetbrains.annotations.Nullable;
import net.minecraft.core.HolderLookup;
import net.minecraft.core.NonNullList;
import net.minecraft.network.RegistryFriendlyByteBuf;
import net.minecraft.network.codec.StreamCodec;
import net.minecraft.r... | __label__POS | 0.898121 |
package appeng.recipes.game;
import com.mojang.serialization.MapCodec;
import com.mojang.serialization.codecs.RecordCodecBuilder;
import net.minecraft.core.HolderLookup;
import net.minecraft.core.NonNullList;
import net.minecraft.core.registries.BuiltInRegistries;
import net.minecraft.core.registries.Registries;
impo... | __label__POS | 0.885699 |
package appeng.recipes.game;
import com.mojang.serialization.MapCodec;
import net.minecraft.core.HolderLookup;
import net.minecraft.core.NonNullList;
import net.minecraft.network.RegistryFriendlyByteBuf;
import net.minecraft.network.codec.StreamCodec;
import net.minecraft.resources.ResourceLocation;
import net.minecr... | __label__POS | 0.944745 |
package appeng.recipes.game;
import com.mojang.serialization.MapCodec;
import com.mojang.serialization.codecs.RecordCodecBuilder;
import net.minecraft.core.HolderLookup;
import net.minecraft.core.registries.BuiltInRegistries;
import net.minecraft.network.RegistryFriendlyByteBuf;
import net.minecraft.network.codec.Byt... | __label__POS | 0.871166 |
package appeng.recipes.transform;
import com.mojang.serialization.DataResult;
import com.mojang.serialization.MapCodec;
import com.mojang.serialization.codecs.RecordCodecBuilder;
import net.minecraft.core.HolderLookup;
import net.minecraft.core.NonNullList;
import net.minecraft.network.RegistryFriendlyByteBuf;
import... | __label__POS | 0.795908 |
package appeng.recipes.transform;
import java.util.Collections;
import net.minecraft.core.NonNullList;
import net.minecraft.data.recipes.RecipeOutput;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.item.ItemStack;
import net.minecraft.world.item.crafting.Ingredient;
import net.minecraft.w... | __label__POS | 0.982686 |
" Vim syntax file
" Language: OpenSSH server configuration file (sshd_config)
" Author: David Necas (Yeti)
" Maintainer: Dominik Fischer <d dot f dot fischer at web dot de>
" Contributor: Thilo Six
" Contributor: Leonard Ehrenfried <leonard.ehrenfried@web.de>
" Contributor: Karsten Hopp <karsten@redhat.com>
" Origin... | __label__POS | 0.711025 |
//===-- lldb-forward.h ------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | __label__POS | 0.830493 |
" Vim syntax file
" Language: LotusScript
" Maintainer: Taryn East (taryneast@hotmail.com)
" Last Change: 2003 May 11
" This is a rough amalgamation of the visual basic syntax file, and the UltraEdit
" and Textpad syntax highlighters.
" It's not too brilliant given that a) I've never written a syntax.vim file before
... | __label__POS | 0.877969 |
package appeng.block.crafting;
import com.mojang.serialization.Codec;
import org.jetbrains.annotations.Nullable;
import net.minecraft.core.Direction;
import net.minecraft.network.FriendlyByteBuf;
import net.minecraft.network.codec.StreamCodec;
import net.minecraft.util.StringRepresentable;
import net.neoforged.neofo... | __label__POS | 0.749359 |
package appeng.block.orientation;
import net.minecraft.core.Direction;
/**
* Defines the final rotation around the axis the block is facing. (a.k.a. spin).
*/
public final class SpinMapping {
private SpinMapping() {
}
// When looking at the block from the given direction
// the list contains the ro... | __label__POS | 0.921948 |
" Vim syntax file
" Language: METAFONT
" Maintainer: Nicola Vitacolonna <nvitacolonna@gmail.com>
" Former Maintainers: Andreas Scherer <andreas.scherer@pobox.com>
" Last Change: 2016 Oct 1
if exists("b:current_syntax")
finish
endif
syn iskeyword @,_
" METAFONT 'primitives' as defined in ch... | __label__POS | 0.758193 |
" Vim syntax file
" Language: Euphoria 4.0.5 (http://www.openeuphoria.org/)
" Maintainer: Shian Lee
" Last Change: 2014 Feb 26 (for Vim 7.4)
" Remark: Euphoria has two syntax files, euphoria3.vim and euphoria4.vim;
" For details see :help ft-euphoria-syntax
" quit when a syntax file was already ... | __label__POS | 0.6218 |
" Vim syntax file
" Language: Innovation Data Processing upstream.dat file
" Maintainer: Rob Owens <rowens@fdrinnovation.com>
" Latest Revision: 2013-11-27
" Quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
" Parameters:
syn keyword upstreamdat_Parameter ACCEPTPCREMOTE
syn ke... | __label__POS | 0.99976 |
package appeng.me.energy;
import appeng.api.config.AccessRestriction;
import appeng.api.config.Actionable;
import appeng.api.config.PowerMultiplier;
import appeng.api.networking.IGrid;
import appeng.api.networking.energy.IAEPowerStorage;
import appeng.api.networking.events.GridPowerStorageStateChanged;
import appeng.c... | __label__POS | 0.762476 |
package appeng.me.storage;
import java.util.Set;
import javax.annotation.Nullable;
import com.google.common.primitives.Ints;
import net.minecraft.network.chat.Component;
import net.minecraft.world.item.ItemStack;
import net.neoforged.neoforge.fluids.FluidStack;
import net.neoforged.neoforge.fluids.capability.IFluid... | __label__POS | 0.715217 |
package appeng.me.storage;
import java.util.Objects;
import net.minecraft.network.chat.Component;
import appeng.api.config.Actionable;
import appeng.api.networking.security.IActionSource;
import appeng.api.stacks.AEKey;
import appeng.api.stacks.KeyCounter;
import appeng.api.storage.MEStorage;
/**
* Convenient base... | __label__POS | 0.742344 |
" Vim syntax file
" Language: Lisp
" Maintainer: Charles E. Campbell <NdrOchipS@PcampbellAfamily.Mbiz>
" Last Change: Feb 15, 2018
" Version: 27
" URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_LISP
"
" Thanks to F Xavier Noria for a list of 978 Common Lisp symbols taken from HyperSpec
" Clisp add... | __label__POS | 0.930414 |
" Vim syntax file
" Language: Informix 4GL
" Maintainer: Rafal M. Sulejman <rms@poczta.onet.pl>
" Update: 26 Sep 2002
" Changes:
" - Dynamic 4GL/FourJs/4GL 7.30 pseudo comment directives (Julian Bridle)
" - Conditionally allow case insensitive keywords (Julian Bridle)
"
" quit when a syntax file was already loaded
if ... | __label__POS | 0.666827 |
package appeng.integration.abstraction;
import com.google.common.base.Strings;
/**
* Abstraction for accessing functionality of mods like JEI/REI/EMI.
*/
public class ItemListMod {
private static ItemListModAdapter adapter = ItemListModAdapter.none();
private ItemListMod() {
}
/**
* @return ... | __label__POS | 0.998759 |
" Vim syntax file"
" Language: Baan
" Maintainer: Erik Remmelzwaal (erik.remmelzwaal 0x40 ssaglobal.com)
" Originally owned by: Erwin Smit / Her van de Vliert
" Last change: v1.17 2006/04/26 10:40:18
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
"**************************... | __label__POS | 0.996083 |
package appeng.integration.modules.emi;
import java.util.List;
import java.util.Optional;
import net.minecraft.world.item.ItemStack;
import dev.emi.emi.api.recipe.EmiCraftingRecipe;
import dev.emi.emi.api.recipe.EmiRecipe;
import dev.emi.emi.api.stack.EmiIngredient;
import dev.emi.emi.api.stack.EmiStack;
import app... | __label__POS | 0.623546 |
package appeng.integration.modules.emi;
import java.util.List;
import net.minecraft.client.gui.GuiGraphics;
import net.minecraft.world.level.material.Fluid;
import net.minecraft.world.level.material.Fluids;
import dev.emi.emi.api.stack.EmiIngredient;
import dev.emi.emi.api.widget.Bounds;
import dev.emi.emi.api.widge... | __label__POS | 0.832467 |
package appeng.integration.modules.emi;
import java.util.List;
import net.minecraft.core.registries.BuiltInRegistries;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.item.Item;
import net.minecraft.world.item.ItemStack;
import dev.emi.emi.api.recipe.EmiCraftingRecipe;
import dev.emi.emi.... | __label__POS | 0.974038 |
package appeng.integration.modules.emi;
import net.minecraft.network.chat.Component;
import dev.emi.emi.api.recipe.BasicEmiRecipe;
import dev.emi.emi.api.recipe.EmiRecipeCategory;
import dev.emi.emi.api.render.EmiTexture;
import dev.emi.emi.api.stack.EmiIngredient;
import dev.emi.emi.api.stack.EmiStack;
import dev.em... | __label__POS | 0.776607 |
package appeng.integration.modules.emi;
import org.jetbrains.annotations.Nullable;
import net.minecraft.world.item.Item;
import net.minecraft.world.item.Items;
import dev.emi.emi.api.stack.EmiStack;
import appeng.api.integrations.emi.EmiStackConverter;
import appeng.api.stacks.AEItemKey;
import appeng.api.stacks.Ge... | __label__POS | 0.88855 |
package appeng.integration.modules.emi;
import java.util.Collections;
import java.util.List;
import java.util.Objects;
import org.jetbrains.annotations.Nullable;
import dev.emi.emi.api.recipe.EmiRecipe;
import dev.emi.emi.api.stack.EmiIngredient;
import dev.emi.emi.api.stack.EmiStack;
import appeng.api.integrations... | __label__POS | 0.962065 |
package appeng.integration.modules.emi;
import org.jetbrains.annotations.Nullable;
import net.minecraft.world.level.material.Fluid;
import net.minecraft.world.level.material.Fluids;
import net.neoforged.neoforge.fluids.FluidStack;
import dev.emi.emi.api.neoforge.NeoForgeEmiStack;
import dev.emi.emi.api.stack.EmiStac... | __label__POS | 0.784014 |
package appeng.integration.modules.igtooltip;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import net.minecraft.world.level.block.Block;
import net.minecraft.world.level.block.entity.BlockEntity;
import ap... | __label__POS | 0.773289 |
package appeng.integration.modules.igtooltip;
import org.jetbrains.annotations.Nullable;
import net.minecraft.network.chat.MutableComponent;
import appeng.api.networking.IGridNode;
import appeng.core.localization.InGameTooltip;
public enum GridNodeState {
OFFLINE(InGameTooltip.DeviceOffline),
NETWORK_BOOTIN... | __label__POS | 0.864183 |
package appeng.integration.modules.igtooltip;
import net.minecraft.resources.ResourceLocation;
import appeng.core.AppEng;
public final class TooltipIds {
private TooltipIds() {
}
public static final ResourceLocation DEBUG = AppEng.makeId("debug");
public static final ResourceLocation GRID_NODE_STATE... | __label__POS | 1.000005 |
package appeng.integration.modules.rei;
import java.util.Collections;
import java.util.List;
import java.util.Objects;
import org.jetbrains.annotations.Nullable;
import me.shedaniel.rei.api.common.display.Display;
import me.shedaniel.rei.api.common.entry.EntryIngredient;
import me.shedaniel.rei.api.common.entry.Entr... | __label__POS | 0.978946 |
package appeng.integration.modules.rei;
import java.util.List;
import java.util.Optional;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.item.crafting.RecipeHolder;
import me.shedaniel.rei.api.common.category.CategoryIdentifier;
import me.shedaniel.rei.api.common.display.Display;
import ... | __label__POS | 0.712169 |
package appeng.integration.modules.rei;
import java.util.List;
import java.util.Optional;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.item.crafting.RecipeHolder;
import me.shedaniel.rei.api.common.category.CategoryIdentifier;
import me.shedaniel.rei.api.common.display.Display;
import ... | __label__POS | 0.791727 |
package appeng.integration.modules.rei;
import org.jetbrains.annotations.Nullable;
import dev.architectury.fluid.FluidStack;
import dev.architectury.hooks.fluid.forge.FluidStackHooksForge;
import me.shedaniel.rei.api.common.entry.EntryStack;
import me.shedaniel.rei.api.common.entry.type.EntryType;
import me.shedaniel... | __label__POS | 0.836578 |
package appeng.integration.modules.rei;
import java.util.Objects;
import com.google.common.base.Strings;
import me.shedaniel.rei.api.client.REIRuntime;
import appeng.integration.abstraction.ItemListModAdapter;
class ReiItemListModAdapter implements ItemListModAdapter {
private final REIRuntime runtime;
R... | __label__POS | 0.92621 |
package appeng.integration.modules.rei;
import com.google.common.primitives.Ints;
import org.jetbrains.annotations.Nullable;
import net.minecraft.world.item.ItemStack;
import me.shedaniel.rei.api.common.entry.EntryStack;
import me.shedaniel.rei.api.common.entry.type.EntryType;
import me.shedaniel.rei.api.common.ent... | __label__POS | 0.759713 |
//===-- SBDefines.h ---------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | __label__POS | 0.98707 |
package appeng.integration.modules.itemlists;
import java.util.ArrayList;
import java.util.List;
import com.google.common.primitives.Ints;
import net.minecraft.client.renderer.Rect2i;
import net.minecraft.world.item.ItemStack;
import appeng.api.stacks.AEItemKey;
import appeng.api.stacks.GenericStack;
import appeng.... | __label__POS | 0.921593 |
package appeng.integration.modules.itemlists;
import java.util.ArrayList;
import java.util.List;
import net.minecraft.ChatFormatting;
import net.minecraft.network.chat.Component;
import appeng.core.localization.ItemModText;
import appeng.menu.me.items.CraftingTermMenu;
public class TransferHelper {
// Colors fo... | __label__POS | 0.998233 |
package appeng.integration.modules.itemlists;
import net.minecraft.world.item.ItemStack;
import appeng.api.ids.AEComponents;
import appeng.api.util.AEColor;
import appeng.core.AEConfig;
import appeng.core.definitions.AEBlocks;
import appeng.core.definitions.AEItems;
import appeng.core.definitions.AEParts;
import appe... | __label__POS | 0.601133 |
package appeng.integration.modules.igtooltip.parts;
import net.minecraft.ChatFormatting;
import net.minecraft.nbt.CompoundTag;
import net.minecraft.nbt.Tag;
import net.minecraft.world.entity.player.Player;
import appeng.api.integrations.igtooltip.TooltipBuilder;
import appeng.api.integrations.igtooltip.TooltipContext... | __label__POS | 0.759145 |
package appeng.integration.modules.igtooltip.parts;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.IdentityHashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.locks.ReentrantReadWriteLock;
import appeng.api.integrations.igtooltip.providers.BodyProvider;
import ... | __label__POS | 0.657118 |
package appeng.crafting.execution;
import org.jetbrains.annotations.Nullable;
import appeng.api.networking.crafting.CraftingSubmitErrorCode;
import appeng.api.networking.crafting.ICraftingLink;
import appeng.api.networking.crafting.ICraftingSubmitResult;
import appeng.api.networking.crafting.UnsuitableCpus;
import ap... | __label__POS | 0.996976 |
package appeng.crafting.pattern;
import java.util.Collections;
import java.util.List;
import java.util.stream.Stream;
import com.mojang.serialization.Codec;
import com.mojang.serialization.codecs.RecordCodecBuilder;
import net.minecraft.network.RegistryFriendlyByteBuf;
import net.minecraft.network.codec.ByteBufCodec... | __label__POS | 0.957261 |
package appeng.crafting.pattern;
import com.mojang.serialization.Codec;
import com.mojang.serialization.codecs.RecordCodecBuilder;
import net.minecraft.network.RegistryFriendlyByteBuf;
import net.minecraft.network.codec.ByteBufCodecs;
import net.minecraft.network.codec.StreamCodec;
import net.minecraft.resources.Reso... | __label__POS | 0.970822 |
package appeng.crafting.pattern;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import appeng.api.stacks.AEKey;
import appeng.api.stacks.GenericStack;
/**
* Helpers that apply to both processing and crafting patterns.
*/
final class AEPatternHelper {
private AEPatternHelper(... | __label__POS | 0.993932 |
package appeng.crafting.pattern;
import java.util.List;
import com.mojang.serialization.Codec;
import com.mojang.serialization.codecs.RecordCodecBuilder;
import net.minecraft.network.RegistryFriendlyByteBuf;
import net.minecraft.network.codec.ByteBufCodecs;
import net.minecraft.network.codec.StreamCodec;
import net.... | __label__POS | 0.825199 |
package appeng.crafting.pattern;
import com.mojang.serialization.Codec;
import com.mojang.serialization.codecs.RecordCodecBuilder;
import net.minecraft.network.RegistryFriendlyByteBuf;
import net.minecraft.network.codec.ByteBufCodecs;
import net.minecraft.network.codec.StreamCodec;
import net.minecraft.resources.Reso... | __label__POS | 0.890616 |
===============================================================================
= w \ Ū m V I M { n ww 1.5 =
===============================================================================
vim O@Ө㦳ܦhRO\D`jjs边C_gTAbе{
NԲӤФFCе{]pؼЬOz@ǥnROAӴxno
ǩROAzNܮeNvim@@ӳqΪUs边ӨϥΤFC
... | __label__POS | 0.691843 |
===============================================================================
= 欢 迎 阅 读 《 V I M 教 程 》 —— 版本 1.7 =
===============================================================================
Vim 是一个具有很多命令的功能非常强大的编辑器。限于篇幅,在本教程当中
就不详细介绍了。本教程的设计目标是讲述一些必要的基本命令,而掌握好这
些命... | __label__POS | 0.869456 |
package appeng.api.components;
import java.util.List;
import com.mojang.serialization.Codec;
import net.minecraft.network.RegistryFriendlyByteBuf;
import net.minecraft.network.codec.StreamCodec;
import net.minecraft.world.item.ItemStack;
public record ExportedUpgrades(List<ItemStack> upgrades) {
// Defined usin... | __label__POS | 0.957759 |
package appeng.api.upgrades;
import net.minecraft.world.item.ItemStack;
import net.minecraft.world.level.ItemLike;
/**
* Utilities for creating {@link IUpgradeInventory upgrade inventories}.
*/
public final class UpgradeInventories {
private UpgradeInventories() {
}
/**
* Returns an empty, read-on... | __label__POS | 0.979673 |
===============================================================================
= ӭ V I M 汾 1.7 =
===============================================================================
Vim һкܶĹܷdzǿı༭ƪڱ̵̳
Ͳϸˡ̵̳ĿǽһЩҪĻպ
Щܹؽ Vim һͨñ༭ʹˡ
ɱ̵̳ݴԼҪ25-30ӣȡѵʱ䡣
ע⣺
... | __label__POS | 0.772578 |
package appeng.api.behaviors;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import com.google.common.base.Function;
import com.google.common.base.Preconditions;
import org.jetbrains.annotations.Nullable;
import net.minecraft.world.entity.player.Player;
import net... | __label__POS | 0.646752 |
package appeng.api.behaviors;
import com.google.common.primitives.Ints;
import org.jetbrains.annotations.Nullable;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.inventory.AbstractContainerMenu;
import net.minecraft.world.item.ItemStack;
import net.neoforged.neoforge.capabilities.Capabil... | __label__POS | 0.885587 |
===============================================================================
= VIM -- 1.7 =
===============================================================================
Vim -- , ,
, , .
,
Vim
.
25-30
... | __label__POS | 0.925049 |
===============================================================================
= 歡 迎 閱 讀 《 V I M 教 程 》 ── 版本 1.5 =
===============================================================================
vim 是一個具有很多命令的功能非常強大的編輯器。限于篇幅,在本教程當中
不就詳細介紹了。本教程的設計目標是講述一些必要的基本命令,而掌握好這
些命令,您... | __label__POS | 0.776614 |
===============================================================================
= V I M (塼ȥꥢ) - Version 1.7 =
===============================================================================
Vim ϡΥ塼ȥꥢˤ¿Υޥɤ
˶ϤʥǥǤΥ塼ȥꥢϡʤ Vim ǽǥ
ȤƻȤʤ褦ˤʤΤ˽ʬʥޥɤˤĤ褦
ˤʤäƤޤ
塼ȥꥢλΤɬפʻ֤ϡФޥɤΤˤɤ
... | __label__POS | 0.88571 |
package appeng.api.behaviors;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.Nullable;
import appeng.api.config.Actionable;
import appeng.api.stacks.AEKey;
import appeng.api.stacks.AEKeyType;
import appeng.api.stacks.GenericStack;
/**
* Abstraction layer over the "generic" (meaning tha... | __label__POS | 0.827141 |
===============================================================================
= V I M T u t o r - 롛 1.5 =
===============================================================================
Vim 夘 ⤘ 婮 ᡫ ⮜ , ᨘ
㩦 㚞 . 㚞
ᩫ ᯜ
ᤦ 嫜 硦 Vim ⤘ 㩞 ᡫ.
... | __label__POS | 0.663518 |
/*
* The MIT License (MIT)
*
* Copyright (c) 2013 AlgorithmX2
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including without limitation the rights to
* use, ... | __label__POS | 0.605187 |
===============================================================================
= V I M T u t o r - 1.5 =
===============================================================================
Vim ,
.
Vim .
25-... | __label__POS | 0.747544 |
===============================================================================
= V I M 教 本 (チュートリアル) へ よ う こ そ - Version 1.7 =
===============================================================================
Vim は、このチュートリアルで説明するには多すぎる程のコマンドを備えた非常
に強力なエディターです。このチュートリアルは、あなたが Vim を万能エディ
... | __label__POS | 0.866698 |
===============================================================================
= 歡 迎 閱 讀 《 V I M 教 程 》 ── 版本 1.5 =
===============================================================================
vim 是一個具有很多命令的功能非常強大的編輯器。限于篇幅,在本教程當中
不就詳細介紹了。本教程的設計目標是講述一些必要的基本命令,而掌握好這
些命令,您... | __label__POS | 0.776614 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.