Skip to content

Instantly share code, notes, and snippets.

View greatman's full-sized avatar

William Lebel greatman

View GitHub Profile
Classfile /Users/greatman/Documents/workspace/craftconomy3/build/libs/craftconomy3-3.2.2-SNAPSHOT/com/greatmancode/libs/javassist/ClassPool.class
Last modified 2015-05-23; size 16110 bytes
MD5 checksum 9eedb380f116499d87db359e737b1a73
Compiled from "ClassPool.java"
public class com.greatmancode.libs.javassist.ClassPool
minor version: 0
major version: 50
flags: ACC_PUBLIC, ACC_SUPER
Constant pool:
#1 = Utf8 com/greatmancode/libs/javassist/ClassPool
Classfile /Users/greatman/Documents/ClassPool.class
Last modified 2014-05-27; size 14260 bytes
MD5 checksum 58a7fcba46514c45c91559abdfa668f8
Compiled from "ClassPool.java"
public class javassist.ClassPool
minor version: 0
major version: 50
flags: ACC_PUBLIC, ACC_SUPER
Constant pool:
#1 = Fieldref #22.#316 // javassist/ClassPool.definePackage:Ljava/lang/reflect/Method;
Classfile /Users/greatman/Documents/workspace/ClassPool.class
Last modified 2015-01-07; size 15149 bytes
MD5 checksum d3d74e57dab77d0141ebd5952e5c4222
Compiled from "ClassPool.java"
public class javassist.ClassPool
minor version: 0
major version: 50
flags: ACC_PUBLIC, ACC_SUPER
Constant pool:
#1 = Fieldref #10.#323 // javassist/ClassPool.definePackage:Ljava/lang/reflect/Method;
Classfile /Users/greatman/Documents/workspace/craftconomy3/ClassPool.class
Last modified 2015-05-22; size 15885 bytes
MD5 checksum 315193e191b645815a544f1d8e0dac45
Compiled from "ClassPool.java"
public class com.greatmancode.javassist.ClassPool
minor version: 0
major version: 50
flags: ACC_PUBLIC, ACC_SUPER
Constant pool:
#1 = Utf8 com/greatmancode/javassist/ClassPool
### Keybase proof
I hereby claim:
* I am greatman on github.
* I am greatman (https://keybase.io/greatman) on keybase.
* I have a public key whose fingerprint is 13F4 C2C5 7C7D CB4D 8553 D3D6 9A23 1E2B 1463 6F25
To claim this, I am signing this object:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.greatmancode</groupId>
<artifactId>craftconomy3</artifactId>
<version>3.1.5-SNAPSHOT</version>
<inceptionYear>2011</inceptionYear>
<name>Craftconomy3</name>
<url>https://github.com/greatman/Craftconomy3</url>
<description>Economy Handler for Bukkit/Spout</description>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.greatmancode</groupId>
<artifactId>craftconomy3</artifactId>
<version>3.1.4-SNAPSHOT</version>
<inceptionYear>2011</inceptionYear>
<name>Craftconomy3</name>
<url>https://github.com/greatman/Craftconomy3</url>
<description>Economy Handler for Bukkit/Spout</description>
JarFile jarFile = new JarFile(file);
//We load the basic game Plugin configuration
ZipEntry configFile = jarFile.getEntry("gameplugin.yml");
//Does the config file exists?
if (configFile != null) {
YamlConfiguration gamePlugin = YamlConfiguration.loadConfiguration(jarFile.getInputStream(configFile));
//Is the configuration a valid one?
r1 = MathHelper.floor_double(this.boundingBox.minX + 0.001D);
int var2 = MathHelper.floor_double(this.boundingBox.minY + 0.001D);
int var3 = MathHelper.floor_double(this.boundingBox.minZ + 0.001D);
int var4 = MathHelper.floor_double(this.boundingBox.maxX - 0.001D);
[{"minecraft_version":"1.0.0","minecraft_hash":"3820d222b95d0b8c520d9596a756a6e6","libraries":[{"groupId":"net.minecraft","artifactId":"lwjgl","version":"2.4","hash":"7a07c4285fa9a6b204ba59f011f1cd77"},{"groupId":"net.minecraft","artifactId":"lwjgl_util","version":"2.4","hash":"f00470751cfc093ba760ca3cf10a512c"},{"groupId":"net.minecraft","artifactId":"jinput","version":"1.0.0-b01","hash":"a7835a73a130656aba23e34147a55367"},{"groupId":"net.minecraft","artifactId":"lwjgl-platform","version":"2.4-natives-windows","hash":"9406d7d376b131d20c5717ee9fd89a7f"},{"groupId":"net.minecraft","artifactId":"lwjgl-platform","version":"2.4-natives-osx","hash":"2f60f009723553622af280c920bb7431"},{"groupId":"net.minecraft","artifactId":"lwjgl-platform","version":"2.4-natives-linux","hash":"3b4435ec85e63faa041b4c080b815b22"}]},{"minecraft_version":"1.1","minecraft_hash":"e92302d2acdba7c97e0d8df1e10d2006","libraries":[{"groupId":"net.minecraft","artifactId":"lwjgl","version":"2.4","hash":"7a07c4285fa9a6b204ba59f011f1cd77"},{"gro