This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Public domain. | |
*/ | |
package net.minecraft.src; | |
import org.lwjgl.input.Keyboard; | |
/** | |
* @author Rob | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.minecraft.src; | |
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. | |
// Jad home page: http://www.kpdus.com/jad.html | |
// Decompiler options: packimports(3) braces deadcode | |
import java.util.List; | |
import net.minecraft.client.Minecraft; | |
import org.lwjgl.opengl.GL11; | |
public class GuiGameOver extends GuiScreen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.minecraft.src; | |
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. | |
// Jad home page: http://www.kpdus.com/jad.html | |
// Decompiler options: packimports(3) braces deadcode | |
import java.util.List; | |
import net.minecraft.client.Minecraft; | |
import org.lwjgl.opengl.GL11; | |
public class GuiGameOver extends GuiScreen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.minecraft.src; | |
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. | |
// Jad home page: http://www.kpdus.com/jad.html | |
// Decompiler options: packimports(3) braces deadcode | |
import java.util.List; | |
import net.minecraft.client.Minecraft; | |
import org.lwjgl.opengl.GL11; | |
public class GuiGameOver extends GuiScreen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class mod_test extends BaseMod { | |
public mod_test() { | |
ModLoader.SetInGameHook(this, true, false); | |
} | |
public void OnTickInGame(Minecraft game) { | |
String name = game.e.s.j(); | |
if (name == null) name="blah"; | |
game.p.a("Hello Minecraft World named "+name,5,15,0xffffff); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.minecraft.src; | |
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. | |
// Jad home page: http://www.kpdus.com/jad.html | |
// Decompiler options: packimports(3) braces deadcode | |
import java.util.List; | |
import net.minecraft.client.Minecraft; | |
import org.lwjgl.opengl.GL11; | |
public class GuiGameOver extends GuiScreen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.minecraft.src; | |
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. | |
// Jad home page: http://www.kpdus.com/jad.html | |
// Decompiler options: packimports(3) braces deadcode | |
import java.util.List; | |
import java.util.Properties; | |
import java.io.*; | |
import net.minecraft.client.Minecraft; | |
import org.lwjgl.opengl.GL11; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/usr/python | |
rot_dictionary = {"a":"n", "b":"o", "c":"p", "d":"q", "e":"r", "f":"s", "g":"t", | |
"h":"u", "i":"v", "j":"w", "k":"x", "l":"y", "m":"z", "n":"a", | |
"o":"b", "p":"c", "q":"d", "r":"e", "s":"f", "t":"g", "u":"h", | |
"v":"i", "w":"j", "x":"k", "y":"l", "z":"m"} | |
original = raw_input("your text: ") | |
mixed = "" | |
for i in original: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
globals: | |
separate-chat-log: false | |
incoming-tell-format: '&8From {player}: &d' | |
censors: | |
- \bu+\W*m+a+d+(\W*br(a|o)+)? | |
- some_other_word;replacement | |
plugin-tag: '§e[HeroChat] ' | |
craftIRC-prefix: ':' | |
outgoing-tell-format: '&8To {receiver}: &d' | |
default-channel: Global |
OlderNewer