100+ results for 'minecraft logger.getlogger'

Not the results you expected?

Chat_PermissionsExC.java (https://gitlab.com/MineYourMind/Vault) Java · 393 lines

34 public class Chat_PermissionsExC extends Chat {

35 private static final Logger log = Logger.getLogger("Minecraft");

36 private final String name = "PermissionsEx_Chat";

LineRenderer.java (https://bitbucket.org/michael_rodrigues/mcpatcher.git) Java · 173 lines

3 import com.prupe.mcpatcher.*;

4 import net.minecraft.src.ResourceLocation;

5 import net.minecraft.src.Tessellator;

11 public class LineRenderer {

12 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.RANDOM_MOBS);

13

Economy_BOSE7.java (https://gitlab.com/MineYourMind/Vault) Java · 305 lines

35 public class Economy_BOSE7 extends AbstractEconomy {

36 private static final Logger log = Logger.getLogger("Minecraft");

37

PostHttp.java (https://bitbucket.org/vkorolik/twoleanfour-client-autotool.git) Java · 107 lines

1 package net.minecraft.src;

2

100 {

101 Logger.getLogger("Minecraft").log(Level.SEVERE, (new StringBuilder()).append("Could not post to ").append(par0URL).toString(), exception);

102 }

Economy_eWallet.java (https://gitlab.com/MineYourMind/Vault) Java · 253 lines

35 public class Economy_eWallet extends AbstractEconomy {

36 private static final Logger log = Logger.getLogger("Minecraft");

37

Economy_TAEcon.java (https://gitlab.com/MineYourMind/Vault) Java · 259 lines

35 public class Economy_TAEcon extends AbstractEconomy {

36 private static final Logger log = Logger.getLogger("Minecraft");

37

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());

39

Fuels.java (https://gitlab.com/MineYourMind/MineTweaker3) Java · 375 lines

21 import minetweaker.api.liquid.ILiquidStack;

22 import minetweaker.api.minecraft.MineTweakerMC;

23 import net.minecraftforge.fluids.Fluid;

24 import net.minecraftforge.fluids.FluidStack;

25 import stanhebben.zenscript.annotations.ZenClass;

119 } catch (InstantiationException ex) {

120 Logger.getLogger(Fuels.class.getName()).log(Level.SEVERE, null, ex);

121 } catch (IllegalAccessException ex) {

122 Logger.getLogger(Fuels.class.getName()).log(Level.SEVERE, null, ex);

123 } catch (IllegalArgumentException ex) {

124 Logger.getLogger(Fuels.class.getName()).log(Level.SEVERE, null, ex);

125 } catch (InvocationTargetException ex) {

Colorizer.java (https://bitbucket.org/Freso/mcpatcher.git) Java · 211 lines

3 import com.prupe.mcpatcher.*;

4 import net.minecraft.src.Potion;

5 import net.minecraft.src.ResourceLocation;

9 public class Colorizer {

10 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CUSTOM_COLORS);

11

MobRandomizer.java (https://bitbucket.org/SevenBits/mcpatcher.git) Java · 204 lines

6 import com.prupe.mcpatcher.mal.biome.BiomeAPI;

7 import net.minecraft.src.Entity;

8 import net.minecraft.src.EntityLivingBase;

9 import net.minecraft.src.NBTTagCompound;

10 import net.minecraft.src.ResourceLocation;

19 public 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>();

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";

Main.java (https://bitbucket.org/pluginmakers/mysqlilogin.git) Java · 213 lines

24

25 static Logger log = Logger.getLogger("minecraft");

26

SaveHandler.java (https://bitbucket.org/vkorolik/twoleanfour-client-autotool.git) Java · 261 lines

4

5 package 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 }

ft.java (https://github.com/kpfile/Minecraft-Server-Mod.git) Java · 358 lines

9 import java.util.logging.Logger;

10 import net.minecraft.server.MinecraftServer;

11

13

14 public static Logger a = Logger.getLogger("Minecraft");

15 public List b = new ArrayList();

16 private MinecraftServer c;

17 private hg d;

26

27 public ft(MinecraftServer paramMinecraftServer) {

28 this.c = paramMinecraftServer;

29 this.i = paramMinecraftServer.a("banned-players.txt");

30 this.j = paramMinecraftServer.a("banned-ips.txt");

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());

41

WorldGuardCommands.java (https://github.com/talmor/worldguard.git) Java · 147 lines

30

31 import com.sk89q.minecraft.util.commands.Command;

32 import com.sk89q.minecraft.util.commands.CommandContext;

33 import com.sk89q.minecraft.util.commands.CommandException;

34 import com.sk89q.minecraft.util.commands.CommandPermissions;

63 LoggerToChatHandler handler = null;

64 Logger minecraftLogger = null;

65

68 handler.setLevel(Level.ALL);

69 minecraftLogger = Logger.getLogger("Minecraft");

70 minecraftLogger.addHandler(handler);

82 } finally {

83 if (minecraftLogger != null) {

84 minecraftLogger.removeHandler(handler);

Economy_GoldenChestEconomy.java (https://gitlab.com/MineYourMind/Vault) Java · 247 lines

34 public class Economy_GoldenChestEconomy extends AbstractEconomy {

35 private static final Logger log = Logger.getLogger("Minecraft");

36

EssentialsConf.java (https://github.com/BodyshotzVG/Essentials.git) Java · 277 lines

23 {

24 private static final Logger LOGGER = Logger.getLogger("Minecraft");

25 private transient File configFile;

163 {

164 Logger.getLogger(EssentialsConf.class.getName()).log(Level.SEVERE, null, ex);

165 }

Economy_DigiCoin.java (https://gitlab.com/MineYourMind/Vault) Java · 251 lines

35 public class Economy_DigiCoin extends AbstractEconomy {

36 private static final Logger log = Logger.getLogger("Minecraft");

37

Economy_Essentials.java (https://gitlab.com/MineYourMind/Vault) Java · 318 lines

38 public class Economy_Essentials extends AbstractEconomy {

39 private static final Logger log = Logger.getLogger("Minecraft");

40

TravelGatesCommandExecutor.java (https://github.com/Ghomerr/TravelGates.git) Java · 724 lines

23 {

24 private static final Logger _LOGGER = Logger.getLogger(TravelGatesConstants.MINECRAFT);

25

Chat_mChatSuite.java (https://gitlab.com/MineYourMind/Vault) Java · 284 lines

36 public class Chat_mChatSuite extends Chat {

37 private static final Logger log = Logger.getLogger("Minecraft");

38 private final String name = "mChatSuite";

PromotionCommands.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 }

GSBlockListener.java (https://github.com/smickles/GoldStandard.git) Java · 151 lines

103 if (gsp == null){

104 Logger.getLogger("Minecraft").info("[GoldStandard] Null player tried to sell!");

105 return;

Chat_bPermissions2.java (https://gitlab.com/MineYourMind/Vault) Java · 264 lines

34 public class Chat_bPermissions2 extends Chat {

35 private static final Logger log = Logger.getLogger("Minecraft");

36 private final String name = "bInfo";

ProtectedBlockJDBC.java (https://github.com/BodyshotzVG/Essentials.git) Java · 426 lines

17 {

18 protected static final Logger LOGGER = Logger.getLogger("Minecraft");

19 protected final transient ComboPooledDataSource cpds;

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");

16

AAHelper.java (https://bitbucket.org/michael_rodrigues/mcpatcher.git) Java · 135 lines

5 import com.prupe.mcpatcher.MCPatcherUtils;

6 import net.minecraft.src.Resource;

7 import net.minecraft.src.ResourceLocation;

8 import net.minecraft.src.SimpleResource;

9 import net.minecraft.src.TextureAtlasSprite;

15 public class AAHelper {

16 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.MIPMAP);

17

PropertyHandler.java (https://github.com/Travo97/Permissions.git) Java · 212 lines

42

43 private static final Logger log = Logger.getLogger("Minecraft");

44 private Properties properties;

68 try {

69 this.properties.store(new FileOutputStream(this.fileName), "Minecraft Properties File");

70 } catch (IOException ex) {

FastSwitch.java (https://github.com/Lynx-/FastSwitch.git) Java · 362 lines

26 public Plugin instance;

27 static final Logger log = Logger.getLogger("Minecraft");

28

Economy_MineConomy.java (https://gitlab.com/MineYourMind/Vault) Java · 272 lines

39 public class Economy_MineConomy extends AbstractEconomy {

40 private static final Logger log = Logger.getLogger("Minecraft");

41

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";

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;

AcceptRulesMain.java (https://github.com/rigor789/AcceptRules.git) Java · 126 lines

13 public class AcceptRulesMain extends JavaPlugin {

14 Logger Log = Logger.getLogger("Minecraft");

15 public static AcceptRulesMain plugin;

MinersHelmet.java (https://github.com/mrsheen/minecraft-hey0-plugins.git) Java · 174 lines

2 import java.util.logging.Logger;

3 import net.minecraft.server.MinecraftServer;

4 import java.util.ArrayList;

11

12 static final Logger log = Logger.getLogger("Minecraft");

13 static MinecraftServer mcworld = etc.getMCServer();

PreciousStones.java (https://github.com/FreezyExp/PreciousStones.git) Java · 370 lines

21 private static PreciousStones instance;

22 private static Logger logger = Logger.getLogger("Minecraft");

23 private Method Method;

ProfessionsPlus.java (https://github.com/aRt3m1s/ProfessionsPlus.git) Java · 107 lines

19 public class ProfessionsPlus extends JavaPlugin{

20 Logger log = Logger.getLogger("Minecraft");

21 final String ppPrefix = "[PROF] ";

CTMUtils.java (https://bitbucket.org/prupe/mcpatcher.git) Java · 226 lines

14 import com.prupe.mcpatcher.mal.tile.TileLoader;

15 import net.minecraft.src.*;

16

19 public class CTMUtils {

20 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CONNECTED_TEXTURES, "CTM");

21

mcPermissions.java (https://github.com/krinsdeath/mcMMO.git) Java · 315 lines

28 {

29 Logger log = Logger.getLogger("Minecraft");

30

PluginLoader.java (https://github.com/kpfile/Minecraft-Server-Mod.git) Java · 274 lines

13 import java.util.logging.Logger;

14 import 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");

TessellatorUtils.java (https://bitbucket.org/michael_rodrigues/mcpatcher.git) Java · 165 lines

2

3 import net.minecraft.src.Icon;

4 import net.minecraft.src.Tessellator;

5 import net.minecraft.src.TextureAtlas;

6

14 public class TessellatorUtils {

15 private static final MCLogger logger = MCLogger.getLogger("Tilesheet");

16

Loic.java (https://github.com/LordLladar/Low-Orbit-Ion-Cannon.git) Java · 231 lines

25 = new LoicEventListener(this);

26 public static final Logger log = Logger.getLogger("Minecraft");

27 public static String name = "Low Orbit Ion Cannon";

NetPacketThread.java (https://github.com/Clintonio/NetAPI.git) Java · 327 lines

65 */

66 private Logger log = Logger.getLogger("Minecraft");

67 /**

Teleport.java (https://github.com/BodyshotzVG/Essentials.git) Java · 271 lines

55 private final IEssentials ess;

56 private static final Logger logger = Logger.getLogger("Minecraft");

57

SignBlockListener.java (https://github.com/BodyshotzVG/Essentials.git) Java · 259 lines

23 private final transient IEssentials ess;

24 private final static Logger LOGGER = Logger.getLogger("Minecraft");

25

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());

42

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

22 import com.sk89q.minecraft.util.commands.Command;

23 import com.sk89q.minecraft.util.commands.CommandContext;

24 import com.sk89q.minecraft.util.commands.CommandPermissions;

25 import com.sk89q.minecraft.util.commands.Logging;

39

40 import static com.sk89q.minecraft.util.commands.Logging.LogMode.REGION;

41

43

44 private static final Logger logger = Logger.getLogger("Minecraft.WorldEdit");

45

Chat_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;

DataSource.java (https://github.com/mrsheen/Minecraft-Server-Mod.git) Java · 519 lines

8 import java.util.logging.Logger;

9 import 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();

Economy_SDFEconomy.java (https://gitlab.com/MineYourMind/Vault) Java · 229 lines

34 public class Economy_SDFEconomy extends AbstractEconomy {

35 private static final Logger log = Logger.getLogger("Minecraft");

36 private Plugin plugin = null;

Economy_EconXP.java (https://gitlab.com/MineYourMind/Vault) Java · 276 lines

38 public class Economy_EconXP extends AbstractEconomy {

39 private static final Logger log = Logger.getLogger("Minecraft");

40

SaveHandler.java (https://bitbucket.org/kingbowser/stormclient.git) Java · 219 lines

4

5 package net.minecraft.src;

6

10

11 // Referenced classes of package net.minecraft.src:

12 // ISaveHandler, MinecraftException, WorldProviderHell, ChunkLoader,

19

20 private static final Logger logger = Logger.getLogger("Minecraft");

21 private final File saveDirectory;

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 }

MobRuleList.java (https://bitbucket.org/prupe/mcpatcher.git) Java · 190 lines

8 import com.prupe.mcpatcher.mal.util.WeightedIndex;

9 import net.minecraft.src.ResourceLocation;

10

13 class MobRuleList {

14 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.RANDOM_MOBS);

15

FlatFileKitsManager.java (https://github.com/Noobidoo/commandbook.git) Java · 163 lines

42

43 private static final Logger logger = Logger.getLogger("Minecraft.CommandBook");

44 private static final Pattern kitPattern =

FGFSConnection.java (https://bitbucket.org/muraleen/virtual-star-alliance-autopirep-and-acars-system-flightgear.git) Java · 330 lines

54 } catch (IOException ex) {

55 Logger.getLogger(Connect.class.getName()).log(Level.SEVERE, null, ex);

56 }

DebugPasteCommand.java (https://gitlab.com/ixilon/nukkit) Java · 90 lines

50 b.append("version.nukkit: ").append(server.getNukkitVersion()).append('\n');

51 b.append("version.minecraft: ").append(server.getVersion()).append('\n');

52 b.append("version.protocol: ").append(ProtocolInfo.CURRENT_PROTOCOL).append('\n');

83 } catch (IOException e) {

84 MainLogger.getLogger().logException(e);

85 }

Chat_bPermissions.java (https://gitlab.com/MineYourMind/Vault) Java · 263 lines

34 public class Chat_bPermissions extends Chat {

35 private static final Logger log = Logger.getLogger("Minecraft");

36 private final String name = "bInfo";

EssentialsGeoIPPlayerListener.java (https://github.com/BodyshotzVG/Essentials.git) Java · 178 lines

30 LookupService ls = null;

31 private static final Logger logger = Logger.getLogger("Minecraft");

32 File databaseFile;

DroneDestructor.java (https://github.com/ppitonak/arquillian-extension-drone.git) Java · 126 lines

58 public class DroneDestructor {

59 private static final Logger log = Logger.getLogger(DroneDestructor.class.getName());

60

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());

32

WrappedSpawnManager.java (https://github.com/Noobidoo/commandbook.git) Java · 98 lines

24 */

25 private final Logger logger = Logger.getLogger("Minecraft.CommandBook");

26

EssentialsXMPP.java (https://github.com/BodyshotzVG/Essentials.git) Java · 142 lines

19 {

20 private static final Logger LOGGER = Logger.getLogger("Minecraft");

21 private static EssentialsXMPP instance = null;

Economy.java (https://github.com/BodyshotzVG/Essentials.git) Java · 293 lines

21 }

22 private static final Logger logger = Logger.getLogger("Minecraft");

23 private static IEssentials ess;

Economy_GoldIsMoney2.java (https://gitlab.com/MineYourMind/Vault) Java · 316 lines

35 public class Economy_GoldIsMoney2 extends AbstractEconomy {

36 private static final Logger log = Logger.getLogger("Minecraft");

37

LineagePlugin.java (https://github.com/adambratt/Lineage.git) Java · 148 lines

23 public class LineagePlugin extends JavaPlugin {

24 private static final Logger log = Logger.getLogger("Minecraft");

25 private boolean eventsRegistered = false;

Chat_zPermissions.java (https://gitlab.com/MineYourMind/Vault) Java · 245 lines

32

33 private static final Logger log = Logger.getLogger("Minecraft");

34

PromotionCommands.java (https://github.com/NuclearW/PermissionsEx.git) Java · 175 lines

108 sender.sendMessage("User " + user.getName() + " promoted to " + targetGroup.getName() + " group");

109 Logger.getLogger("Minecraft").info("User " + user.getName() + " has been promoted to " + targetGroup.getName() + " group on " + targetGroup.getRankLadder() + " ladder by " + promoterName);

110 } catch (RankingException e) {

111 Logger.getLogger("Minecraft").severe("Ranking Error (" + promoterName + " > " + e.getTarget().getName() + "): " + e.getMessage());

112 }

151 sender.sendMessage("User " + user.getName() + " demoted to " + targetGroup.getName() + " group");

152 Logger.getLogger("Minecraft").info("User " + user.getName() + " has been demoted to " + targetGroup.getName() + " group on " + targetGroup.getRankLadder() + " ladder by " + demoterName);

153 } catch (RankingException e) {

154 Logger.getLogger("Minecraft").severe("Ranking Error (" + demoterName + " demotes " + e.getTarget().getName() + "): " + e.getMessage());

155 }

EJBClientReconnectionTestCase.java (https://bitbucket.org/cprenzberg/wildfly.git) Java · 151 lines

55 public class EJBClientReconnectionTestCase {

56 private static final Logger log = Logger.getLogger(EJBClientReconnectionTestCase.class);

57

Refinery.java (https://gitlab.com/MineYourMind/MineTweaker3) Java · 202 lines

23 import minetweaker.api.liquid.ILiquidStack;

24 import minetweaker.api.minecraft.MineTweakerMC;

25 import net.minecraftforge.fluids.Fluid;

26 import net.minecraftforge.fluids.FluidStack;

27 import stanhebben.zenscript.annotations.Optional;

46 } catch (NoSuchMethodException ex) {

47 Logger.getLogger(Refinery.class.getName()).log(Level.SEVERE, null, ex);

48 } catch (SecurityException ex) {

49 Logger.getLogger(Refinery.class.getName()).log(Level.SEVERE, null, ex);

50 }

56 } catch (NoSuchFieldException ex) {

57 Logger.getLogger(Refinery.class.getName()).log(Level.SEVERE, null, ex);

58 } catch (SecurityException ex) {

Leaderboard.java (https://github.com/krinsdeath/mcMMO.git) Java · 245 lines

18 static String location = "plugins/mcMMO/FlatFileStuff/mcmmo.users"; //$NON-NLS-1$

19 protected static final Logger log = Logger.getLogger("Minecraft"); //$NON-NLS-1$

20

MobRuleList.java (https://bitbucket.org/SevenBits/mcpatcher.git) Java · 189 lines

7 import com.prupe.mcpatcher.mal.biome.BiomeAPI;

8 import net.minecraft.src.ResourceLocation;

9

12 class MobRuleList {

13 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.RANDOM_MOBS);

14

Spleef.java (https://github.com/mrsheen/minecraft-hey0-plugins.git) Java · 140 lines

11

12 static final Logger log = Logger.getLogger("Minecraft");

13 static Location flypoint = new Location();

Colorizer.java (https://bitbucket.org/prupe/mcpatcher.git) Java · 168 lines

10 import com.prupe.mcpatcher.mal.resource.TexturePackChangeHandler;

11 import net.minecraft.src.Potion;

12 import net.minecraft.src.ResourceLocation;

14 public class Colorizer {

15 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CUSTOM_COLORS);

16

AlphaChestPlugin.java (https://github.com/talmor/AlphaChest-for-Canary.git) Java · 126 lines

21 public class AlphaChestPlugin extends JavaPlugin {

22 private static final Logger log = Logger.getLogger("Minecraft");

23

DataSource.java (https://github.com/kpfile/Minecraft-Server-Mod.git) Java · 391 lines

6 import java.util.logging.Logger;

7 import net.minecraft.server.MinecraftServer;

8

14

15 protected static final Logger log = Logger.getLogger("Minecraft");

16 protected List<User> users;

23 protected Map<String, Integer> items;

24 protected MinecraftServer server;

25 protected final Object userLock = new Object(), groupLock = new Object(), kitLock = new Object();

Log.java (https://github.com/dredhorse/MessageChangerLite.git) Java · 297 lines

64 *

65 * @param loggerName should be "Minecraft"

66 * @param pluginName the pluginname as string

128 *

129 * @param loggerName should be "Minecraft"

130 * @param pluginName the name of the plugin

132 private Log(String loggerName, String pluginName) {

133 this(Logger.getLogger(loggerName), pluginName, "");

134 }

143 private Log(String pluginName) {

144 this("Minecraft", pluginName);

145 }

150 *

151 * @param logger Logger object of Minecraft

152 * @param pluginName the name of the plugin

Mob.java (https://github.com/BodyshotzVG/Essentials.git) Java · 105 lines

34

35 public static final Logger logger = Logger.getLogger("Minecraft");

36

LauncherUtils.java (https://gitlab.com/Slind/skmclauncher) Java · 213 lines

1 /*

2 * SK's Minecraft Launcher

3 * Copyright (C) 2010, 2011 Albert Pham <http://www.sk89q.com>

196 public static Logger getLogger(Class<?> cls) {

197 return Logger.getLogger(cls.getCanonicalName());

198 }

FakeServer.java (https://github.com/speedycuban/Essentials.git) Java · 448 lines

257 {

258 return Logger.getLogger("Minecraft");

259 }

WaypointPlugin.java (https://github.com/mrsheen/minecraft-hey0-plugins.git) Java · 368 lines

17 {

18 private static Logger a = Logger.getLogger("Minecraft");

19 private Dictionary<String, User> users = new Hashtable<String, User>();

36 } catch (NumberFormatException e) {

37 Logger.getLogger("Minecraft").log(Level.SEVERE, "Exception parsing waypoint", e);

38 }

48 } catch (NumberFormatException e) {

49 Logger.getLogger("Minecraft").log(Level.SEVERE, "Exception parsing waypoint", e);

50 }

Economy_McMoney.java (https://gitlab.com/MineYourMind/Vault) Java · 247 lines

36 public class Economy_McMoney extends AbstractEconomy {

37 private static final Logger log = Logger.getLogger("Minecraft");

38

MessageCommands.java (https://github.com/arnie231/commandbook.git) Java · 179 lines

30 import com.sk89q.commandbook.events.SharedMessageEvent;

31 import com.sk89q.minecraft.util.commands.Command;

32 import com.sk89q.minecraft.util.commands.CommandContext;

33 import com.sk89q.minecraft.util.commands.CommandException;

34 import com.sk89q.minecraft.util.commands.CommandPermissions;

37

38 protected static final Logger logger = Logger.getLogger("Minecraft.CommandBook");

39

aOP.java (https://bitbucket.org/shinji257/aop.git) Java · 86 lines

7 public class aOP extends JavaPlugin {

8 protected final static Logger log = Logger.getLogger("Minecraft");

9

FileHandler.java (https://github.com/wing7777/dynmap.git) Java · 121 lines

17 public abstract class FileHandler implements HttpHandler {

18 protected static final Logger log = Logger.getLogger("Minecraft");

19

User.java (https://github.com/zml2008/commandhelper.git) Java · 100 lines

46 player.sendMessage("Could not add the alias. Please check the error logs for more information.");

47 Logger.getLogger("Minecraft").log(Level.SEVERE, null, ex);

48 return -1;

96 } catch (Exception ex) {

97 Logger.getLogger(User.class.getName()).log(Level.SEVERE, null, ex);

98 }

BlockBlocker.java (https://bitbucket.org/insanj/blockblocker.git) Java · 103 lines

37 BlockBlockerListener blockListener = new BlockBlockerListener(this);

38 Logger log = Logger.getLogger("Minecraft");

39 String version = "1.1";

Chat_mChat.java (https://gitlab.com/MineYourMind/Vault) Java · 250 lines

33 public class Chat_mChat extends Chat {

34 private static final Logger log = Logger.getLogger("Minecraft");

35 private final String name = "mChat";

EnchantmentList.java (https://bitbucket.org/michael_rodrigues/mcpatcher.git) Java · 175 lines

4 import com.prupe.mcpatcher.MCPatcherUtils;

5 import net.minecraft.src.ItemStack;

6

9 final class EnchantmentList {

10 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CUSTOM_ITEM_TEXTURES, "CIT");

11

AndryPlugin.java (https://bitbucket.org/andriii25/andryplugin.git) Java · 142 lines

17 public class AndryPlugin extends JavaPlugin {

18 public final Logger logger = Logger.getLogger("Minecraft");

19 public static AndryPlugin plugin;

BBLogging.java (https://github.com/gnftoxic/BigBrother.git) Java · 110 lines

24

25 public static final Logger log = Logger.getLogger("Minecraft");

26

FactoryFurnace.java (https://github.com/The414s/FactoryFurnace.git) Java · 214 lines

20 public static FactoryFurnace plugin;

21 public static final Logger log = Logger.getLogger("Minecraft");

22 PluginDescriptionFile pdfFile = this.getDescription();

TexturePackChangeHandler.java (https://bitbucket.org/michael_rodrigues/mcpatcher.git) Java · 177 lines

2

3 import net.minecraft.client.Minecraft;

4 import net.minecraft.src.*;

8 abstract public class TexturePackChangeHandler {

9 private static final MCLogger logger = MCLogger.getLogger("Texture Pack");

10

48 public static void scheduleTexturePackRefresh() {

49 MCPatcherUtils.getMinecraft().scheduleTexturePackRefresh();

50 }

53 if (handler != null) {

54 if (Minecraft.getInstance().getResourceManager() != null) {

55 try {

126

127 TextureManager textureManager = MCPatcherUtils.getMinecraft().getTextureManager();

128 if (textureManager != null) {

RootLocationManager.java (https://github.com/Noobidoo/commandbook.git) Java · 120 lines

30

31 private static final Logger logger = Logger.getLogger("Minecraft.CommandBook");

32

HeyRune.java (https://github.com/Raphfrk/hey0-plugins.git) Java · 209 lines

13 {

14 private static Logger a = Logger.getLogger("Minecraft");

15 public static enum Direction { NORTH, SOUTH, EAST, WEST, NONE }

BorderedTexture.java (https://bitbucket.org/prupe/mcpatcher.git) Java · 137 lines

5 import com.prupe.mcpatcher.mal.tile.IconAPI;

6 import net.minecraft.src.Texture;

7 import net.minecraft.src.TextureAtlasSprite;

11 public class BorderedTexture extends TextureAtlasSprite {

12 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.MIPMAP);

13

SendMessageHandler.java (https://github.com/wing7777/dynmap.git) Java · 119 lines

19 public class SendMessageHandler implements HttpHandler {

20 protected static final Logger log = Logger.getLogger("Minecraft");

21

SaveHandler.java (https://github.com/Jackswalloms/Myst-And-Beyond.git) Java · 212 lines

4

5 package net.minecraft.src;

6

10

11 // Referenced classes of package net.minecraft.src:

12 // ISaveHandler, MinecraftException, WorldProviderHell, ChunkLoader,

70 {

71 throw new MinecraftException("The save is being accessed from another location, aborting");

72 }

80 {

81 throw new MinecraftException("Failed to check session lock, aborting");

82 }

205

206 private static final Logger logger = Logger.getLogger("Minecraft");

207 private final File saveDirectory;

LightSwitch.java (https://github.com/SquallSeeD31/craftbook.git) Java · 164 lines

107 private boolean toggleLights(BlockWorldVector pt) {

108 Logger log = Logger.getLogger("Minecraft");

109 World world = pt.getWorld();

TileLoader.java (https://bitbucket.org/kingbowser/hysteria-spoutcraft.git) Java · 197 lines

14 import java.util.Map;

15 import net.minecraft.src.Icon;

16 import net.minecraft.src.StitchHolder;

17 import net.minecraft.src.Stitcher;

18 import net.minecraft.src.Texture;

19 import net.minecraft.src.TextureManager;

20 import net.minecraft.src.TextureMap;

22 public class TileLoader {

23 private static final MCLogger logger = MCLogger.getLogger("Connected Textures", "CTM");

24 private static final boolean debugTextures = Config.getBoolean("Connected Textures", "debugTextures", false);

TreeOctopus.java (https://bitbucket.org/insanj/treeoctopus.git) Java · 122 lines

43 {

44 private static final Logger log = Logger.getLogger("Minecraft");

45 OctopusBlockListener blockListener = new OctopusBlockListener(this);

Lightmap.java (https://bitbucket.org/Freso/mcpatcher.git) Java · 138 lines

6 import com.prupe.mcpatcher.TexturePackAPI;

7 import net.minecraft.src.EntityRenderer;

8 import net.minecraft.src.ResourceLocation;

9 import net.minecraft.src.World;

10

14 public final class Lightmap {

15 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CUSTOM_COLORS);

16

78 float nightVisionStrength = renderer.getNightVisionStrength(partialTick);

79 float gamma = Colorizer.clamp(MCPatcherUtils.getMinecraft().gameSettings.gammaSetting);

80 for (int i = 0; i < LIGHTMAP_SIZE; i++) {

SellItems.java (https://github.com/darkdiplomat/iExchange.git) Java · 242 lines

8 public class SellItems{

9 static Logger log = Logger.getLogger("Minecraft");

10 public static void Sell(Player player, String[] split){

Lightmap.java (https://bitbucket.org/SevenBits/mcpatcher.git) Java · 139 lines

6 import com.prupe.mcpatcher.TexturePackAPI;

7 import net.minecraft.client.Minecraft;

8 import net.minecraft.src.EntityRenderer;

9 import net.minecraft.src.ResourceLocation;

10 import net.minecraft.src.World;

15 public final class Lightmap {

16 private static final MCLogger logger = MCLogger.getLogger(MCPatcherUtils.CUSTOM_COLORS);

17

79 float nightVisionStrength = renderer.getNightVisionStrength(partialTick);

80 float gamma = Colorizer.clamp(Minecraft.getInstance().gameSettings.gammaSetting);

81 for (int i = 0; i < LIGHTMAP_SIZE; i++) {

MessageCommands.java (https://github.com/Noobidoo/commandbook.git) Java · 183 lines

30 import com.sk89q.commandbook.events.SharedMessageEvent;

31 import com.sk89q.minecraft.util.commands.Command;

32 import com.sk89q.minecraft.util.commands.CommandContext;

33 import com.sk89q.minecraft.util.commands.CommandException;

34 import com.sk89q.minecraft.util.commands.CommandPermissions;

37

38 protected static final Logger logger = Logger.getLogger("Minecraft.CommandBook");

39

57

58 Logger.getLogger("Minecraft").info("<" + name + ">: " + msg);

59

88

89 Logger.getLogger("Minecraft").info("<" + name + ">: " + msg);

90

Messaging.java (https://github.com/CinisterOne/Citizens.git) Java · 104 lines

16 public class Messaging {

17 private static final Logger log = Logger.getLogger("Minecraft");

18 private final static String[] colours = { "black", "dblue", "dgreen",

DatabaseLoggerHandler.java (https://github.com/talmor/worldguard.git) Java · 207 lines

47 */

48 private static final Logger logger = Logger.getLogger("Minecraft.WorldGuard");

49

EssentialsCommand.java (https://github.com/tobias1222/Essentials.git) Java · 117 lines

20 protected transient IEssentials ess;

21 protected final static Logger logger = Logger.getLogger("Minecraft");

22