fix LOGGER and clean up Reference classes

This commit is contained in:
asiekierka 2016-08-12 19:05:33 +02:00
parent e61371ca50
commit 14b3f16ea1
18 changed files with 2171 additions and 39 deletions

View File

@ -231,6 +231,12 @@
"name": "state"
}
]
},
{
"obf": "x",
"name": "registerBlocks",
"signature": "()V",
"args": []
}
],
"innerClass": []

View File

@ -1,7 +1,13 @@
{
"obf": "aly",
"name": "net/minecraft/block/impl/BlockDispenser",
"field": [],
"field": [
{
"obf": "c",
"name": "BEHAVIORS",
"type": "Lnone/ct;"
}
],
"constructors": [],
"method": [
{

View File

@ -0,0 +1,8 @@
{
"obf": "aoa",
"name": "net/minecraft/block/impl/BlockMycelium",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1,8 @@
{
"obf": "aqo",
"name": "net/minecraft/block/impl/BlockTripwireHook",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -4,7 +4,7 @@
"field": [
{
"obf": "a",
"name": "logger",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
},
{

View File

@ -4,7 +4,7 @@
"field": [
{
"obf": "a",
"name": "logger",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
}
],

View File

@ -4,7 +4,7 @@
"field": [
{
"obf": "J",
"name": "logger",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
},
{

View File

@ -0,0 +1,14 @@
{
"obf": "cv",
"name": "net/minecraft/dispenser/DispenserBehavior",
"field": [
{
"obf": "a",
"name": "DEFAULT",
"type": "Lnone/cv;"
}
],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -4,7 +4,7 @@
"field": [
{
"obf": "a",
"name": "logger",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
},
{

View File

@ -4,5 +4,47 @@
"field": [],
"constructors": [],
"method": [],
"innerClass": []
"innerClass": [
{
"obf": "acw$a",
"name": "ArmorMaterial",
"field": [
{
"obf": "a",
"name": "LEATHER",
"type": "Lnone/acw$a;"
},
{
"obf": "b",
"name": "CHAINMAIL",
"type": "Lnone/acw$a;"
},
{
"obf": "c",
"name": "IRON",
"type": "Lnone/acw$a;"
},
{
"obf": "d",
"name": "GOLD",
"type": "Lnone/acw$a;"
},
{
"obf": "e",
"name": "DIAMOND",
"type": "Lnone/acw$a;"
}
],
"constructors": [],
"method": [
{
"obf": "d",
"name": "getName",
"signature": "()Ljava/lang/String;",
"args": []
}
],
"innerClass": []
}
]
}

View File

@ -0,0 +1,8 @@
{
"obf": "acx",
"name": "net/minecraft/item/impl/ItemArmorStand",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1,8 @@
{
"obf": "adz",
"name": "net/minecraft/item/impl/ItemBookEnchanted",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,31 @@
{
"obf": "ks",
"name": "net/minecraft/reference/Bootstrap",
"field": [
{
"obf": "a",
"name": "OUTPUT",
"type": "Ljava/io/PrintStream;"
},
{
"obf": "b",
"name": "initialized",
"type": "Z"
},
{
"obf": "c",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
}
],
"constructors": [],
"method": [
{
"obf": "a",
"name": "isInitialized",
"signature": "()Z",
"args": []
}
],
"innerClass": []
}

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
"field": [
{
"obf": "k",
"name": "logger",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
}
],

View File

@ -4,7 +4,7 @@
"field": [
{
"obf": "b",
"name": "logger",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
},
{

View File

@ -9,7 +9,7 @@
},
{
"obf": "b",
"name": "logger",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
}
],