100+ results results for 'minecraft logger.getlogger' (5145 ms)
34public class Chat_PermissionsExC extends Chat { 35 private static final Logger log = Logger.getLogger("Minecraft"); 36 private final String name = "PermissionsEx_Chat";Economy_Craftconomy3.java https://gitlab.com/MineYourMind/Vault | Java | 327 lines
42public class Economy_Craftconomy3 extends AbstractEconomy { 43 private static final Logger log = Logger.getLogger("Minecraft"); 44 private final String name = "Craftconomy3";CustomAnimation.java https://bitbucket.org/Freso/mcpatcher.git | Java | 328 lines
3import com.prupe.mcpatcher.*; 4import net.minecraft.src.ResourceLocation; 5import org.lwjgl.opengl.GL11; 14public class CustomAnimation implements Comparable<CustomAnimation> { 15 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CUSTOM_ANIMATIONS, "Animation"); 16 124 int h = MCPatcherUtils.getIntProperty(properties, "h", 0); 125 if (dstName.toString().startsWith("minecraft:textures/atlas/")) { 126 logger.error("%s: animations cannot have a target of %s", dstName);PostHttp.java https://bitbucket.org/vkorolik/twoleanfour-client.git | Java | 107 lines
1package net.minecraft.src; 2 100 { 101 Logger.getLogger("Minecraft").log(Level.SEVERE, (new StringBuilder()).append("Could not post to ").append(par0URL).toString(), exception); 102 }SessionManager.java https://gitlab.com/Skull3x/WorldEdit | Java | 336 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 63 private static final ListeningExecutorService executorService = MoreExecutors.listeningDecorator(EvenMoreExecutors.newBoundedCachedThreadPool(0, 1, 5)); 64 private static final Logger log = Logger.getLogger(SessionManager.class.getCanonicalName()); 65 private final Timer timer = new Timer();Economy_BOSE7.java https://gitlab.com/MineYourMind/Vault | Java | 305 lines
35public class Economy_BOSE7 extends AbstractEconomy { 36 private static final Logger log = Logger.getLogger("Minecraft"); 37Economy_eWallet.java https://gitlab.com/MineYourMind/Vault | Java | 253 lines
35public class Economy_eWallet extends AbstractEconomy { 36 private static final Logger log = Logger.getLogger("Minecraft"); 37RegionUpdater.java https://gitlab.com/igserfurtmcschulserver/CustomWorldGuard | Java | 341 lines
1/* 2 * WorldGuard, a suite of tools for Minecraft 3 * Copyright (C) sk89q <http://www.sk89q.com> 46 47 private static final Logger log = Logger.getLogger(RegionUpdater.class.getCanonicalName()); 48 private final DataSourceConfig config;Economy_TAEcon.java https://gitlab.com/MineYourMind/Vault | Java | 259 lines
35public class Economy_TAEcon extends AbstractEconomy { 36 private static final Logger log = Logger.getLogger("Minecraft"); 37SnapshotCommands.java https://gitlab.com/Skull3x/WorldEdit | Java | 272 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 23 24import com.sk89q.minecraft.util.commands.Command; 25import com.sk89q.minecraft.util.commands.CommandContext; 25import com.sk89q.minecraft.util.commands.CommandContext; 26import com.sk89q.minecraft.util.commands.CommandPermissions; 27import com.sk89q.worldedit.*; 45 46 private static final Logger logger = Logger.getLogger("Minecraft.WorldEdit"); 47 private static final DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss z");BukkitPainting.java https://gitlab.com/Skull3x/WorldEdit | Java | 110 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 37 38 private static final Logger log = Logger.getLogger(BukkitPainting.class.getCanonicalName()); 39Economy_XPBank.java https://gitlab.com/MineYourMind/Vault | Java | 389 lines
40 41 private static final Logger log = Logger.getLogger("Minecraft"); 42Closer.java https://gitlab.com/Skull3x/WorldEdit | Java | 258 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 37 38 private static final Logger logger = Logger.getLogger(Closer.class.getCanonicalName()); 39Colorizer.java https://bitbucket.org/Freso/mcpatcher.git | Java | 211 lines
3import com.prupe.mcpatcher.*; 4import net.minecraft.src.Potion; 5import net.minecraft.src.ResourceLocation; 9public class Colorizer { 10 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CUSTOM_COLORS); 11MobRandomizer.java https://bitbucket.org/SevenBits/mcpatcher.git | Java | 204 lines
6import com.prupe.mcpatcher.mal.biome.BiomeAPI; 7import net.minecraft.src.Entity; 8import net.minecraft.src.EntityLivingBase; 8import net.minecraft.src.EntityLivingBase; 9import net.minecraft.src.NBTTagCompound; 10import net.minecraft.src.ResourceLocation; 19public class MobRandomizer { 20 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.RANDOM_MOBS); 21 private static final LinkedHashMap<String, ResourceLocation> cache = new LinkedHashMap<String, ResourceLocation>();Fuels.java https://gitlab.com/MineYourMind/MineTweaker3 | Java | 375 lines
21import minetweaker.api.liquid.ILiquidStack; 22import minetweaker.api.minecraft.MineTweakerMC; 23import net.minecraftforge.fluids.Fluid; 23import net.minecraftforge.fluids.Fluid; 24import net.minecraftforge.fluids.FluidStack; 25import stanhebben.zenscript.annotations.ZenClass; 119 } catch (InstantiationException ex) { 120 Logger.getLogger(Fuels.class.getName()).log(Level.SEVERE, null, ex); 121 } catch (IllegalAccessException ex) { 121 } catch (IllegalAccessException ex) { 122 Logger.getLogger(Fuels.class.getName()).log(Level.SEVERE, null, ex); 123 } catch (IllegalArgumentException ex) { 123 } catch (IllegalArgumentException ex) { 124 Logger.getLogger(Fuels.class.getName()).log(Level.SEVERE, null, ex); 125 } catch (InvocationTargetException ex) {HeroSneak.java https://github.com/SquallSeeD31/HeroSneak.git | Java | 295 lines
36 37 private static final Logger log = Logger.getLogger("Minecraft"); 38 private static PermissionHandler Permissions = null;Chat_GroupManager.java https://gitlab.com/MineYourMind/Vault | Java | 367 lines
37 38 private static final Logger log = Logger.getLogger("Minecraft"); 39 private final String name = "GroupManager - Chat";PermissionEntity.java https://gitlab.com/Slind/PermissionsEx | Java | 539 lines
135 if (this.isDebug()) { 136 Logger.getLogger("Minecraft").info("User " + this.getName() + " checked for \"" + permission + "\", " + (expression == null ? "no permission found" : "\"" + expression + "\" found")); 137 }RenderPass.java https://bitbucket.org/SevenBits/mcpatcher.git | Java | 342 lines
5import com.prupe.mcpatcher.mal.block.RenderPassAPI; 6import net.minecraft.src.*; 7import org.lwjgl.opengl.GL11; 11public class RenderPass { 12 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.BETTER_GLASS); 13ft.java https://github.com/kpfile/Minecraft-Server-Mod.git | Java | 358 lines
9import java.util.logging.Logger; 10import net.minecraft.server.MinecraftServer; 11 13 14 public static Logger a = Logger.getLogger("Minecraft"); 15 public List b = new ArrayList(); 15 public List b = new ArrayList(); 16 private MinecraftServer c; 17 private hg d; 26 27 public ft(MinecraftServer paramMinecraftServer) { 28 this.c = paramMinecraftServer; 28 this.c = paramMinecraftServer; 29 this.i = paramMinecraftServer.a("banned-players.txt"); 30 this.j = paramMinecraftServer.a("banned-ips.txt");RegionContainerImpl.java https://gitlab.com/igserfurtmcschulserver/CustomWorldGuard | Java | 273 lines
1/* 2 * WorldGuard, a suite of tools for Minecraft 3 * Copyright (C) sk89q <http://www.sk89q.com> 47 48 private static final Logger log = Logger.getLogger(RegionContainerImpl.class.getCanonicalName()); 49 private static final int LOAD_ATTEMPT_INTERVAL = 1000 * 30;WorldGuardCommands.java git://github.com/sk89q/worldguard.git | Java | 297 lines
1/* 2 * WorldGuard, a suite of tools for Minecraft 3 * Copyright (C) sk89q <http://www.sk89q.com> 27import com.google.common.util.concurrent.MoreExecutors; 28import com.sk89q.minecraft.util.commands.*; 29import com.sk89q.worldguard.bukkit.ConfigurationManager; 59 60 private static final Logger log = Logger.getLogger(WorldGuardCommands.class.getCanonicalName()); 61 87 LoggerToChatHandler handler = null; 88 Logger minecraftLogger = null; 89 92 handler.setLevel(Level.ALL); 93 minecraftLogger = Logger.getLogger("com.sk89q.worldguard"); 94 minecraftLogger.addHandler(handler);SaveHandler.java https://bitbucket.org/vkorolik/twoleanfour-client-autotool.git | Java | 261 lines
4 5package net.minecraft.src; 6 10 11// Referenced classes of package net.minecraft.src: 12// IPlayerFileData, ISaveHandler, MinecraftException, CompressedStreamTools, 19 20 private static final Logger field_1003_a = Logger.getLogger("Minecraft"); 21 private final File field_22099_b; 78 { 79 throw new MinecraftException("The save is being accessed from another location, aborting"); 80 } 88 { 89 throw new MinecraftException("Failed to check session lock, aborting"); 90 }ConfigurationManager.java https://gitlab.com/igserfurtmcschulserver/CustomWorldGuard | Java | 296 lines
1/* 2 * WorldGuard, a suite of tools for Minecraft 3 * Copyright (C) sk89q <http://www.sk89q.com> 51 52 private static final Logger log = Logger.getLogger(ConfigurationManager.class.getCanonicalName()); 53SchematicCommands.java https://gitlab.com/Skull3x/WorldEdit | Java | 353 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 21 22import com.sk89q.minecraft.util.commands.Command; 23import com.sk89q.minecraft.util.commands.CommandContext; 23import com.sk89q.minecraft.util.commands.CommandContext; 24import com.sk89q.minecraft.util.commands.CommandException; 25import com.sk89q.minecraft.util.commands.CommandPermissions; 71 private static final int SCHEMATICS_PER_PAGE = 9; 72 private static final Logger log = Logger.getLogger(SchematicCommands.class.getCanonicalName()); 73 private final WorldEdit worldEdit;FlatFilePermissionsResolver.java https://gitlab.com/Skull3x/WorldEdit | Java | 248 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 39 40 private static final Logger log = Logger.getLogger(FlatFilePermissionsResolver.class.getCanonicalName()); 41RenderPass.java https://bitbucket.org/prupe/mcpatcher.git | Java | 343 lines
8import com.prupe.mcpatcher.mal.resource.*; 9import net.minecraft.src.*; 10import org.lwjgl.opengl.GL11; 14public class RenderPass { 15 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.BETTER_GLASS); 16EventBus.java https://gitlab.com/Skull3x/WorldEdit | Java | 229 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 49 50 private final Logger logger = Logger.getLogger(EventBus.class.getCanonicalName()); 51Economy_GoldenChestEconomy.java https://gitlab.com/MineYourMind/Vault | Java | 247 lines
34public class Economy_GoldenChestEconomy extends AbstractEconomy { 35 private static final Logger log = Logger.getLogger("Minecraft"); 36TileLoader.java https://bitbucket.org/prupe/mcpatcher.git | Java | 334 lines
8import com.prupe.mcpatcher.mal.resource.TexturePackChangeHandler; 9import net.minecraft.src.*; 10 17public class TileLoader { 18 private static final MCLogger logger = MCLogger.getLogger("Tilesheet"); 19 42 try { 43 maxSize = Minecraft.getMaxTextureSize(); 44 } catch (NoSuchMethodError e) {Economy_DigiCoin.java https://gitlab.com/MineYourMind/Vault | Java | 251 lines
35public class Economy_DigiCoin extends AbstractEconomy { 36 private static final Logger log = Logger.getLogger("Minecraft"); 37PermissionsResolverManager.java https://gitlab.com/Skull3x/WorldEdit | Java | 307 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 87 private YAMLProcessor config; 88 private Logger logger = Logger.getLogger(getClass().getCanonicalName()); 89 private List<Class<? extends PermissionsResolver>> enabledResolvers = new ArrayList<Class<? extends PermissionsResolver>>();CustomAnimation.java https://bitbucket.org/prupe/mcpatcher.git | Java | 331 lines
7import com.prupe.mcpatcher.mal.tile.IconAPI; 8import net.minecraft.src.ResourceLocation; 9import org.lwjgl.opengl.GL11; 18public class CustomAnimation implements Comparable<CustomAnimation> { 19 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CUSTOM_ANIMATIONS, "Animation"); 20 127 int h = properties.getInt("h", 0); 128 if (dstName.toString().startsWith("minecraft:textures/atlas/")) { 129 properties.error("animations cannot have a target of %s", dstName);FontUtils.java https://bitbucket.org/prupe/mcpatcher.git | Java | 255 lines
8import com.prupe.mcpatcher.mal.resource.TexturePackChangeHandler; 9import net.minecraft.src.FontRenderer; 10import net.minecraft.src.ResourceLocation; 17public class FontUtils { 18 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.HD_FONT); 19CommandsManager.java https://gitlab.com/Slind/PermissionsEx | Java | 255 lines
42 43 protected static final Logger logger = Logger.getLogger("Minecraft"); 44 protected Map<String, Map<CommandSyntax, CommandBinding>> listeners = new LinkedHashMap<String, Map<CommandSyntax, CommandBinding>>();SimpleTips.java https://github.com/keithlawless/Tips--Bukkit-Plugin-.git | Java | 333 lines
40 private static String version = "SimpleTips v1.1 by keithlawless"; 41 Logger log = Logger.getLogger("Minecraft"); 42MessageLog.java https://gitlab.com/Slind/Launcher | Java | 313 lines
1/* 2 * SK's Minecraft Launcher 3 * Copyright (C) 2010-2014 Albert Pham <http://www.sk89q.com> and contributors 31 32 private static final Logger rootLogger = Logger.getLogger(""); 33Economy_Essentials.java https://gitlab.com/MineYourMind/Vault | Java | 318 lines
38public class Economy_Essentials extends AbstractEconomy { 39 private static final Logger log = Logger.getLogger("Minecraft"); 40PermissionsCommand.java https://gitlab.com/Slind/PermissionsEx | Java | 395 lines
44 45 protected static final Logger logger = Logger.getLogger("Minecraft"); 46 protected CommandsManager manager;Chat_mChatSuite.java https://gitlab.com/MineYourMind/Vault | Java | 284 lines
36public class Chat_mChatSuite extends Chat { 37 private static final Logger log = Logger.getLogger("Minecraft"); 38 private final String name = "mChatSuite";GlowServer.java https://gitlab.com/StoneGroup/StoneCore | Java | 1320 lines
19import net.glowstone.command.glowstone.GlowstoneCommand; 20import net.glowstone.command.minecraft.*; 21import net.glowstone.constants.GlowEnchantment; 102 */ 103 public static final Logger logger = Logger.getLogger("Minecraft"); 104 /** 284 // test advancement 285 GlowAdvancement advancement = new GlowAdvancement(NamespacedKey.minecraft("test"), null); 286 advancement.addCriterion("minecraft:test/criterion"); 382 System.out.println("Bukkit version: " + GlowServer.class.getPackage().getSpecificationVersion()); 383 System.out.println("Minecraft version: " + GAME_VERSION + " protocol " + PROTOCOL_VERSION); 384 return null;mod_ServerCurrency.java https://bitbucket.org/Mikerman50/currency_update1.2.5.git | Java | 180 lines
4 5package net.minecraft.src; 6 6 7import net.minecraft.client.Minecraft; 8import net.minecraft.src.forge.*; 8import net.minecraft.src.forge.*; 9import net.minecraft.src.forge.Configuration; 10import java.util.*; 24 public static String versionNumber = "0.52 MCPC"; 25 public static Logger logger = Logger.getLogger("Minecraft"); 26 public static mod_ServerCurrency instance; 117 ModLoader.registerTileEntity(TileEntityCoiner.class, "Coiner"); 118 MinecraftForge.setGuiHandler(instance, new GuiHandlerCurrency());} 119 // ModLoader.RegisterGUI(this, coinerGUI);Chat_bPermissions2.java https://gitlab.com/MineYourMind/Vault | Java | 264 lines
34public class Chat_bPermissions2 extends Chat { 35 private static final Logger log = Logger.getLogger("Minecraft"); 36 private final String name = "bInfo";PermissionUser.java https://gitlab.com/Slind/PermissionsEx | Java | 993 lines
59 if (this.isDebug()) { 60 Logger.getLogger("Minecraft").info("[PermissionsEx] User " + this.getName() + " initialized"); 61 }MainShell.java https://gitlab.com/Slind/MCUpdater | Java | 593 lines
52import org.mcupdater.mojang.AssetManager; 53import org.mcupdater.mojang.MinecraftVersion; 54import org.mcupdater.settings.Profile; 111 display = Display.getDefault(); 112 this.baseLogger = Logger.getLogger("MCUpdater"); 113 baseLogger.setLevel(Level.ALL);MCUpdater.java https://gitlab.com/Slind/MCUpdater | Java | 1309 lines
74import org.mcupdater.mojang.Library; 75import org.mcupdater.mojang.MinecraftVersion; 76import org.w3c.dom.Document; 134 { 135 apiLogger = Logger.getLogger("MCU-API"); 136 apiLogger.setLevel(Level.ALL); 140 { 141 MCFolder = new File(System.getenv("APPDATA")).toPath().resolve(".minecraft"); 142 archiveFolder = new File(System.getenv("APPDATA")).toPath().resolve(".MCUpdater"); 146 { 147 MCFolder = new File(System.getProperty("user.home")).toPath().resolve("Library").resolve("Application Support").resolve("minecraft"); 148 archiveFolder = new File(System.getProperty("user.home")).toPath().resolve("Library").resolve("Application Support").resolve("MCUpdater"); 153 { 154 MCFolder = new File(System.getProperty("user.home")).toPath().resolve(".minecraft"); 155 archiveFolder = new File(System.getProperty("user.home")).toPath().resolve(".MCUpdater");GriefPrevention.java https://gitlab.com/Slind/GriefPrevention | Java | 812 lines
1/* 2 GriefPrevention Server Plugin for Minecraft 3 Copyright (C) 2012 Ryan Hamshire 69 //for logging to the console and log file 70 private static Logger log = Logger.getLogger("Minecraft"); 71ServerConfigurationManager.java https://bitbucket.org/vkorolik/twoleanfour-client.git | Java | 730 lines
4 5package net.minecraft.src; 6 9import java.util.logging.Logger; 10import net.minecraft.server.MinecraftServer; 11 11 12// Referenced classes of package net.minecraft.src: 13// PlayerManager, PropertyManager, WorldServer, ISaveHandler, 23 24 public static Logger field_925_a = Logger.getLogger("Minecraft"); 25 public List field_924_b; 25 public List field_924_b; 26 private MinecraftServer field_923_c; 27 private PlayerManager field_922_d[];NetServerHandler.java https://bitbucket.org/vkorolik/twoleanfour-client.git | Java | 818 lines
4 5package net.minecraft.src; 6 9import java.util.logging.Logger; 10import net.minecraft.server.MinecraftServer; 11 11 12// Referenced classes of package net.minecraft.src: 13// NetHandler, ICommandListener, IntHashMap, NetworkManager, 29 30 public static Logger field_20_a = Logger.getLogger("Minecraft"); 31 public NetworkManager field_19_b; 32 public boolean field_18_c; 33 private MinecraftServer field_17_d; 34 private EntityPlayerMP field_16_e;ConsoleCommandHandler.java https://bitbucket.org/vkorolik/twoleanfour-client.git | Java | 486 lines
4 5package net.minecraft.src; 6 8import java.util.logging.Logger; 9import net.minecraft.server.MinecraftServer; 10 10 11// Referenced classes of package net.minecraft.src: 12// ServerCommand, ICommandListener, ServerConfigurationManager, WorldServer, 19 20 private static Logger field_22117_a = Logger.getLogger("Minecraft"); 21 private MinecraftServer field_22116_b; 22 23 public ConsoleCommandHandler(MinecraftServer p_i461_1_) 24 {MinecraftServer.java https://bitbucket.org/vkorolik/twoleanfour-client.git | Java | 743 lines
4 5package net.minecraft.server; 6 22import net.minecraft.src.AxisAlignedBB; 23import net.minecraft.src.ChunkCoordinates; 24import net.minecraft.src.ChunkProviderServer; 24import net.minecraft.src.ChunkProviderServer; 25import net.minecraft.src.ConsoleCommandHandler; 26import net.minecraft.src.ConsoleLogManager; 40import net.minecraft.src.RConThreadQuery; 41import net.minecraft.src.ServerCommand; 42import net.minecraft.src.ServerConfigurationManager; 60 61 public static Logger field_6038_a = Logger.getLogger("Minecraft"); 62 public static HashMap field_6037_b = new HashMap();SpleefData.java https://github.com/mrsheen/minecraft-hey0-plugins.git | Java | 296 lines
14 static Server world = etc.getServer(); 15 static final Logger log = Logger.getLogger("Minecraft"); 16PromotionCommands.java https://gitlab.com/Slind/PermissionsEx | Java | 178 lines
109 sender.sendMessage("User " + user.getName() + " promoted to " + targetGroup.getName() + " group"); 110 Logger.getLogger("Minecraft").info("User " + user.getName() + " has been promoted to " + targetGroup.getName() + " group on " + targetGroup.getRankLadder() + " ladder by " + promoterName); 111 } catch (RankingException e) { 112 sender.sendMessage(ChatColor.RED + "Promotion error: " + e.getMessage()); 113 Logger.getLogger("Minecraft").severe("Ranking Error (" + promoterName + " > " + e.getTarget().getName() + "): " + e.getMessage()); 114 } 153 sender.sendMessage("User " + user.getName() + " demoted to " + targetGroup.getName() + " group"); 154 Logger.getLogger("Minecraft").info("User " + user.getName() + " has been demoted to " + targetGroup.getName() + " group on " + targetGroup.getRankLadder() + " ladder by " + demoterName); 155 } catch (RankingException e) { 156 sender.sendMessage(ChatColor.RED + "Demotion error: " + e.getMessage()); 157 Logger.getLogger("Minecraft").severe("Ranking Error (" + demoterName + " demotes " + e.getTarget().getName() + "): " + e.getMessage()); 158 }Persistence.java https://github.com/elBukkit/PersistencePlugin.git | Java | 445 lines
33 34 private static final Logger log = Logger.getLogger("Minecraft"); 35 38 * 39 * Currently, this is hard-coded to the Minecraft server logger. 40 *DedicatedServer.java https://gitlab.com/Meteor-MC/plugins | Java | 671 lines
1package net.minecraft.server; 2 4import com.mojang.authlib.GameProfileRepository; 5import com.mojang.authlib.minecraft.MinecraftSessionService; 6import com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService; 29 30public class DedicatedServer extends MinecraftServer implements IMinecraftServer { 31 44 // CraftBukkit start - Signature changed 45 public DedicatedServer(joptsimple.OptionSet options, DataConverterManager dataconvertermanager, YggdrasilAuthenticationService yggdrasilauthenticationservice, MinecraftSessionService minecraftsessionservice, GameProfileRepository gameprofilerepository, UserCache usercache) { 46 super(options, Proxy.NO_PROXY, dataconvertermanager, yggdrasilauthenticationservice, minecraftsessionservice, gameprofilerepository, usercache); 98 // CraftBukkit start - TODO: handle command-line logging arguments 99 java.util.logging.Logger global = java.util.logging.Logger.getLogger(""); 100 global.setUseParentHandlers(false); 120 thread.start(); 121 DedicatedServer.LOGGER.info("Starting minecraft server version 1.10.2"); 122 if (Runtime.getRuntime().maxMemory() / 1024L / 1024L < 512L) {SkyRenderer.java https://bitbucket.org/prupe/mcpatcher.git | Java | 435 lines
7import com.prupe.mcpatcher.mal.tessellator.TessellatorAPI; 8import net.minecraft.src.Minecraft; 9import net.minecraft.src.ResourceLocation; 9import net.minecraft.src.ResourceLocation; 10import net.minecraft.src.Tessellator; 11import net.minecraft.src.World; 16public class SkyRenderer { 17 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.BETTER_SKIES); 18 41 if (enable) { 42 World world = Minecraft.getInstance().theWorld; 43 if (world != null) { 55 } else { 56 int worldType = Minecraft.getInstance().theWorld.worldProvider.getWorldType(); 57 WorldEntry newEntry = getWorldEntry(worldType);TexturePackAPI.java https://bitbucket.org/prupe/mcpatcher.git | Java | 556 lines
5import com.prupe.mcpatcher.MCPatcherUtils; 6import net.minecraft.src.*; 7 19 20 public static final String DEFAULT_NAMESPACE = "minecraft"; 21 32 public static void scheduleTexturePackRefresh() { 33 Minecraft.getInstance().scheduleTexturePackRefresh(); 34 } 89 } 90 jar = Minecraft.class.getResourceAsStream(path); 91 if (jar == null) { 264 private ResourcePack getTexturePack() { 265 Minecraft minecraft = Minecraft.getInstance(); 266 if (minecraft == null) {ColorMap.java https://bitbucket.org/prupe/mcpatcher.git | Java | 732 lines
9import com.prupe.mcpatcher.mal.util.WeightedIndex; 10import net.minecraft.src.BiomeGenBase; 11import net.minecraft.src.IBlockAccess; 11import net.minecraft.src.IBlockAccess; 12import net.minecraft.src.ResourceLocation; 13 17abstract public class ColorMap implements IColorMap { 18 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CUSTOM_COLORS); 19MipmapHelper.java https://bitbucket.org/prupe/mcpatcher.git | Java | 497 lines
9import com.prupe.mcpatcher.mal.tile.IconAPI; 10import net.minecraft.src.ResourceLocation; 11import net.minecraft.src.TextureAtlasSprite; 31public class MipmapHelper { 32 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.MIPMAP); 33FancyDial.java https://bitbucket.org/prupe/mcpatcher.git | Java | 668 lines
11import com.prupe.mcpatcher.mal.util.InputHandler; 12import net.minecraft.src.*; 13import org.lwjgl.input.Keyboard; 24public class FancyDial { 25 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CUSTOM_ANIMATIONS, "Animation"); 26 90 } 91 String name = IconAPI.getIconName(icon).replaceFirst("^minecraft:items/", ""); 92 if (icon instanceof TextureClock && name.equals("compass")) { // 1.5 bugTileOverride.java https://bitbucket.org/prupe/mcpatcher.git | Java | 467 lines
11import com.prupe.mcpatcher.mal.tile.TileLoader; 12import net.minecraft.src.Block; 13import net.minecraft.src.IBlockAccess; 13import net.minecraft.src.IBlockAccess; 14import net.minecraft.src.Icon; 15import net.minecraft.src.ResourceLocation; 23abstract class TileOverride implements ITileOverride { 24 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CONNECTED_TEXTURES, "CTM"); 25ColorizeBlock.java https://bitbucket.org/prupe/mcpatcher.git | Java | 579 lines
169 waterBlock = BlockAPI.getFixedBlock("minecraft:flowing_water"); 170 staticWaterBlock = BlockAPI.getFixedBlock("minecraft:water"); 171 200 IColorMap colorMap = ColorMap.loadVanillaColorMap(DEFAULT_GRASSCOLOR, SWAMPGRASSCOLOR); 201 registerColorMap(colorMap, DEFAULT_GRASSCOLOR, "minecraft:grass:snowy=false minecraft:tallgrass:1,2:type=tall_grass,fern minecraft:double_plant:2,3:variant=double_grass,double_fern"); 202 colorMap = ColorMap.loadVanillaColorMap(DEFAULT_FOLIAGECOLOR, SWAMPFOLIAGECOLOR); 202 colorMap = ColorMap.loadVanillaColorMap(DEFAULT_FOLIAGECOLOR, SWAMPFOLIAGECOLOR); 203 registerColorMap(colorMap, DEFAULT_FOLIAGECOLOR, "minecraft:leaves:0,4,8,12:variant=oak minecraft:vine"); 204 registerColorMap(PINECOLOR, "minecraft:leaves:1,5,9,13:variant=spruce"); 221 private static void reloadWaterColors(PropertiesFile properties) { 222 waterColorMap = registerColorMap(WATERCOLOR, "minecraft:flowing_water minecraft:water"); 223 if (waterColorMap == null) { 224 waterColorMap = new ColorMap.Water(); 225 registerColorMap(waterColorMap, null, "minecraft:flowing_water minecraft:water"); 226 }ForgeWorld.java https://gitlab.com/Skull3x/WorldEdit | Java | 442 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 48import javax.annotation.Nullable; 49import net.minecraft.block.Block; 50import net.minecraft.block.BlockLeaves; 50import net.minecraft.block.BlockLeaves; 51import net.minecraft.block.BlockOldLeaf; 52import net.minecraft.block.BlockOldLog; 52import net.minecraft.block.BlockOldLog; 53import net.minecraft.block.BlockPlanks; 54import net.minecraft.block.state.IBlockState; 54import net.minecraft.block.state.IBlockState; 55import net.minecraft.entity.EntityList; 56import net.minecraft.entity.item.EntityItem;PlatformManager.java https://gitlab.com/Skull3x/WorldEdit | Java | 466 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 67 68 private static final Logger logger = Logger.getLogger(PlatformManager.class.getCanonicalName()); 69CommandManager.java https://gitlab.com/Skull3x/WorldEdit | Java | 350 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 22import com.google.common.base.Joiner; 23import com.sk89q.minecraft.util.commands.CommandException; 24import com.sk89q.minecraft.util.commands.CommandLocals; 24import com.sk89q.minecraft.util.commands.CommandLocals; 25import com.sk89q.minecraft.util.commands.CommandPermissionsException; 26import com.sk89q.minecraft.util.commands.WrappedCommandException; 97 public static final Pattern COMMAND_CLEAN_PATTERN = Pattern.compile("^[/]+"); 98 private static final Logger log = Logger.getLogger(CommandManager.class.getCanonicalName()); 99 private static final Logger commandLog = Logger.getLogger(CommandManager.class.getCanonicalName() + ".CommandLog");WorldEdit.java https://gitlab.com/Skull3x/WorldEdit | Java | 870 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 88 89 public static final Logger logger = Logger.getLogger(WorldEdit.class.getCanonicalName()); 90EditSession.java https://gitlab.com/Skull3x/WorldEdit | Java | 1327 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 100 101 private static final Logger log = Logger.getLogger(EditSession.class.getCanonicalName()); 102CommandsManager.java https://gitlab.com/Skull3x/WorldEdit | Java | 591 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 19 20package com.sk89q.minecraft.util.commands; 21 65 protected static final Logger logger = 66 Logger.getLogger(CommandsManager.class.getCanonicalName()); 67WorldEditPlugin.java https://gitlab.com/Skull3x/WorldEdit | Java | 477 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 79 80 private static final Logger log = Logger.getLogger(WorldEditPlugin.class.getCanonicalName()); 81 public static final String CUI_PLUGIN_CHANNEL = "WECUI";TexturePackAPI.java https://bitbucket.org/SevenBits/mcpatcher.git | Java | 278 lines
3import com.prupe.mcpatcher.mal.resource.ResourceLocationWithSource; 4import net.minecraft.client.Minecraft; 5import net.minecraft.src.*; 15public class TexturePackAPI { 16 private static final MCLogger logger = MCLogger.getLogger("Texture Pack"); 17 17 18 public static final String DEFAULT_NAMESPACE = "minecraft"; 19 public static final String MCPATCHER_SUBDIR = "mcpatcher/"; 49 public static ResourceManager getResourceManager() { 50 return Minecraft.getInstance().getResourceManager(); 51 } 83 } 84 jar = Minecraft.class.getResourceAsStream(path); 85 if (jar == null) {Chat_iChat.java https://gitlab.com/MineYourMind/Vault | Java | 273 lines
35 36 private static final Logger log = Logger.getLogger("Minecraft"); 37 private final String name = "iChat";PluginLoader.java https://github.com/kpfile/Minecraft-Server-Mod.git | Java | 274 lines
13import java.util.logging.Logger; 14import net.minecraft.server.MinecraftServer; 15 33 } 34 private static final Logger log = Logger.getLogger("Minecraft"); 35 private static final Object lock = new Object(); 43 */ 44 public PluginLoader(MinecraftServer server) { 45 properties = new PropertiesFile("server.properties");Economy_CurrencyCore.java https://gitlab.com/MineYourMind/Vault | Java | 304 lines
38 private Currency currency; 39 private static final Logger log = Logger.getLogger("Minecraft"); 40 private final Plugin plugin;CTMUtils.java https://bitbucket.org/Freso/mcpatcher.git | Java | 325 lines
3import com.prupe.mcpatcher.*; 4import net.minecraft.src.*; 5 8public class CTMUtils { 9 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CONNECTED_TEXTURES, "CTM"); 10Economy_MineConomy.java https://gitlab.com/MineYourMind/Vault | Java | 272 lines
39public class Economy_MineConomy extends AbstractEconomy { 40 private static final Logger log = Logger.getLogger("Minecraft"); 41MinersHelmet.java https://github.com/mrsheen/minecraft-hey0-plugins.git | Java | 174 lines
2import java.util.logging.Logger; 3import net.minecraft.server.MinecraftServer; 4import java.util.ArrayList; 11 12 static final Logger log = Logger.getLogger("Minecraft"); 13 static MinecraftServer mcworld = etc.getMCServer();SkyRenderer.java https://bitbucket.org/Freso/mcpatcher.git | Java | 435 lines
3import com.prupe.mcpatcher.*; 4import net.minecraft.src.ResourceLocation; 5import net.minecraft.src.Tessellator; 5import net.minecraft.src.Tessellator; 6import net.minecraft.src.World; 7import org.lwjgl.opengl.GL11; 11public class SkyRenderer { 12 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.BETTER_SKIES); 13 34 if (enable) { 35 World world = MCPatcherUtils.getMinecraft().theWorld; 36 if (world != null) { 48 } else { 49 int worldType = MCPatcherUtils.getMinecraft().theWorld.worldProvider.worldType; 50 WorldEntry newEntry = getWorldEntry(worldType);MipmapHelper.java https://bitbucket.org/Freso/mcpatcher.git | Java | 408 lines
6import com.prupe.mcpatcher.TexturePackAPI; 7import net.minecraft.src.ResourceLocation; 8import org.lwjgl.opengl.*; 27public class MipmapHelper { 28 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.MIPMAP); 29TileOverride.java https://bitbucket.org/Freso/mcpatcher.git | Java | 724 lines
6import com.prupe.mcpatcher.TileLoader; 7import net.minecraft.src.Block; 8import net.minecraft.src.IBlockAccess; 8import net.minecraft.src.IBlockAccess; 9import net.minecraft.src.Icon; 10import net.minecraft.src.ResourceLocation; 17abstract class TileOverride implements ITileOverride { 18 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CONNECTED_TEXTURES, "CTM"); 19SkyRenderer.java https://bitbucket.org/SevenBits/mcpatcher.git | Java | 437 lines
3import com.prupe.mcpatcher.*; 4import net.minecraft.client.Minecraft; 5import net.minecraft.src.ResourceLocation; 5import net.minecraft.src.ResourceLocation; 6import net.minecraft.src.Tessellator; 7import net.minecraft.src.World; 12public class SkyRenderer { 13 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.BETTER_SKIES); 14 36 if (enable) { 37 World world = Minecraft.getInstance().theWorld; 38 if (world != null) { 50 } else { 51 int worldType = Minecraft.getInstance().theWorld.worldProvider.getWorldType(); 52 WorldEntry newEntry = getWorldEntry(worldType);MipmapHelper.java https://bitbucket.org/SevenBits/mcpatcher.git | Java | 467 lines
6import com.prupe.mcpatcher.TexturePackAPI; 7import net.minecraft.src.ResourceLocation; 8import net.minecraft.src.TextureAtlasSprite; 25public class MipmapHelper { 26 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.MIPMAP); 27TileOverride.java https://bitbucket.org/SevenBits/mcpatcher.git | Java | 507 lines
10import com.prupe.mcpatcher.mal.block.RenderPassAPI; 11import net.minecraft.src.Block; 12import net.minecraft.src.IBlockAccess; 12import net.minecraft.src.IBlockAccess; 13import net.minecraft.src.Icon; 14import net.minecraft.src.ResourceLocation; 22abstract class TileOverride implements ITileOverride { 23 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CONNECTED_TEXTURES, "CTM"); 24ColorMap.java https://bitbucket.org/SevenBits/mcpatcher.git | Java | 726 lines
5import com.prupe.mcpatcher.mal.resource.ResourceList; 6import net.minecraft.src.BiomeGenBase; 7import net.minecraft.src.IBlockAccess; 7import net.minecraft.src.IBlockAccess; 8import net.minecraft.src.ResourceLocation; 9 13abstract class ColorMap implements IColorMap { 14 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CUSTOM_COLORS); 15CTMUtils.java https://bitbucket.org/prupe/mcpatcher.git | Java | 226 lines
14import com.prupe.mcpatcher.mal.tile.TileLoader; 15import net.minecraft.src.*; 16 19public class CTMUtils { 20 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CONNECTED_TEXTURES, "CTM"); 21PluginHandler.java https://gitlab.com/Moylle/CDAPI | Java | 912 lines
39import com.dercd.bukkit.cdapi.tools.Log; 40import com.dercd.bukkit.cdapi.tools.minecraft.NameFetcher; 41import com.dercd.bukkit.cdapi.tools.minecraft.UUIDFetcher; 52 private CDAPI cdapi; 53 protected Logger log = Logger.getLogger("Minecraft"); 54 protected Log clog;DataLoader.java https://gitlab.com/igserfurtmcschulserver/CustomWorldGuard | Java | 339 lines
1/* 2 * WorldGuard, a suite of tools for Minecraft 3 * Copyright (C) sk89q <http://www.sk89q.com> 58 59 private static final Logger log = Logger.getLogger(DataLoader.class.getCanonicalName()); 60id.java https://github.com/kpfile/Minecraft-Server-Mod.git | Java | 1113 lines
11import java.util.logging.Logger; 12import net.minecraft.server.MinecraftServer; 13 16 17 public static Logger a = Logger.getLogger("Minecraft"); 18 public bb b; 19 public boolean c = false; 20 private MinecraftServer d; 21 private ea e; 29 30 public id(MinecraftServer paramMinecraftServer, bb parambb, ea paramea) { 31 this.d = paramMinecraftServer;etc.java https://github.com/kpfile/Minecraft-Server-Mod.git | Java | 824 lines
8 9import net.minecraft.server.*; 10 17 18 private static final Logger log = Logger.getLogger("Minecraft"); 19 private static volatile etc instance; 19 private static volatile etc instance; 20 private static MinecraftServer server; 21 private ArrayList<String> muted = new ArrayList<String>(); 221 */ 222 public static void setServer(MinecraftServer s) { 223 server = s; 258 */ 259 public void startThreads(MinecraftServer paramMinecraftServer) { 260 if (saveInterval > 0 && saveThread == null) {BukkitImplLoader.java https://gitlab.com/Skull3x/WorldEdit | Java | 178 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 39 40 private static final Logger log = Logger.getLogger(BukkitImplLoader.class.getCanonicalName()); 41 private final List<String> adapterCandidates = new ArrayList<String>();CTMUtils.java https://bitbucket.org/SevenBits/mcpatcher.git | Java | 334 lines
6import com.prupe.mcpatcher.mal.resource.ResourceList; 7import net.minecraft.src.*; 8 11public class CTMUtils { 12 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CONNECTED_TEXTURES, "CTM"); 13WorldGuardPlayerListener.java https://gitlab.com/igserfurtmcschulserver/CustomWorldGuard | Java | 472 lines
1/* 2 * WorldGuard, a suite of tools for Minecraft 3 * Copyright (C) sk89q <http://www.sk89q.com> 75 76 private static final Logger log = Logger.getLogger(WorldGuardPlayerListener.class.getCanonicalName()); 77 private static final Pattern opPattern = Pattern.compile("^/(?:bukkit:)?op(?:\\s.*)?$", Pattern.CASE_INSENSITIVE);RegionCommands.java https://gitlab.com/igserfurtmcschulserver/CustomWorldGuard | Java | 1038 lines
1/* 2 * WorldGuard, a suite of tools for Minecraft 3 * Copyright (C) sk89q <http://www.sk89q.com> 23import com.google.common.util.concurrent.ListenableFuture; 24import com.sk89q.minecraft.util.commands.Command; 25import com.sk89q.minecraft.util.commands.CommandContext; 25import com.sk89q.minecraft.util.commands.CommandContext; 26import com.sk89q.minecraft.util.commands.CommandException; 27import com.sk89q.minecraft.util.commands.CommandPermissionsException; 84 85 private static final Logger log = Logger.getLogger(RegionCommands.class.getCanonicalName()); 86 private final WorldGuardPlugin plugin;WorldGuardPlugin.java https://gitlab.com/igserfurtmcschulserver/CustomWorldGuard | Java | 1060 lines
1/* 2 * WorldGuard, a suite of tools for Minecraft 3 * Copyright (C) sk89q <http://www.sk89q.com> 27import com.sk89q.bukkit.util.CommandsManagerRegistration; 28import com.sk89q.minecraft.util.commands.*; 29import com.sk89q.squirrelid.cache.HashMapCache; 118 119 private static final Logger log = Logger.getLogger(WorldGuardPlugin.class.getCanonicalName()); 120 205 BukkitPlayerService.getInstance(), 206 HttpRepositoryService.forMinecraft()), 207 profileCache);WorldConfiguration.java https://gitlab.com/igserfurtmcschulserver/CustomWorldGuard | Java | 655 lines
1/* 2 * WorldGuard, a suite of tools for Minecraft 3 * Copyright (C) sk89q <http://www.sk89q.com> 57 58 private static final Logger log = Logger.getLogger(WorldConfiguration.class.getCanonicalName()); 59 private static final TargetMatcherParser matcherParser = new TargetMatcherParser();ReparametrisingInterpolation.java https://gitlab.com/Skull3x/WorldEdit | Java | 160 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 40 41 private static final Logger log = Logger.getLogger(ReparametrisingInterpolation.class.getCanonicalName()); 42War.java https://github.com/mongizzle/war.git | Java | 1140 lines
82 public void onEnable() { 83 this.log = Logger.getLogger("Minecraft"); 84FontUtils.java https://bitbucket.org/SevenBits/mcpatcher.git | Java | 248 lines
3import com.prupe.mcpatcher.*; 4import net.minecraft.src.FontRenderer; 5import net.minecraft.src.ResourceLocation; 13public class FontUtils { 14 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.HD_FONT); 15PermissionManager.java https://gitlab.com/Slind/PermissionsEx | Java | 518 lines
38 public final static int TRANSIENT_PERMISSION = 0; 39 protected static final Logger logger = Logger.getLogger("Minecraft"); 40 protected Map<String, PermissionUser> users = new HashMap<String, PermissionUser>();CommandOn.java https://github.com/Vandolis/Minecraft-Plugins.git | Java | 1406 lines
1/* 2 * Minecraft plugin that allows commands to be ran on events. Copyright (C) 2010 Michael Robinette 3 * 32 private Listener l = new Listener(this); 33 protected static final Logger log = Logger.getLogger("Minecraft"); 34 private static final String name = "CommandOn";SnapshotUtilCommands.java https://gitlab.com/Skull3x/WorldEdit | Java | 154 lines
1/* 2 * WorldEdit, a Minecraft world manipulation toolkit 3 * Copyright (C) sk89q <http://www.sk89q.com> 21 22import com.sk89q.minecraft.util.commands.Command; 23import com.sk89q.minecraft.util.commands.CommandContext; 23import com.sk89q.minecraft.util.commands.CommandContext; 24import com.sk89q.minecraft.util.commands.CommandPermissions; 25import com.sk89q.minecraft.util.commands.Logging; 39 40import static com.sk89q.minecraft.util.commands.Logging.LogMode.REGION; 41 43 44 private static final Logger logger = Logger.getLogger("Minecraft.WorldEdit"); 45MCAUtils.java https://github.com/mrsheen/minecraft-hey0-plugins.git | Java | 206 lines
2import java.util.logging.Logger; 3import net.minecraft.server.MinecraftServer; 4import java.util.ArrayList; 9 10 static final Logger log = Logger.getLogger("Minecraft"); 11 private Server server = etc.getServer();MineTweakerHacks.java https://gitlab.com/MineYourMind/MineTweaker3 | Java | 286 lines
24import net.minecraft.entity.player.EntityPlayer; 25import net.minecraft.inventory.Container; 26import net.minecraft.inventory.InventoryCrafting; 26import net.minecraft.inventory.InventoryCrafting; 27import net.minecraft.inventory.SlotCrafting;import net.minecraft.item.ItemStack; 28import net.minecraft.nbt.NBTBase; 29import net.minecraft.nbt.NBTTagList; 30import net.minecraft.server.MinecraftServer; 31import net.minecraft.util.StatCollector; 35import net.minecraftforge.common.ForgeHooks; 36import net.minecraftforge.oredict.OreDictionary; 37import net.minecraftforge.oredict.ShapedOreRecipe; 62 OREDICTIONARY_IDTOSTACKUN = getField(OreDictionary.class, MineTweakerObfuscation.OREDICTIONARY_IDTOSTACKUN); 63 MINECRAFTSERVER_ANVILFILE = getField(MinecraftServer.class, MineTweakerObfuscation.MINECRAFTSERVER_ANVILFILE); 64 SHAPEDORERECIPE_WIDTH = getField(ShapedOreRecipe.class, new String[] {"width"});Economy_SDFEconomy.java https://gitlab.com/MineYourMind/Vault | Java | 229 lines
34public class Economy_SDFEconomy extends AbstractEconomy { 35 private static final Logger log = Logger.getLogger("Minecraft"); 36 private Plugin plugin = null;Closer.java https://gitlab.com/igserfurtmcschulserver/CustomWorldGuard | Java | 308 lines
1/* 2 * WorldGuard, a suite of tools for Minecraft 3 * Copyright (C) sk89q <http://www.sk89q.com> 40 41 private static final Logger logger = Logger.getLogger(Closer.class.getCanonicalName()); 42Economy_EconXP.java https://gitlab.com/MineYourMind/Vault | Java | 276 lines
38public class Economy_EconXP extends AbstractEconomy { 39 private static final Logger log = Logger.getLogger("Minecraft"); 40Chat_rscPermissions.java https://gitlab.com/MineYourMind/Vault | Java | 214 lines
34 35 private static final Logger log = Logger.getLogger("Minecraft"); 36 private final Plugin vault;ShallowObjectReport.java https://gitlab.com/igserfurtmcschulserver/CustomWorldGuard | Java | 58 lines
1/* 2 * WorldGuard, a suite of tools for Minecraft 3 * Copyright (C) sk89q <http://www.sk89q.com> 30 31 private static final Logger log = Logger.getLogger(ShallowObjectReport.class.getCanonicalName()); 32DataSource.java https://github.com/mrsheen/Minecraft-Server-Mod.git | Java | 519 lines
8import java.util.logging.Logger; 9import net.minecraft.server.MinecraftServer; 10 16 17 protected static final Logger log = Logger.getLogger("Minecraft"); 18 protected List<Group> groups = new ArrayList<Group>(); 24 protected Map<String, Integer> items = new HashMap<String, Integer>(); 25 protected MinecraftServer server; 26 protected final Object groupLock = new Object(), kitLock = new Object(), banLock = new Object();MobRuleList.java https://bitbucket.org/prupe/mcpatcher.git | Java | 190 lines
8import com.prupe.mcpatcher.mal.util.WeightedIndex; 9import net.minecraft.src.ResourceLocation; 10 13class MobRuleList { 14 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.RANDOM_MOBS); 15MobRandomizer.java https://bitbucket.org/Freso/mcpatcher.git | Java | 221 lines
5import com.prupe.mcpatcher.TexturePackChangeHandler; 6import net.minecraft.src.Entity; 7import net.minecraft.src.EntityLivingBase; 7import net.minecraft.src.EntityLivingBase; 8import net.minecraft.src.NBTTagCompound; 9import net.minecraft.src.ResourceLocation; 19public class MobRandomizer { 20 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.RANDOM_MOBS); 21 private static final LinkedHashMap<String, ResourceLocation> cache = new LinkedHashMap<String, ResourceLocation>();vUsers.java https://github.com/Rob4001/vminecraft-plugin.git | Java | 570 lines
11 private static volatile vUsers instance; 12 protected static final Logger log = Logger.getLogger("Minecraft"); 13 String location = "vChat.users"; 102{ 103 protected static final Logger log = Logger.getLogger("Minecraft"); 104 ArrayList<PlayerProfile> players; 158 { 159 protected final Logger log = Logger.getLogger("Minecraft"); 160 private String playerName,