move from JSON to split Enigma format

This commit is contained in:
asiekierka 2016-08-12 20:24:17 +02:00
parent 14b3f16ea1
commit 63ca292b72
421 changed files with 1603 additions and 9211 deletions

View File

@ -9,6 +9,3 @@ The current version targets Minecraft version **16w32b**.
Compile Enigma from [here](https://github.com/OpenModLoader/Enigma) using Gradle and run it from build/libs.
Please remember that copying and pasting mappings from alternate projects under more restrictive licenses (such as MCP) is **completely forbidden**. It is also good to consult name changes with other people via pull requests.
**NOTE:** The current version of OML's Enigma has a bug where it won't save mappings for unnamed classes. In that case, rename them to something like
"unnamed/axy" if the class name is "axy".

View File

@ -1,243 +0,0 @@
{
"obf": "akw",
"name": "net/minecraft/block/Block",
"field": [
{
"obf": "A",
"name": "stateFactory",
"type": "Lnone/ask;"
},
{
"obf": "a",
"name": "id",
"type": "Lnone/kp;"
},
{
"obf": "c",
"name": "defaultState",
"type": "Lnone/asj;"
},
{
"obf": "h",
"name": "registry",
"type": "Lnone/cs;"
},
{
"obf": "x",
"name": "material",
"type": "Lnone/ayo;"
}
],
"constructors": [
{
"signature": "(Lnone/ayo;Lnone/ayp;)V",
"args": [
{
"index": 0,
"name": "material"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": [
{
"index": 0,
"name": "meta"
}
]
},
{
"obf": "a",
"name": "register",
"signature": "(ILjava/lang/String;Lnone/akw;)V",
"args": []
},
{
"obf": "a",
"name": "register",
"signature": "(ILnone/kp;Lnone/akw;)V",
"args": []
},
{
"obf": "a",
"name": "getBlockFromItem",
"signature": "(Lnone/aeo;)Lnone/akw;",
"args": []
},
{
"obf": "a",
"name": "getRawIdFromBlock",
"signature": "(Lnone/akw;)I",
"args": [
{
"index": 0,
"name": "block"
}
]
},
{
"obf": "a",
"signature": "(Lnone/asj;Lnone/aiu;Lnone/cn;Lnone/bcp;Ljava/util/List;Lnone/se;)V",
"args": [
{
"index": 0,
"name": "state"
},
{
"index": 1,
"name": "world"
}
]
},
{
"obf": "a",
"signature": "(Lnone/asj;Lnone/aiy;Lnone/cn;)Lnone/bcp;",
"args": [
{
"index": 0,
"name": "state"
}
]
},
{
"obf": "a",
"signature": "(Lnone/asj;Lnone/anw;)Lnone/asj;",
"args": [
{
"index": 0,
"name": "state"
}
]
},
{
"obf": "a",
"signature": "(Lnone/asj;Lnone/apj;)Lnone/asj;",
"args": [
{
"index": 0,
"name": "state"
}
]
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "b",
"name": "getBlockByRawId",
"signature": "(I)Lnone/akw;",
"args": [
{
"index": 0,
"name": "id"
}
]
},
{
"obf": "b",
"signature": "(Lnone/asj;)Z",
"args": [
{
"index": 0,
"name": "state"
}
]
},
{
"obf": "b",
"signature": "(Lnone/asj;Lnone/aiu;Lnone/cn;)Lnone/bcp;",
"args": [
{
"index": 0,
"name": "state"
},
{
"index": 1,
"name": "world"
}
]
},
{
"obf": "c",
"name": "getStateByRawId",
"signature": "(I)Lnone/asj;",
"args": [
{
"index": 0,
"name": "id"
}
]
},
{
"obf": "c",
"signature": "(Lnone/asj;Lnone/aiy;Lnone/cn;)Lnone/asj;",
"args": [
{
"index": 0,
"name": "state"
}
]
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": [
{
"index": 0,
"name": "state"
}
]
},
{
"obf": "j",
"name": "getRawIdFromBlockState",
"signature": "(Lnone/asj;)I",
"args": [
{
"index": 0,
"name": "state"
}
]
},
{
"obf": "t",
"name": "getStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "u",
"name": "getDefaultState",
"signature": "()Lnone/asj;",
"args": []
},
{
"obf": "w",
"name": "setDefaultState",
"signature": "(Lnone/asj;)V",
"args": [
{
"index": 0,
"name": "state"
}
]
},
{
"obf": "x",
"name": "registerBlocks",
"signature": "()V",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,45 @@
CLASS none/akw net/minecraft/block/Block
FIELD A stateFactory Lnone/ask;
FIELD a id Lnone/kp;
FIELD c defaultState Lnone/asj;
FIELD h registry Lnone/cs;
FIELD x material Lnone/ayo;
METHOD <init> (Lnone/ayo;Lnone/ayp;)V
ARG 0 material
METHOD a deserializeState (I)Lnone/asj;
ARG 0 meta
METHOD a register (ILjava/lang/String;Lnone/akw;)V
METHOD a register (ILnone/kp;Lnone/akw;)V
METHOD a getBlockFromItem (Lnone/aeo;)Lnone/akw;
METHOD a getRawIdFromBlock (Lnone/akw;)I
ARG 0 block
METHOD a (Lnone/asj;Lnone/aiu;Lnone/cn;Lnone/bcp;Ljava/util/List;Lnone/se;)V
ARG 0 state
ARG 1 world
METHOD a (Lnone/asj;Lnone/aiy;Lnone/cn;)Lnone/bcp;
ARG 0 state
METHOD a (Lnone/asj;Lnone/anw;)Lnone/asj;
ARG 0 state
METHOD a (Lnone/asj;Lnone/apj;)Lnone/asj;
ARG 0 state
METHOD b createStateFactory ()Lnone/ask;
METHOD b getBlockByRawId (I)Lnone/akw;
ARG 0 id
METHOD b (Lnone/asj;)Z
ARG 0 state
METHOD b (Lnone/asj;Lnone/aiu;Lnone/cn;)Lnone/bcp;
ARG 0 state
ARG 1 world
METHOD c getStateByRawId (I)Lnone/asj;
ARG 0 id
METHOD c (Lnone/asj;Lnone/aiy;Lnone/cn;)Lnone/asj;
ARG 0 state
METHOD e serializeState (Lnone/asj;)I
ARG 0 state
METHOD j getRawIdFromBlockState (Lnone/asj;)I
ARG 0 state
METHOD t getStateFactory ()Lnone/ask;
METHOD u getDefaultState ()Lnone/asj;
METHOD w setDefaultState (Lnone/asj;)V
ARG 0 state
METHOD x registerBlocks ()V

View File

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

View File

@ -0,0 +1 @@
CLASS none/ask net/minecraft/block/BlockStateFactory

View File

@ -1,21 +0,0 @@
{
"obf": "asz",
"name": "net/minecraft/block/IBlockProperty",
"field": [],
"constructors": [],
"method": [
{
"obf": "b",
"name": "getType",
"signature": "()Ljava/lang/Class;",
"args": []
},
{
"obf": "c",
"name": "getValidValues",
"signature": "()Ljava/util/Collection;",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,3 @@
CLASS none/asz net/minecraft/block/IBlockProperty
METHOD b getType ()Ljava/lang/Class;
METHOD c getValidValues ()Ljava/util/Collection;

View File

@ -1,26 +0,0 @@
{
"obf": "asj",
"name": "net/minecraft/block/IBlockState",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"signature": "(Lnone/asz;)Lnone/asj;",
"args": []
},
{
"obf": "r",
"name": "getProperties",
"signature": "()Ljava/util/Collection;",
"args": []
},
{
"obf": "t",
"name": "getBlock",
"signature": "()Lnone/akw;",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/asj net/minecraft/block/IBlockState
METHOD a (Lnone/asz;)Lnone/asj;
METHOD r getProperties ()Ljava/util/Collection;
METHOD t getBlock ()Lnone/akw;

View File

@ -1,14 +0,0 @@
{
"obf": "ayo",
"name": "net/minecraft/block/Material",
"field": [
{
"obf": "a",
"name": "air",
"type": "Lnone/ayo;"
}
],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1,2 @@
CLASS none/ayo net/minecraft/block/Material
FIELD a air Lnone/ayo;

View File

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

View File

@ -0,0 +1 @@
CLASS none/akm net/minecraft/block/impl/BlockAir

View File

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

View File

@ -0,0 +1 @@
CLASS none/akn net/minecraft/block/impl/BlockAnvil

View File

@ -1,36 +0,0 @@
{
"obf": "ako",
"name": "net/minecraft/block/impl/BlockBanner",
"field": [
{
"obf": "b",
"name": "ROTATION",
"type": "Lnone/asy;"
},
{
"obf": "c",
"name": "BOUNDING_BOX",
"type": "Lnone/bcp;"
}
],
"constructors": [],
"method": [],
"innerClass": [
{
"obf": "ako$a",
"name": "Standing",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
},
{
"obf": "ako$b",
"name": "Wall",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}
]
}

View File

@ -0,0 +1,5 @@
CLASS none/ako net/minecraft/block/impl/BlockBanner
CLASS none/ako$a Standing
CLASS none/ako$b Wall
FIELD b ROTATION Lnone/asy;
FIELD c BOUNDING_BOX Lnone/bcp;

View File

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

View File

@ -0,0 +1 @@
CLASS none/akp net/minecraft/block/impl/BlockBarrier

View File

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

View File

@ -0,0 +1 @@
CLASS none/akt net/minecraft/block/impl/BlockBeacon

View File

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

View File

@ -0,0 +1 @@
CLASS none/aky net/minecraft/block/impl/BlockBone

View File

@ -1,27 +0,0 @@
{
"obf": "alb",
"name": "net/minecraft/block/impl/BlockBrewingStand",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/alb net/minecraft/block/impl/BlockBrewingStand
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "ale",
"name": "net/minecraft/block/impl/BlockCactus",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/ale net/minecraft/block/impl/BlockCactus
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "alf",
"name": "net/minecraft/block/impl/BlockCake",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/alf net/minecraft/block/impl/BlockCake
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,38 +0,0 @@
{
"obf": "aqx",
"name": "net/minecraft/block/impl/BlockCarpet",
"field": [
{
"obf": "a",
"name": "COLOR",
"type": "Lnone/asx;"
},
{
"obf": "b",
"name": "BOUNDING_BOX",
"type": "Lnone/bcp;"
}
],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,6 @@
CLASS none/aqx net/minecraft/block/impl/BlockCarpet
FIELD a COLOR Lnone/asx;
FIELD b BOUNDING_BOX Lnone/bcp;
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "alh",
"name": "net/minecraft/block/impl/BlockCauldron",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/alh net/minecraft/block/impl/BlockCauldron
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "ali",
"name": "net/minecraft/block/impl/BlockChest",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/ali net/minecraft/block/impl/BlockChest
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

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

View File

@ -0,0 +1 @@
CLASS none/all net/minecraft/block/impl/BlockClay

View File

@ -1,27 +0,0 @@
{
"obf": "alo",
"name": "net/minecraft/block/impl/BlockCommand",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/alo net/minecraft/block/impl/BlockCommand
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "alp",
"name": "net/minecraft/block/impl/BlockComparator",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/alp net/minecraft/block/impl/BlockComparator
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "als",
"name": "net/minecraft/block/impl/BlockDaylightDetector",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/als net/minecraft/block/impl/BlockDaylightDetector
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

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

View File

@ -0,0 +1 @@
CLASS none/alt net/minecraft/block/impl/BlockDeadbush

View File

@ -1,33 +0,0 @@
{
"obf": "aly",
"name": "net/minecraft/block/impl/BlockDispenser",
"field": [
{
"obf": "c",
"name": "BEHAVIORS",
"type": "Lnone/ct;"
}
],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,5 @@
CLASS none/aly net/minecraft/block/impl/BlockDispenser
FIELD c BEHAVIORS Lnone/ct;
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "alz",
"name": "net/minecraft/block/impl/BlockDoor",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/alz net/minecraft/block/impl/BlockDoor
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

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

View File

@ -0,0 +1 @@
CLASS none/amb net/minecraft/block/impl/BlockDragonEgg

View File

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

View File

@ -0,0 +1 @@
CLASS none/amc net/minecraft/block/impl/BlockDropper

View File

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

View File

@ -0,0 +1 @@
CLASS none/ame net/minecraft/block/impl/BlockEnchantingTable

View File

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

View File

@ -0,0 +1 @@
CLASS none/amf net/minecraft/block/impl/BlockEndGateway

View File

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

View File

@ -0,0 +1 @@
CLASS none/amg net/minecraft/block/impl/BlockEndPortal

View File

@ -1,27 +0,0 @@
{
"obf": "amh",
"name": "net/minecraft/block/impl/BlockEndPortalFrame",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/amh net/minecraft/block/impl/BlockEndPortalFrame
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

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

View File

@ -0,0 +1 @@
CLASS none/amn net/minecraft/block/impl/BlockFence

View File

@ -1,27 +0,0 @@
{
"obf": "amo",
"name": "net/minecraft/block/impl/BlockFenceGate",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/amo net/minecraft/block/impl/BlockFenceGate
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "amp",
"name": "net/minecraft/block/impl/BlockFire",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/amp net/minecraft/block/impl/BlockFire
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "amq",
"name": "net/minecraft/block/impl/BlockFlower",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/amq net/minecraft/block/impl/BlockFlower
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,21 +0,0 @@
{
"obf": "amr",
"name": "net/minecraft/block/impl/BlockFlowerPot",
"field": [],
"constructors": [],
"method": [
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,3 @@
CLASS none/amr net/minecraft/block/impl/BlockFlowerPot
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "amw",
"name": "net/minecraft/block/impl/BlockFurnace",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/amw net/minecraft/block/impl/BlockFurnace
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,21 +0,0 @@
{
"obf": "amz",
"name": "net/minecraft/block/impl/BlockGrass",
"field": [],
"constructors": [],
"method": [
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,3 @@
CLASS none/amz net/minecraft/block/impl/BlockGrass
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

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

View File

@ -0,0 +1 @@
CLASS none/ana net/minecraft/block/impl/BlockGrassPath

View File

@ -1,27 +0,0 @@
{
"obf": "anj",
"name": "net/minecraft/block/impl/BlockHopper",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/anj net/minecraft/block/impl/BlockHopper
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

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

View File

@ -0,0 +1 @@
CLASS none/anm net/minecraft/block/impl/BlockIce

View File

@ -1,36 +0,0 @@
{
"obf": "ann",
"name": "net/minecraft/block/impl/BlockJukebox",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": [
{
"obf": "ann$a",
"name": "Tile",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}
]
}

View File

@ -0,0 +1,5 @@
CLASS none/ann net/minecraft/block/impl/BlockJukebox
CLASS none/ann$a Tile
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "ano",
"name": "net/minecraft/block/impl/BlockLadder",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/ano net/minecraft/block/impl/BlockLadder
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

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

View File

@ -0,0 +1 @@
CLASS none/anp net/minecraft/block/impl/BlockLeaves

View File

@ -1,27 +0,0 @@
{
"obf": "anr",
"name": "net/minecraft/block/impl/BlockLever",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/anr net/minecraft/block/impl/BlockLever
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

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

View File

@ -0,0 +1 @@
CLASS none/anu net/minecraft/block/impl/BlockMagma

View File

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

View File

@ -0,0 +1 @@
CLASS none/anx net/minecraft/block/impl/BlockMobSpawner

View File

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

View File

@ -0,0 +1 @@
CLASS none/alc net/minecraft/block/impl/BlockMushroom

View File

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

View File

@ -0,0 +1 @@
CLASS none/aoa net/minecraft/block/impl/BlockMycelium

View File

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

View File

@ -0,0 +1 @@
CLASS none/aoc net/minecraft/block/impl/BlockNetherWart

View File

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

View File

@ -0,0 +1 @@
CLASS none/aom net/minecraft/block/impl/BlockOre

View File

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

View File

@ -0,0 +1 @@
CLASS none/aon net/minecraft/block/impl/BlockPackedIce

View File

@ -1,27 +0,0 @@
{
"obf": "asa",
"name": "net/minecraft/block/impl/BlockPiston",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/asa net/minecraft/block/impl/BlockPiston
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "asc",
"name": "net/minecraft/block/impl/BlockPistonExtension",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/asc net/minecraft/block/impl/BlockPistonExtension
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "asb",
"name": "net/minecraft/block/impl/BlockPistonHead",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/asb net/minecraft/block/impl/BlockPistonHead
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,33 +0,0 @@
{
"obf": "aop",
"name": "net/minecraft/block/impl/BlockPortal",
"field": [
{
"obf": "a",
"name": "AXIS",
"type": "Lnone/asx;"
}
],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,5 @@
CLASS none/aop net/minecraft/block/impl/BlockPortal
FIELD a AXIS Lnone/asx;
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "aot",
"name": "net/minecraft/block/impl/BlockPressurePlate",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/aot net/minecraft/block/impl/BlockPressurePlate
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "aqu",
"name": "net/minecraft/block/impl/BlockPressurePlateWeighted",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/aqu net/minecraft/block/impl/BlockPressurePlateWeighted
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "aoy",
"name": "net/minecraft/block/impl/BlockRail",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/aoy net/minecraft/block/impl/BlockRail
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

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

View File

@ -0,0 +1 @@
CLASS none/aor net/minecraft/block/impl/BlockRedstone

View File

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

View File

@ -0,0 +1 @@
CLASS none/apd net/minecraft/block/impl/BlockRedstoneLamp

View File

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

View File

@ -0,0 +1 @@
CLASS none/apb net/minecraft/block/impl/BlockRedstoneOre

View File

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

View File

@ -0,0 +1 @@
CLASS none/ape net/minecraft/block/impl/BlockRedstoneTorch

View File

@ -1,27 +0,0 @@
{
"obf": "apc",
"name": "net/minecraft/block/impl/BlockRedstoneWire",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/apc net/minecraft/block/impl/BlockRedstoneWire
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "apf",
"name": "net/minecraft/block/impl/BlockReeds",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/apf net/minecraft/block/impl/BlockReeds
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "aph",
"name": "net/minecraft/block/impl/BlockRepeater",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/aph net/minecraft/block/impl/BlockRepeater
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "apk",
"name": "net/minecraft/block/impl/BlockSand",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/apk net/minecraft/block/impl/BlockSand
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "apz",
"name": "net/minecraft/block/impl/BlockSignStanding",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/apz net/minecraft/block/impl/BlockSignStanding
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "aqr",
"name": "net/minecraft/block/impl/BlockSignWall",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/aqr net/minecraft/block/impl/BlockSignWall
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "app",
"name": "net/minecraft/block/impl/BlockSkull",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/app net/minecraft/block/impl/BlockSkull
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

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

View File

@ -0,0 +1 @@
CLASS none/and net/minecraft/block/impl/BlockSlab

View File

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

View File

@ -0,0 +1 @@
CLASS none/apq net/minecraft/block/impl/BlockSlime

View File

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

View File

@ -0,0 +1 @@
CLASS none/apr net/minecraft/block/impl/BlockSnow

View File

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

View File

@ -0,0 +1 @@
CLASS none/aps net/minecraft/block/impl/BlockSnowLayer

View File

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

View File

@ -0,0 +1 @@
CLASS none/apt net/minecraft/block/impl/BlockSoulSand

View File

@ -1,27 +0,0 @@
{
"obf": "apy",
"name": "net/minecraft/block/impl/BlockStairs",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/apy net/minecraft/block/impl/BlockStairs
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "aqg",
"name": "net/minecraft/block/impl/BlockStructure",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/aqg net/minecraft/block/impl/BlockStructure
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

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

View File

@ -0,0 +1 @@
CLASS none/aqh net/minecraft/block/impl/BlockStructureVoid

View File

@ -1,27 +0,0 @@
{
"obf": "aqk",
"name": "net/minecraft/block/impl/BlockTNT",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/aqk net/minecraft/block/impl/BlockTNT
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "aqi",
"name": "net/minecraft/block/impl/BlockTallGrass",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/aqi net/minecraft/block/impl/BlockTallGrass
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "aql",
"name": "net/minecraft/block/impl/BlockTorch",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/aql net/minecraft/block/impl/BlockTorch
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

@ -1,27 +0,0 @@
{
"obf": "aqm",
"name": "net/minecraft/block/impl/BlockTrapdoor",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "deserializeState",
"signature": "(I)Lnone/asj;",
"args": []
},
{
"obf": "b",
"name": "createStateFactory",
"signature": "()Lnone/ask;",
"args": []
},
{
"obf": "e",
"name": "serializeState",
"signature": "(Lnone/asj;)I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/aqm net/minecraft/block/impl/BlockTrapdoor
METHOD a deserializeState (I)Lnone/asj;
METHOD b createStateFactory ()Lnone/ask;
METHOD e serializeState (Lnone/asj;)I

View File

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

View File

@ -0,0 +1 @@
CLASS none/aqo net/minecraft/block/impl/BlockTripwireHook

View File

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

View File

@ -0,0 +1 @@
CLASS none/aqt net/minecraft/block/impl/BlockWeb

View File

@ -1,8 +0,0 @@
{
"obf": "asu",
"name": "net/minecraft/block/property/BlockPropertyBase",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1 @@
CLASS none/asu net/minecraft/block/property/BlockPropertyBase

View File

@ -1,15 +0,0 @@
{
"obf": "asx",
"name": "net/minecraft/block/property/BlockPropertyEnum",
"field": [],
"constructors": [],
"method": [
{
"obf": "c",
"name": "getValidValues",
"signature": "()Ljava/util/Collection;",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,2 @@
CLASS none/asx net/minecraft/block/property/BlockPropertyEnum
METHOD c getValidValues ()Ljava/util/Collection;

View File

@ -1,36 +0,0 @@
{
"obf": "asy",
"name": "net/minecraft/block/property/BlockPropertyInteger",
"field": [
{
"obf": "a",
"name": "validValues",
"type": "Lcom/google/common/collect/ImmutableSet;"
}
],
"constructors": [
{
"signature": "(Ljava/lang/String;II)V",
"args": [
{
"index": 0,
"name": "name"
}
],
"statics": false
}
],
"method": [
{
"obf": "equals",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "other"
}
]
}
],
"innerClass": []
}

View File

@ -0,0 +1,6 @@
CLASS none/asy net/minecraft/block/property/BlockPropertyInteger
FIELD a validValues Lcom/google/common/collect/ImmutableSet;
METHOD <init> (Ljava/lang/String;II)V
ARG 0 name
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other

View File

@ -1,44 +0,0 @@
{
"obf": "qt",
"name": "net/minecraft/block/tile/IInventory",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "setStack",
"signature": "(ILnone/aeq;)V",
"args": [
{
"index": 0,
"name": "slot"
},
{
"index": 1,
"name": "stack"
}
]
},
{
"obf": "b",
"name": "isValidStack",
"signature": "(ILnone/aeq;)Z",
"args": [
{
"index": 0,
"name": "slot"
},
{
"index": 1,
"name": "stack"
}
]
},
{
"obf": "t_",
"signature": "()I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,8 @@
CLASS none/qt net/minecraft/block/tile/IInventory
METHOD a setStack (ILnone/aeq;)V
ARG 0 slot
ARG 1 stack
METHOD b isValidStack (ILnone/aeq;)Z
ARG 0 slot
ARG 1 stack
METHOD t_ ()I

View File

@ -1,56 +0,0 @@
{
"obf": "rl",
"name": "net/minecraft/block/tile/IInventorySided",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"signature": "(ILnone/aeq;Lnone/cu;)Z",
"args": [
{
"index": 0,
"name": "slot"
},
{
"index": 1,
"name": "stack"
},
{
"index": 2,
"name": "facing"
}
]
},
{
"obf": "a",
"name": "getAvailableSlots",
"signature": "(Lnone/cu;)[I",
"args": [
{
"index": 0,
"name": "facing"
}
]
},
{
"obf": "b",
"signature": "(ILnone/aeq;Lnone/cu;)Z",
"args": [
{
"index": 0,
"name": "slot"
},
{
"index": 1,
"name": "stack"
},
{
"index": 2,
"name": "facing"
}
]
}
],
"innerClass": []
}

View File

@ -0,0 +1,11 @@
CLASS none/rl net/minecraft/block/tile/IInventorySided
METHOD a (ILnone/aeq;Lnone/cu;)Z
ARG 0 slot
ARG 1 stack
ARG 2 facing
METHOD a getAvailableSlots (Lnone/cu;)[I
ARG 0 facing
METHOD b (ILnone/aeq;Lnone/cu;)Z
ARG 0 slot
ARG 1 stack
ARG 2 facing

View File

@ -1,84 +0,0 @@
{
"obf": "arb",
"name": "net/minecraft/block/tile/TileEntity",
"field": [
{
"obf": "a",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
},
{
"obf": "b",
"name": "world",
"type": "Lnone/aiu;"
},
{
"obf": "c",
"name": "pos",
"type": "Lnone/cn;"
},
{
"obf": "e",
"name": "block",
"type": "Lnone/akw;"
},
{
"obf": "f",
"name": "registry",
"type": "Lnone/db;"
},
{
"obf": "g",
"name": "blockMetadata",
"type": "I"
}
],
"constructors": [],
"method": [
{
"obf": "D",
"name": "getWorld",
"signature": "()Lnone/aiu;",
"args": []
},
{
"obf": "a",
"name": "register",
"signature": "(Ljava/lang/String;Ljava/lang/Class;)V",
"args": [
{
"index": 0,
"name": "id"
},
{
"index": 1,
"name": "tileEntityClass"
}
]
},
{
"obf": "a",
"name": "setWorld",
"signature": "(Lnone/aiu;)V",
"args": [
{
"index": 0,
"name": "world"
}
]
},
{
"obf": "t",
"name": "hasWorld",
"signature": "()Z",
"args": []
},
{
"obf": "v",
"name": "getPos",
"signature": "()Lnone/cn;",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,15 @@
CLASS none/arb net/minecraft/block/tile/TileEntity
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b world Lnone/aiu;
FIELD c pos Lnone/cn;
FIELD e block Lnone/akw;
FIELD f registry Lnone/db;
FIELD g blockMetadata I
METHOD D getWorld ()Lnone/aiu;
METHOD a register (Ljava/lang/String;Ljava/lang/Class;)V
ARG 0 id
ARG 1 tileEntityClass
METHOD a setWorld (Lnone/aiu;)V
ARG 0 world
METHOD t hasWorld ()Z
METHOD v getPos ()Lnone/cn;

View File

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

View File

@ -0,0 +1 @@
CLASS none/aqz net/minecraft/block/tile/impl/TileEntityBanner

View File

@ -1,15 +0,0 @@
{
"obf": "ara",
"name": "net/minecraft/block/tile/impl/TileEntityBeacon",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "getAvailableSlots",
"signature": "(Lnone/cu;)[I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,2 @@
CLASS none/ara net/minecraft/block/tile/impl/TileEntityBeacon
METHOD a getAvailableSlots (Lnone/cu;)[I

View File

@ -1,15 +0,0 @@
{
"obf": "arc",
"name": "net/minecraft/block/tile/impl/TileEntityBrewingStand",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "getAvailableSlots",
"signature": "(Lnone/cu;)[I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,2 @@
CLASS none/arc net/minecraft/block/tile/impl/TileEntityBrewingStand
METHOD a getAvailableSlots (Lnone/cu;)[I

View File

@ -1,47 +0,0 @@
{
"obf": "ard",
"name": "net/minecraft/block/tile/impl/TileEntityChest",
"field": [
{
"obf": "f",
"name": "neighborNorth",
"type": "Lnone/ard;"
},
{
"obf": "g",
"name": "neighborEast",
"type": "Lnone/ard;"
},
{
"obf": "h",
"name": "neighborWest",
"type": "Lnone/ard;"
},
{
"obf": "i",
"name": "neighborSouth",
"type": "Lnone/ard;"
}
],
"constructors": [],
"method": [
{
"obf": "a",
"name": "getNeighbor",
"signature": "(Lnone/cu;)Lnone/ard;",
"args": [
{
"index": 0,
"name": "facing"
}
]
},
{
"obf": "t_",
"name": "getSlotCount",
"signature": "()I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,8 @@
CLASS none/ard net/minecraft/block/tile/impl/TileEntityChest
FIELD f neighborNorth Lnone/ard;
FIELD g neighborEast Lnone/ard;
FIELD h neighborWest Lnone/ard;
FIELD i neighborSouth Lnone/ard;
METHOD a getNeighbor (Lnone/cu;)Lnone/ard;
ARG 0 facing
METHOD t_ getSlotCount ()I

View File

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

View File

@ -0,0 +1 @@
CLASS none/are net/minecraft/block/tile/impl/TileEntityCommandBlock

View File

@ -1,32 +0,0 @@
{
"obf": "arf",
"name": "net/minecraft/block/tile/impl/TileEntityComparator",
"field": [
{
"obf": "a",
"name": "outputSignal",
"type": "I"
}
],
"constructors": [],
"method": [
{
"obf": "a",
"name": "setOutputSignal",
"signature": "(I)V",
"args": [
{
"index": 0,
"name": "outputSignal"
}
]
},
{
"obf": "d",
"name": "getOutputSignal",
"signature": "()I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,5 @@
CLASS none/arf net/minecraft/block/tile/impl/TileEntityComparator
FIELD a outputSignal I
METHOD a setOutputSignal (I)V
ARG 0 outputSignal
METHOD d getOutputSignal ()I

View File

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

View File

@ -0,0 +1 @@
CLASS none/arg net/minecraft/block/tile/impl/TileEntityDaylightDetector

View File

@ -1,14 +0,0 @@
{
"obf": "arh",
"name": "net/minecraft/block/tile/impl/TileEntityDispenser",
"field": [
{
"obf": "f",
"name": "rand",
"type": "Ljava/util/Random;"
}
],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1,2 @@
CLASS none/arh net/minecraft/block/tile/impl/TileEntityDispenser
FIELD f rand Ljava/util/Random;

View File

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

View File

@ -0,0 +1 @@
CLASS none/ari net/minecraft/block/tile/impl/TileEntityDropper

View File

@ -1,14 +0,0 @@
{
"obf": "arj",
"name": "net/minecraft/block/tile/impl/TileEntityEnchantingTable",
"field": [
{
"obf": "o",
"name": "rand",
"type": "Ljava/util/Random;"
}
],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1,2 @@
CLASS none/arj net/minecraft/block/tile/impl/TileEntityEnchantingTable
FIELD o rand Ljava/util/Random;

View File

@ -1,14 +0,0 @@
{
"obf": "arw",
"name": "net/minecraft/block/tile/impl/TileEntityEndGateway",
"field": [
{
"obf": "a",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
}
],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1,2 @@
CLASS none/arw net/minecraft/block/tile/impl/TileEntityEndGateway
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;

View File

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

View File

@ -0,0 +1 @@
CLASS none/arx net/minecraft/block/tile/impl/TileEntityEndPortal

View File

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

View File

@ -0,0 +1 @@
CLASS none/ark net/minecraft/block/tile/impl/TileEntityEnderChest

View File

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

View File

@ -0,0 +1 @@
CLASS none/arl net/minecraft/block/tile/impl/TileEntityFlowerPot

View File

@ -1,15 +0,0 @@
{
"obf": "arm",
"name": "net/minecraft/block/tile/impl/TileEntityFurnace",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "getAvailableSlots",
"signature": "(Lnone/cu;)[I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,2 @@
CLASS none/arm net/minecraft/block/tile/impl/TileEntityFurnace
METHOD a getAvailableSlots (Lnone/cu;)[I

View File

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

View File

@ -0,0 +1 @@
CLASS none/aro net/minecraft/block/tile/impl/TileEntityHopper

View File

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

View File

@ -0,0 +1 @@
CLASS none/arq net/minecraft/block/tile/impl/TileEntityMobSpawner

View File

@ -1,40 +0,0 @@
{
"obf": "arr",
"name": "net/minecraft/block/tile/impl/TileEntityNoteblock",
"field": [
{
"obf": "a",
"name": "note",
"type": "B"
},
{
"obf": "f",
"name": "powered",
"type": "Z"
}
],
"constructors": [],
"method": [
{
"obf": "a",
"signature": "(Lnone/aiu;Lnone/cn;)V",
"args": [
{
"index": 0,
"name": "world"
},
{
"index": 1,
"name": "pos"
}
]
},
{
"obf": "d",
"name": "incrementNote",
"signature": "()V",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,7 @@
CLASS none/arr net/minecraft/block/tile/impl/TileEntityNoteblock
FIELD a note B
FIELD f powered Z
METHOD a (Lnone/aiu;Lnone/cn;)V
ARG 0 world
ARG 1 pos
METHOD d incrementNote ()V

View File

@ -1,83 +0,0 @@
{
"obf": "asd",
"name": "net/minecraft/block/tile/impl/TileEntityPiston",
"field": [
{
"obf": "a",
"name": "pushedBlock",
"type": "Lnone/asj;"
},
{
"obf": "f",
"name": "facing",
"type": "Lnone/cu;"
},
{
"obf": "g",
"name": "extending",
"type": "Z"
},
{
"obf": "i",
"name": "nextProgress",
"type": "F"
},
{
"obf": "j",
"name": "progress",
"type": "F"
}
],
"constructors": [
{
"signature": "(Lnone/asj;Lnone/cu;ZZ)V",
"args": [
{
"index": 0,
"name": "pushedBlock"
},
{
"index": 1,
"name": "facing"
},
{
"index": 2,
"name": "extending"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "getProgress",
"signature": "(F)F",
"args": [
{
"index": 0,
"name": "partialTick"
}
]
},
{
"obf": "d",
"name": "getPushedBlock",
"signature": "()Lnone/asj;",
"args": []
},
{
"obf": "e",
"name": "isExtending",
"signature": "()Z",
"args": []
},
{
"obf": "g",
"name": "getFacing",
"signature": "()Lnone/cu;",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,15 @@
CLASS none/asd net/minecraft/block/tile/impl/TileEntityPiston
FIELD a pushedBlock Lnone/asj;
FIELD f facing Lnone/cu;
FIELD g extending Z
FIELD i nextProgress F
FIELD j progress F
METHOD <init> (Lnone/asj;Lnone/cu;ZZ)V
ARG 0 pushedBlock
ARG 1 facing
ARG 2 extending
METHOD a getProgress (F)F
ARG 0 partialTick
METHOD d getPushedBlock ()Lnone/asj;
METHOD e isExtending ()Z
METHOD g getFacing ()Lnone/cu;

View File

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

View File

@ -0,0 +1 @@
CLASS none/art net/minecraft/block/tile/impl/TileEntitySign

View File

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

View File

@ -0,0 +1 @@
CLASS none/aru net/minecraft/block/tile/impl/TileEntitySkull

View File

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

View File

@ -0,0 +1 @@
CLASS none/arv net/minecraft/block/tile/impl/TileEntityStructureBlock

View File

@ -1,26 +0,0 @@
{
"obf": "bdo",
"name": "net/minecraft/client/Minecraft",
"field": [
{
"obf": "J",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
},
{
"obf": "L",
"name": "displayModes",
"type": "Ljava/util/List;"
}
],
"constructors": [],
"method": [
{
"obf": "I",
"name": "getCurrentTimeMillis",
"signature": "()J",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/bdo net/minecraft/client/Minecraft
FIELD J LOGGER Lorg/apache/logging/log4j/Logger;
FIELD L displayModes Ljava/util/List;
METHOD I getCurrentTimeMillis ()J

View File

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

View File

@ -0,0 +1,2 @@
CLASS none/cv net/minecraft/dispenser/DispenserBehavior
FIELD a DEFAULT Lnone/cv;

View File

@ -1,54 +0,0 @@
{
"obf": "se",
"name": "net/minecraft/entity/Entity",
"field": [
{
"obf": "a",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
},
{
"obf": "at",
"name": "isGlowing",
"type": "Z"
},
{
"obf": "l",
"name": "world",
"type": "Lnone/aiu;"
},
{
"obf": "p",
"name": "x",
"type": "D"
},
{
"obf": "q",
"name": "y",
"type": "D"
},
{
"obf": "r",
"name": "z",
"type": "D"
},
{
"obf": "s",
"name": "motionX",
"type": "D"
},
{
"obf": "t",
"name": "motionY",
"type": "D"
},
{
"obf": "u",
"name": "motionZ",
"type": "D"
}
],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1,10 @@
CLASS none/se net/minecraft/entity/Entity
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD at isGlowing Z
FIELD l world Lnone/aiu;
FIELD p x D
FIELD q y D
FIELD r z D
FIELD s motionX D
FIELD t motionY D
FIELD u motionZ D

View File

@ -1,8 +0,0 @@
{
"obf": "sc",
"name": "net/minecraft/entity/impl/EntityAreaEffectCloud",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1 @@
CLASS none/sc net/minecraft/entity/impl/EntityAreaEffectCloud

View File

@ -1,8 +0,0 @@
{
"obf": "aar",
"name": "net/minecraft/entity/impl/EntityFirework",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1 @@
CLASS none/aar net/minecraft/entity/impl/EntityFirework

View File

@ -1,8 +0,0 @@
{
"obf": "yy",
"name": "net/minecraft/entity/impl/EntityItem",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1 @@
CLASS none/yy net/minecraft/entity/impl/EntityItem

View File

@ -1,8 +0,0 @@
{
"obf": "sk",
"name": "net/minecraft/entity/impl/EntityXPOrb",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1 @@
CLASS none/sk net/minecraft/entity/impl/EntityXPOrb

View File

@ -1,8 +0,0 @@
{
"obf": "zf",
"name": "net/minecraft/entity/impl/mob/EntityElderGuardian",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1 @@
CLASS none/zf net/minecraft/entity/impl/mob/EntityElderGuardian

View File

@ -1,8 +0,0 @@
{
"obf": "zx",
"name": "net/minecraft/entity/impl/mob/EntityStray",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1 @@
CLASS none/zx net/minecraft/entity/impl/mob/EntityStray

View File

@ -1,8 +0,0 @@
{
"obf": "zz",
"name": "net/minecraft/entity/impl/mob/EntityWitherSkeleton",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1 @@
CLASS none/zz net/minecraft/entity/impl/mob/EntityWitherSkeleton

View File

@ -1,31 +0,0 @@
{
"obf": "aeo",
"name": "net/minecraft/item/Item",
"field": [
{
"obf": "g",
"name": "registry",
"type": "Lnone/db;"
},
{
"obf": "k",
"name": "maxStackSize",
"type": "I"
}
],
"constructors": [],
"method": [
{
"obf": "d",
"name": "setMaxStackSize",
"signature": "(I)Lnone/aeo;",
"args": [
{
"index": 0,
"name": "maxStackSize"
}
]
}
],
"innerClass": []
}

View File

@ -0,0 +1,5 @@
CLASS none/aeo net/minecraft/item/Item
FIELD g registry Lnone/db;
FIELD k maxStackSize I
METHOD d setMaxStackSize (I)Lnone/aeo;
ARG 0 maxStackSize

View File

@ -1,50 +0,0 @@
{
"obf": "acw",
"name": "net/minecraft/item/ItemArmor",
"field": [],
"constructors": [],
"method": [],
"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 @@
CLASS none/acw net/minecraft/item/ItemArmor
CLASS none/acw$a ArmorMaterial
FIELD a LEATHER Lnone/acw$a;
FIELD b CHAINMAIL Lnone/acw$a;
FIELD c IRON Lnone/acw$a;
FIELD d GOLD Lnone/acw$a;
FIELD e DIAMOND Lnone/acw$a;
METHOD d getName ()Ljava/lang/String;

View File

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

View File

@ -0,0 +1 @@
CLASS none/adj net/minecraft/item/ItemBucket

View File

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

View File

@ -0,0 +1 @@
CLASS none/aek net/minecraft/item/ItemFood

View File

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

View File

@ -0,0 +1 @@
CLASS none/aeq net/minecraft/item/ItemStack

View File

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

View File

@ -0,0 +1 @@
CLASS none/acx net/minecraft/item/impl/ItemArmorStand

View File

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

View File

@ -0,0 +1 @@
CLASS none/acy net/minecraft/item/impl/ItemArrow

View File

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

View File

@ -0,0 +1 @@
CLASS none/afv net/minecraft/item/impl/ItemArrowSpectral

View File

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

View File

@ -0,0 +1 @@
CLASS none/afz net/minecraft/item/impl/ItemArrowTipped

View File

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

View File

@ -0,0 +1 @@
CLASS none/ada net/minecraft/item/impl/ItemBanner

View File

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

View File

@ -0,0 +1 @@
CLASS none/adb net/minecraft/item/impl/ItemBed

View File

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

View File

@ -0,0 +1 @@
CLASS none/ade net/minecraft/item/impl/ItemBoat

View File

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

View File

@ -0,0 +1 @@
CLASS none/adf net/minecraft/item/impl/ItemBook

View File

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

View File

@ -0,0 +1 @@
CLASS none/adz net/minecraft/item/impl/ItemBookEnchanted

View File

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

View File

@ -0,0 +1 @@
CLASS none/agc net/minecraft/item/impl/ItemBookWritable

View File

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

View File

@ -0,0 +1 @@
CLASS none/agd net/minecraft/item/impl/ItemBookWritten

View File

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

View File

@ -0,0 +1 @@
CLASS none/adh net/minecraft/item/impl/ItemBow

View File

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

View File

@ -0,0 +1 @@
CLASS none/aex net/minecraft/item/impl/ItemBucketMilk

View File

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

View File

@ -0,0 +1 @@
CLASS none/adm net/minecraft/item/impl/ItemClock

View File

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

View File

@ -0,0 +1 @@
CLASS none/ado net/minecraft/item/impl/ItemCompass

View File

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

View File

@ -0,0 +1 @@
CLASS none/ads net/minecraft/item/impl/ItemDoor

View File

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

View File

@ -0,0 +1 @@
CLASS none/adu net/minecraft/item/impl/ItemDye

View File

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

View File

@ -0,0 +1 @@
CLASS none/adw net/minecraft/item/impl/ItemEgg

View File

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

View File

@ -0,0 +1 @@
CLASS none/adx net/minecraft/item/impl/ItemElytra

View File

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

View File

@ -0,0 +1 @@
CLASS none/aea net/minecraft/item/impl/ItemEndCrystal

View File

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

View File

@ -0,0 +1 @@
CLASS none/aec net/minecraft/item/impl/ItemEnderPearl

View File

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

View File

@ -0,0 +1 @@
CLASS none/aee net/minecraft/item/impl/ItemFireCharge

View File

@ -1,25 +0,0 @@
{
"obf": "aeh",
"name": "net/minecraft/item/impl/ItemFish",
"field": [
{
"obf": "b",
"name": "cooked",
"type": "Z"
}
],
"constructors": [
{
"signature": "(Z)V",
"args": [
{
"index": 0,
"name": "cooked"
}
],
"statics": false
}
],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/aeh net/minecraft/item/impl/ItemFish
FIELD b cooked Z
METHOD <init> (Z)V
ARG 0 cooked

View File

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

View File

@ -0,0 +1 @@
CLASS none/aei net/minecraft/item/impl/ItemFishingRod

View File

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

View File

@ -0,0 +1 @@
CLASS none/aet net/minecraft/item/impl/ItemLeash

View File

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

View File

@ -0,0 +1 @@
CLASS none/ady net/minecraft/item/impl/ItemMapEmpty

View File

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

View File

@ -0,0 +1 @@
CLASS none/aew net/minecraft/item/impl/ItemMapFilled

View File

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

View File

@ -0,0 +1 @@
CLASS none/aey net/minecraft/item/impl/ItemMinecart

View File

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

View File

@ -0,0 +1 @@
CLASS none/afa net/minecraft/item/impl/ItemNameTag

View File

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

View File

@ -0,0 +1 @@
CLASS none/aem net/minecraft/item/impl/ItemPainting

View File

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

View File

@ -0,0 +1 @@
CLASS none/afd net/minecraft/item/impl/ItemPotion

View File

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

View File

@ -0,0 +1 @@
CLASS none/aev net/minecraft/item/impl/ItemPotionLingering

View File

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

View File

@ -0,0 +1 @@
CLASS none/afw net/minecraft/item/impl/ItemPotionSplash

View File

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

View File

@ -0,0 +1 @@
CLASS none/aff net/minecraft/item/impl/ItemRecord

View File

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

View File

@ -0,0 +1 @@
CLASS none/afg net/minecraft/item/impl/ItemRedstone

View File

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

View File

@ -0,0 +1 @@
CLASS none/afh net/minecraft/item/impl/ItemSaddle

View File

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

View File

@ -0,0 +1 @@
CLASS none/afj net/minecraft/item/impl/ItemSeeds

View File

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

View File

@ -0,0 +1 @@
CLASS none/afl net/minecraft/item/impl/ItemShears

View File

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

View File

@ -0,0 +1 @@
CLASS none/afm net/minecraft/item/impl/ItemShield

View File

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

View File

@ -0,0 +1 @@
CLASS none/afo net/minecraft/item/impl/ItemSign

View File

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

View File

@ -0,0 +1 @@
CLASS none/afq net/minecraft/item/impl/ItemSkull

View File

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

View File

@ -0,0 +1 @@
CLASS none/aft net/minecraft/item/impl/ItemSnowball

View File

@ -1,8 +0,0 @@
{
"obf": "acz",
"name": "net/minecraft/item/tool/ItemAxe",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1 @@
CLASS none/acz net/minecraft/item/tool/ItemAxe

View File

@ -1,8 +0,0 @@
{
"obf": "aen",
"name": "net/minecraft/item/tool/ItemHoe",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1 @@
CLASS none/aen net/minecraft/item/tool/ItemHoe

View File

@ -1,8 +0,0 @@
{
"obf": "afb",
"name": "net/minecraft/item/tool/ItemPickaxe",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1 @@
CLASS none/afb net/minecraft/item/tool/ItemPickaxe

View File

@ -1,8 +0,0 @@
{
"obf": "afn",
"name": "net/minecraft/item/tool/ItemShovel",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1 @@
CLASS none/afn net/minecraft/item/tool/ItemShovel

View File

@ -1,8 +0,0 @@
{
"obf": "afx",
"name": "net/minecraft/item/tool/ItemSword",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1 @@
CLASS none/afx net/minecraft/item/tool/ItemSword

View File

@ -1,50 +0,0 @@
{
"obf": "eb",
"name": "net/minecraft/nbt/PositionTracker",
"field": [
{
"obf": "b",
"name": "max",
"type": "J"
},
{
"obf": "c",
"name": "pos",
"type": "J"
}
],
"constructors": [
{
"signature": "(J)V",
"args": [
{
"index": 0,
"name": "max"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "add",
"signature": "(J)V",
"args": [
{
"index": 0,
"name": "amount"
}
]
}
],
"innerClass": [
{
"obf": "eb$1",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}
]
}

View File

@ -0,0 +1,8 @@
CLASS none/eb net/minecraft/nbt/PositionTracker
CLASS none/eb$1
FIELD b max J
FIELD c pos J
METHOD <init> (J)V
ARG 0 max
METHOD a add (J)V
ARG 0 amount

View File

@ -1,90 +0,0 @@
{
"obf": "eh",
"name": "net/minecraft/nbt/Tag",
"field": [
{
"obf": "a",
"name": "TYPES",
"type": "[Ljava/lang/String;"
}
],
"constructors": [],
"method": [
{
"obf": "a",
"name": "getType",
"signature": "()B",
"args": []
},
{
"obf": "a",
"name": "createTag",
"signature": "(B)Lnone/eh;",
"args": [
{
"index": 0,
"name": "id"
}
]
},
{
"obf": "a",
"name": "read",
"signature": "(Ljava/io/DataInput;ILnone/eb;)V",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "depth"
},
{
"index": 2,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "write",
"signature": "(Ljava/io/DataOutput;)V",
"args": [
{
"index": 0,
"name": "output"
}
]
},
{
"obf": "b",
"name": "copy",
"signature": "()Lnone/eh;",
"args": []
},
{
"obf": "b_",
"name": "isEmpty",
"signature": "()Z",
"args": []
},
{
"obf": "c_",
"name": "asString",
"signature": "()Ljava/lang/String;",
"args": []
},
{
"obf": "equals",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "other"
}
]
}
],
"innerClass": []
}

View File

@ -0,0 +1,16 @@
CLASS none/eh net/minecraft/nbt/Tag
FIELD a TYPES [Ljava/lang/String;
METHOD a getType ()B
METHOD a createTag (B)Lnone/eh;
ARG 0 id
METHOD a read (Ljava/io/DataInput;ILnone/eb;)V
ARG 0 input
ARG 1 depth
ARG 2 tracker
METHOD a write (Ljava/io/DataOutput;)V
ARG 0 output
METHOD b copy ()Lnone/eh;
METHOD b_ isEmpty ()Z
METHOD c_ asString ()Ljava/lang/String;
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other

View File

@ -1,120 +0,0 @@
{
"obf": "ds",
"name": "net/minecraft/nbt/TagByte",
"field": [
{
"obf": "b",
"name": "value",
"type": "B"
}
],
"constructors": [
{
"signature": "(B)V",
"args": [
{
"index": 0,
"name": "value"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "getType",
"signature": "()B",
"args": []
},
{
"obf": "a",
"name": "read",
"signature": "(Ljava/io/DataInput;ILnone/eb;)V",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "depth"
},
{
"index": 2,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "write",
"signature": "(Ljava/io/DataOutput;)V",
"args": [
{
"index": 0,
"name": "output"
}
]
},
{
"obf": "b",
"name": "copy",
"signature": "()Lnone/eh;",
"args": []
},
{
"obf": "c",
"name": "copy",
"signature": "()Lnone/ds;",
"args": []
},
{
"obf": "d",
"name": "getLong",
"signature": "()J",
"args": []
},
{
"obf": "e",
"name": "getInt",
"signature": "()I",
"args": []
},
{
"obf": "equals",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "other"
}
]
},
{
"obf": "f",
"name": "getShort",
"signature": "()S",
"args": []
},
{
"obf": "g",
"name": "getByte",
"signature": "()B",
"args": []
},
{
"obf": "h",
"name": "getDouble",
"signature": "()D",
"args": []
},
{
"obf": "i",
"name": "getFloat",
"signature": "()F",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,21 @@
CLASS none/ds net/minecraft/nbt/TagByte
FIELD b value B
METHOD <init> (B)V
ARG 0 value
METHOD a getType ()B
METHOD a read (Ljava/io/DataInput;ILnone/eb;)V
ARG 0 input
ARG 1 depth
ARG 2 tracker
METHOD a write (Ljava/io/DataOutput;)V
ARG 0 output
METHOD b copy ()Lnone/eh;
METHOD c copy ()Lnone/ds;
METHOD d getLong ()J
METHOD e getInt ()I
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other
METHOD f getShort ()S
METHOD g getByte ()B
METHOD h getDouble ()D
METHOD i getFloat ()F

View File

@ -1,84 +0,0 @@
{
"obf": "dr",
"name": "net/minecraft/nbt/TagByteArray",
"field": [
{
"obf": "b",
"name": "value",
"type": "[B"
}
],
"constructors": [
{
"signature": "([B)V",
"args": [
{
"index": 0,
"name": "value"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "getType",
"signature": "()B",
"args": []
},
{
"obf": "a",
"name": "read",
"signature": "(Ljava/io/DataInput;ILnone/eb;)V",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "depth"
},
{
"index": 2,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "write",
"signature": "(Ljava/io/DataOutput;)V",
"args": [
{
"index": 0,
"name": "output"
}
]
},
{
"obf": "b",
"name": "copy",
"signature": "()Lnone/eh;",
"args": []
},
{
"obf": "c",
"name": "getByteArray",
"signature": "()[B",
"args": []
},
{
"obf": "equals",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "other"
}
]
}
],
"innerClass": []
}

View File

@ -0,0 +1,15 @@
CLASS none/dr net/minecraft/nbt/TagByteArray
FIELD b value [B
METHOD <init> ([B)V
ARG 0 value
METHOD a getType ()B
METHOD a read (Ljava/io/DataInput;ILnone/eb;)V
ARG 0 input
ARG 1 depth
ARG 2 tracker
METHOD a write (Ljava/io/DataOutput;)V
ARG 0 output
METHOD b copy ()Lnone/eh;
METHOD c getByteArray ()[B
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other

View File

@ -1,594 +0,0 @@
{
"obf": "dt",
"name": "net/minecraft/nbt/TagCompound",
"field": [
{
"obf": "b",
"name": "tags",
"type": "Ljava/util/Map;"
}
],
"constructors": [],
"method": [
{
"obf": "a",
"name": "getType",
"signature": "()B",
"args": []
},
{
"obf": "a",
"name": "createTag",
"signature": "(BLjava/lang/String;Ljava/io/DataInput;ILnone/eb;)Lnone/eh;",
"args": [
{
"index": 0,
"name": "type"
},
{
"index": 1,
"name": "key"
},
{
"index": 2,
"name": "input"
},
{
"index": 3,
"name": "depth"
},
{
"index": 4,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "read",
"signature": "(Ljava/io/DataInput;ILnone/eb;)V",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "depth"
},
{
"index": 2,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "readByte",
"signature": "(Ljava/io/DataInput;Lnone/eb;)B",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "write",
"signature": "(Ljava/io/DataOutput;)V",
"args": [
{
"index": 0,
"name": "output"
}
]
},
{
"obf": "a",
"name": "getUUID",
"signature": "(Ljava/lang/String;)Ljava/util/UUID;",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "a",
"name": "setByte",
"signature": "(Ljava/lang/String;B)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "value"
}
]
},
{
"obf": "a",
"name": "setDouble",
"signature": "(Ljava/lang/String;D)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "value"
}
]
},
{
"obf": "a",
"name": "setFloat",
"signature": "(Ljava/lang/String;F)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "value"
}
]
},
{
"obf": "a",
"name": "setInt",
"signature": "(Ljava/lang/String;I)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "value"
}
]
},
{
"obf": "a",
"name": "createCrashReport",
"signature": "(Ljava/lang/String;ILjava/lang/ClassCastException;)Lnone/b;",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "type"
},
{
"index": 2,
"name": "exception"
}
]
},
{
"obf": "a",
"name": "setLong",
"signature": "(Ljava/lang/String;J)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "value"
}
]
},
{
"obf": "a",
"name": "setString",
"signature": "(Ljava/lang/String;Ljava/lang/String;)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "value"
}
]
},
{
"obf": "a",
"name": "setUUID",
"signature": "(Ljava/lang/String;Ljava/util/UUID;)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "value"
}
]
},
{
"obf": "a",
"name": "setTag",
"signature": "(Ljava/lang/String;Lnone/eh;)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "value"
}
]
},
{
"obf": "a",
"name": "write",
"signature": "(Ljava/lang/String;Lnone/eh;Ljava/io/DataOutput;)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "tag"
},
{
"index": 2,
"name": "output"
}
]
},
{
"obf": "a",
"name": "setShort",
"signature": "(Ljava/lang/String;S)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "value"
}
]
},
{
"obf": "a",
"name": "setBoolean",
"signature": "(Ljava/lang/String;Z)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "value"
}
]
},
{
"obf": "a",
"name": "setByteArray",
"signature": "(Ljava/lang/String;[B)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "value"
}
]
},
{
"obf": "a",
"name": "setIntArray",
"signature": "(Ljava/lang/String;[I)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "value"
}
]
},
{
"obf": "a",
"name": "copyTo",
"signature": "(Lnone/dt;)V",
"args": [
{
"index": 0,
"name": "tag"
}
]
},
{
"obf": "b",
"name": "copy",
"signature": "()Lnone/eh;",
"args": []
},
{
"obf": "b",
"name": "readString",
"signature": "(Ljava/io/DataInput;Lnone/eb;)Ljava/lang/String;",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "tracker"
}
]
},
{
"obf": "b",
"name": "hasUUID",
"signature": "(Ljava/lang/String;)Z",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "b",
"name": "hasKey",
"signature": "(Ljava/lang/String;I)Z",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "type"
}
]
},
{
"obf": "b_",
"name": "isEmpty",
"signature": "()Z",
"args": []
},
{
"obf": "c",
"name": "getKeys",
"signature": "()Ljava/util/Set;",
"args": []
},
{
"obf": "c",
"name": "getTag",
"signature": "(Ljava/lang/String;)Lnone/eh;",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "c",
"name": "getTagList",
"signature": "(Ljava/lang/String;I)Lnone/dz;",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "type"
}
]
},
{
"obf": "d",
"name": "getSize",
"signature": "()I",
"args": []
},
{
"obf": "d",
"name": "getType",
"signature": "(Ljava/lang/String;)B",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "e",
"name": "hasKey",
"signature": "(Ljava/lang/String;)Z",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "equals",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "other"
}
]
},
{
"obf": "f",
"name": "getByte",
"signature": "(Ljava/lang/String;)B",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "g",
"name": "copy",
"signature": "()Lnone/dt;",
"args": []
},
{
"obf": "g",
"name": "getShort",
"signature": "(Ljava/lang/String;)S",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "h",
"name": "getInt",
"signature": "(Ljava/lang/String;)I",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "i",
"name": "getLong",
"signature": "(Ljava/lang/String;)J",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "j",
"name": "getFloat",
"signature": "(Ljava/lang/String;)F",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "k",
"name": "getDouble",
"signature": "(Ljava/lang/String;)D",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "l",
"name": "getString",
"signature": "(Ljava/lang/String;)Ljava/lang/String;",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "m",
"name": "getByteArray",
"signature": "(Ljava/lang/String;)[B",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "n",
"name": "getIntArray",
"signature": "(Ljava/lang/String;)[I",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "o",
"name": "getTagCompound",
"signature": "(Ljava/lang/String;)Lnone/dt;",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "p",
"name": "getBoolean",
"signature": "(Ljava/lang/String;)Z",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "q",
"name": "removeTag",
"signature": "(Ljava/lang/String;)V",
"args": [
{
"index": 0,
"name": "key"
}
]
}
],
"innerClass": []
}

View File

@ -0,0 +1,114 @@
CLASS none/dt net/minecraft/nbt/TagCompound
FIELD b tags Ljava/util/Map;
METHOD a getType ()B
METHOD a createTag (BLjava/lang/String;Ljava/io/DataInput;ILnone/eb;)Lnone/eh;
ARG 0 type
ARG 1 key
ARG 2 input
ARG 3 depth
ARG 4 tracker
METHOD a read (Ljava/io/DataInput;ILnone/eb;)V
ARG 0 input
ARG 1 depth
ARG 2 tracker
METHOD a readByte (Ljava/io/DataInput;Lnone/eb;)B
ARG 0 input
ARG 1 tracker
METHOD a write (Ljava/io/DataOutput;)V
ARG 0 output
METHOD a getUUID (Ljava/lang/String;)Ljava/util/UUID;
ARG 0 key
METHOD a setByte (Ljava/lang/String;B)V
ARG 0 key
ARG 1 value
METHOD a setDouble (Ljava/lang/String;D)V
ARG 0 key
ARG 1 value
METHOD a setFloat (Ljava/lang/String;F)V
ARG 0 key
ARG 1 value
METHOD a setInt (Ljava/lang/String;I)V
ARG 0 key
ARG 1 value
METHOD a createCrashReport (Ljava/lang/String;ILjava/lang/ClassCastException;)Lnone/b;
ARG 0 key
ARG 1 type
ARG 2 exception
METHOD a setLong (Ljava/lang/String;J)V
ARG 0 key
ARG 1 value
METHOD a setString (Ljava/lang/String;Ljava/lang/String;)V
ARG 0 key
ARG 1 value
METHOD a setUUID (Ljava/lang/String;Ljava/util/UUID;)V
ARG 0 key
ARG 1 value
METHOD a setTag (Ljava/lang/String;Lnone/eh;)V
ARG 0 key
ARG 1 value
METHOD a write (Ljava/lang/String;Lnone/eh;Ljava/io/DataOutput;)V
ARG 0 key
ARG 1 tag
ARG 2 output
METHOD a setShort (Ljava/lang/String;S)V
ARG 0 key
ARG 1 value
METHOD a setBoolean (Ljava/lang/String;Z)V
ARG 0 key
ARG 1 value
METHOD a setByteArray (Ljava/lang/String;[B)V
ARG 0 key
ARG 1 value
METHOD a setIntArray (Ljava/lang/String;[I)V
ARG 0 key
ARG 1 value
METHOD a copyTo (Lnone/dt;)V
ARG 0 tag
METHOD b copy ()Lnone/eh;
METHOD b readString (Ljava/io/DataInput;Lnone/eb;)Ljava/lang/String;
ARG 0 input
ARG 1 tracker
METHOD b hasUUID (Ljava/lang/String;)Z
ARG 0 key
METHOD b hasKey (Ljava/lang/String;I)Z
ARG 0 key
ARG 1 type
METHOD b_ isEmpty ()Z
METHOD c getKeys ()Ljava/util/Set;
METHOD c getTag (Ljava/lang/String;)Lnone/eh;
ARG 0 key
METHOD c getTagList (Ljava/lang/String;I)Lnone/dz;
ARG 0 key
ARG 1 type
METHOD d getSize ()I
METHOD d getType (Ljava/lang/String;)B
ARG 0 key
METHOD e hasKey (Ljava/lang/String;)Z
ARG 0 key
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other
METHOD f getByte (Ljava/lang/String;)B
ARG 0 key
METHOD g copy ()Lnone/dt;
METHOD g getShort (Ljava/lang/String;)S
ARG 0 key
METHOD h getInt (Ljava/lang/String;)I
ARG 0 key
METHOD i getLong (Ljava/lang/String;)J
ARG 0 key
METHOD j getFloat (Ljava/lang/String;)F
ARG 0 key
METHOD k getDouble (Ljava/lang/String;)D
ARG 0 key
METHOD l getString (Ljava/lang/String;)Ljava/lang/String;
ARG 0 key
METHOD m getByteArray (Ljava/lang/String;)[B
ARG 0 key
METHOD n getIntArray (Ljava/lang/String;)[I
ARG 0 key
METHOD o getTagCompound (Ljava/lang/String;)Lnone/dt;
ARG 0 key
METHOD p getBoolean (Ljava/lang/String;)Z
ARG 0 key
METHOD q removeTag (Ljava/lang/String;)V
ARG 0 key

View File

@ -1,120 +0,0 @@
{
"obf": "du",
"name": "net/minecraft/nbt/TagDouble",
"field": [
{
"obf": "b",
"name": "value",
"type": "D"
}
],
"constructors": [
{
"signature": "(D)V",
"args": [
{
"index": 0,
"name": "value"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "getType",
"signature": "()B",
"args": []
},
{
"obf": "a",
"name": "read",
"signature": "(Ljava/io/DataInput;ILnone/eb;)V",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "depth"
},
{
"index": 2,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "write",
"signature": "(Ljava/io/DataOutput;)V",
"args": [
{
"index": 0,
"name": "output"
}
]
},
{
"obf": "b",
"name": "copy",
"signature": "()Lnone/eh;",
"args": []
},
{
"obf": "c",
"name": "copy",
"signature": "()Lnone/du;",
"args": []
},
{
"obf": "d",
"name": "getLong",
"signature": "()J",
"args": []
},
{
"obf": "e",
"name": "getInt",
"signature": "()I",
"args": []
},
{
"obf": "equals",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "other"
}
]
},
{
"obf": "f",
"name": "getShort",
"signature": "()S",
"args": []
},
{
"obf": "g",
"name": "getByte",
"signature": "()B",
"args": []
},
{
"obf": "h",
"name": "getDouble",
"signature": "()D",
"args": []
},
{
"obf": "i",
"name": "getFloat",
"signature": "()F",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,21 @@
CLASS none/du net/minecraft/nbt/TagDouble
FIELD b value D
METHOD <init> (D)V
ARG 0 value
METHOD a getType ()B
METHOD a read (Ljava/io/DataInput;ILnone/eb;)V
ARG 0 input
ARG 1 depth
ARG 2 tracker
METHOD a write (Ljava/io/DataOutput;)V
ARG 0 output
METHOD b copy ()Lnone/eh;
METHOD c copy ()Lnone/du;
METHOD d getLong ()J
METHOD e getInt ()I
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other
METHOD f getShort ()S
METHOD g getByte ()B
METHOD h getDouble ()D
METHOD i getFloat ()F

View File

@ -1,57 +0,0 @@
{
"obf": "dv",
"name": "net/minecraft/nbt/TagEnd",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "getType",
"signature": "()B",
"args": []
},
{
"obf": "a",
"name": "read",
"signature": "(Ljava/io/DataInput;ILnone/eb;)V",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "depth"
},
{
"index": 2,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "write",
"signature": "(Ljava/io/DataOutput;)V",
"args": [
{
"index": 0,
"name": "output"
}
]
},
{
"obf": "b",
"name": "copy",
"signature": "()Lnone/eh;",
"args": []
},
{
"obf": "c",
"name": "copy",
"signature": "()Lnone/dv;",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,10 @@
CLASS none/dv net/minecraft/nbt/TagEnd
METHOD a getType ()B
METHOD a read (Ljava/io/DataInput;ILnone/eb;)V
ARG 0 input
ARG 1 depth
ARG 2 tracker
METHOD a write (Ljava/io/DataOutput;)V
ARG 0 output
METHOD b copy ()Lnone/eh;
METHOD c copy ()Lnone/dv;

View File

@ -1,120 +0,0 @@
{
"obf": "dw",
"name": "net/minecraft/nbt/TagFloat",
"field": [
{
"obf": "b",
"name": "value",
"type": "F"
}
],
"constructors": [
{
"signature": "(F)V",
"args": [
{
"index": 0,
"name": "value"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "getType",
"signature": "()B",
"args": []
},
{
"obf": "a",
"name": "read",
"signature": "(Ljava/io/DataInput;ILnone/eb;)V",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "depth"
},
{
"index": 2,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "write",
"signature": "(Ljava/io/DataOutput;)V",
"args": [
{
"index": 0,
"name": "output"
}
]
},
{
"obf": "b",
"name": "copy",
"signature": "()Lnone/eh;",
"args": []
},
{
"obf": "c",
"name": "copy",
"signature": "()Lnone/dw;",
"args": []
},
{
"obf": "d",
"name": "getLong",
"signature": "()J",
"args": []
},
{
"obf": "e",
"name": "getInt",
"signature": "()I",
"args": []
},
{
"obf": "equals",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "other"
}
]
},
{
"obf": "f",
"name": "getShort",
"signature": "()S",
"args": []
},
{
"obf": "g",
"name": "getByte",
"signature": "()B",
"args": []
},
{
"obf": "h",
"name": "getDouble",
"signature": "()D",
"args": []
},
{
"obf": "i",
"name": "getFloat",
"signature": "()F",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,21 @@
CLASS none/dw net/minecraft/nbt/TagFloat
FIELD b value F
METHOD <init> (F)V
ARG 0 value
METHOD a getType ()B
METHOD a read (Ljava/io/DataInput;ILnone/eb;)V
ARG 0 input
ARG 1 depth
ARG 2 tracker
METHOD a write (Ljava/io/DataOutput;)V
ARG 0 output
METHOD b copy ()Lnone/eh;
METHOD c copy ()Lnone/dw;
METHOD d getLong ()J
METHOD e getInt ()I
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other
METHOD f getShort ()S
METHOD g getByte ()B
METHOD h getDouble ()D
METHOD i getFloat ()F

View File

@ -1,120 +0,0 @@
{
"obf": "dy",
"name": "net/minecraft/nbt/TagInt",
"field": [
{
"obf": "b",
"name": "value",
"type": "I"
}
],
"constructors": [
{
"signature": "(I)V",
"args": [
{
"index": 0,
"name": "value"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "getType",
"signature": "()B",
"args": []
},
{
"obf": "a",
"name": "read",
"signature": "(Ljava/io/DataInput;ILnone/eb;)V",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "depth"
},
{
"index": 2,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "write",
"signature": "(Ljava/io/DataOutput;)V",
"args": [
{
"index": 0,
"name": "output"
}
]
},
{
"obf": "b",
"name": "copy",
"signature": "()Lnone/eh;",
"args": []
},
{
"obf": "c",
"name": "copy",
"signature": "()Lnone/dy;",
"args": []
},
{
"obf": "d",
"name": "getLong",
"signature": "()J",
"args": []
},
{
"obf": "e",
"name": "getInt",
"signature": "()I",
"args": []
},
{
"obf": "equals",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "other"
}
]
},
{
"obf": "f",
"name": "getShort",
"signature": "()S",
"args": []
},
{
"obf": "g",
"name": "getByte",
"signature": "()B",
"args": []
},
{
"obf": "h",
"name": "getDouble",
"signature": "()D",
"args": []
},
{
"obf": "i",
"name": "getFloat",
"signature": "()F",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,21 @@
CLASS none/dy net/minecraft/nbt/TagInt
FIELD b value I
METHOD <init> (I)V
ARG 0 value
METHOD a getType ()B
METHOD a read (Ljava/io/DataInput;ILnone/eb;)V
ARG 0 input
ARG 1 depth
ARG 2 tracker
METHOD a write (Ljava/io/DataOutput;)V
ARG 0 output
METHOD b copy ()Lnone/eh;
METHOD c copy ()Lnone/dy;
METHOD d getLong ()J
METHOD e getInt ()I
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other
METHOD f getShort ()S
METHOD g getByte ()B
METHOD h getDouble ()D
METHOD i getFloat ()F

View File

@ -1,90 +0,0 @@
{
"obf": "dx",
"name": "net/minecraft/nbt/TagIntArray",
"field": [
{
"obf": "b",
"name": "value",
"type": "[I"
}
],
"constructors": [
{
"signature": "([I)V",
"args": [
{
"index": 0,
"name": "value"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "getType",
"signature": "()B",
"args": []
},
{
"obf": "a",
"name": "read",
"signature": "(Ljava/io/DataInput;ILnone/eb;)V",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "depth"
},
{
"index": 2,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "write",
"signature": "(Ljava/io/DataOutput;)V",
"args": [
{
"index": 0,
"name": "output"
}
]
},
{
"obf": "b",
"name": "copy",
"signature": "()Lnone/eh;",
"args": []
},
{
"obf": "c",
"name": "copy",
"signature": "()Lnone/dx;",
"args": []
},
{
"obf": "d",
"name": "getIntArray",
"signature": "()[I",
"args": []
},
{
"obf": "equals",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "other"
}
]
}
],
"innerClass": []
}

View File

@ -0,0 +1,16 @@
CLASS none/dx net/minecraft/nbt/TagIntArray
FIELD b value [I
METHOD <init> ([I)V
ARG 0 value
METHOD a getType ()B
METHOD a read (Ljava/io/DataInput;ILnone/eb;)V
ARG 0 input
ARG 1 depth
ARG 2 tracker
METHOD a write (Ljava/io/DataOutput;)V
ARG 0 output
METHOD b copy ()Lnone/eh;
METHOD c copy ()Lnone/dx;
METHOD d getIntArray ()[I
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other

View File

@ -1,215 +0,0 @@
{
"obf": "dz",
"name": "net/minecraft/nbt/TagList",
"field": [
{
"obf": "b",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
},
{
"obf": "c",
"name": "value",
"type": "Ljava/util/List;"
},
{
"obf": "d",
"name": "type",
"type": "B"
}
],
"constructors": [],
"method": [
{
"obf": "a",
"name": "getType",
"signature": "()B",
"args": []
},
{
"obf": "a",
"name": "remove",
"signature": "(I)Lnone/eh;",
"args": [
{
"index": 0,
"name": "index"
}
]
},
{
"obf": "a",
"name": "set",
"signature": "(ILnone/eh;)V",
"args": [
{
"index": 0,
"name": "index"
},
{
"index": 1,
"name": "tag"
}
]
},
{
"obf": "a",
"name": "read",
"signature": "(Ljava/io/DataInput;ILnone/eb;)V",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "depth"
},
{
"index": 2,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "write",
"signature": "(Ljava/io/DataOutput;)V",
"args": [
{
"index": 0,
"name": "output"
}
]
},
{
"obf": "a",
"name": "add",
"signature": "(Lnone/eh;)V",
"args": [
{
"index": 0,
"name": "tag"
}
]
},
{
"obf": "b",
"name": "copy",
"signature": "()Lnone/eh;",
"args": []
},
{
"obf": "b",
"name": "getTagCompound",
"signature": "(I)Lnone/dt;",
"args": [
{
"index": 0,
"name": "index"
}
]
},
{
"obf": "b_",
"name": "isEmpty",
"signature": "()Z",
"args": []
},
{
"obf": "c",
"name": "getSize",
"signature": "()I",
"args": []
},
{
"obf": "c",
"name": "getInt",
"signature": "(I)I",
"args": [
{
"index": 0,
"name": "index"
}
]
},
{
"obf": "d",
"name": "copy",
"signature": "()Lnone/dz;",
"args": []
},
{
"obf": "d",
"name": "getIntArray",
"signature": "(I)[I",
"args": [
{
"index": 0,
"name": "index"
}
]
},
{
"obf": "e",
"name": "getDouble",
"signature": "(I)D",
"args": [
{
"index": 0,
"name": "index"
}
]
},
{
"obf": "equals",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "other"
}
]
},
{
"obf": "f",
"name": "getFloat",
"signature": "(I)F",
"args": [
{
"index": 0,
"name": "index"
}
]
},
{
"obf": "g",
"name": "getType",
"signature": "()I",
"args": []
},
{
"obf": "g",
"name": "getString",
"signature": "(I)Ljava/lang/String;",
"args": [
{
"index": 0,
"name": "index"
}
]
},
{
"obf": "h",
"name": "getTag",
"signature": "(I)Lnone/eh;",
"args": [
{
"index": 0,
"name": "index"
}
]
}
],
"innerClass": []
}

View File

@ -0,0 +1,39 @@
CLASS none/dz net/minecraft/nbt/TagList
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c value Ljava/util/List;
FIELD d type B
METHOD a getType ()B
METHOD a remove (I)Lnone/eh;
ARG 0 index
METHOD a set (ILnone/eh;)V
ARG 0 index
ARG 1 tag
METHOD a read (Ljava/io/DataInput;ILnone/eb;)V
ARG 0 input
ARG 1 depth
ARG 2 tracker
METHOD a write (Ljava/io/DataOutput;)V
ARG 0 output
METHOD a add (Lnone/eh;)V
ARG 0 tag
METHOD b copy ()Lnone/eh;
METHOD b getTagCompound (I)Lnone/dt;
ARG 0 index
METHOD b_ isEmpty ()Z
METHOD c getSize ()I
METHOD c getInt (I)I
ARG 0 index
METHOD d copy ()Lnone/dz;
METHOD d getIntArray (I)[I
ARG 0 index
METHOD e getDouble (I)D
ARG 0 index
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other
METHOD f getFloat (I)F
ARG 0 index
METHOD g getType ()I
METHOD g getString (I)Ljava/lang/String;
ARG 0 index
METHOD h getTag (I)Lnone/eh;
ARG 0 index

View File

@ -1,120 +0,0 @@
{
"obf": "ea",
"name": "net/minecraft/nbt/TagLong",
"field": [
{
"obf": "b",
"name": "value",
"type": "J"
}
],
"constructors": [
{
"signature": "(J)V",
"args": [
{
"index": 0,
"name": "value"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "getType",
"signature": "()B",
"args": []
},
{
"obf": "a",
"name": "read",
"signature": "(Ljava/io/DataInput;ILnone/eb;)V",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "depth"
},
{
"index": 2,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "write",
"signature": "(Ljava/io/DataOutput;)V",
"args": [
{
"index": 0,
"name": "output"
}
]
},
{
"obf": "b",
"name": "copy",
"signature": "()Lnone/eh;",
"args": []
},
{
"obf": "c",
"name": "copy",
"signature": "()Lnone/ea;",
"args": []
},
{
"obf": "d",
"name": "getLong",
"signature": "()J",
"args": []
},
{
"obf": "e",
"name": "getInt",
"signature": "()I",
"args": []
},
{
"obf": "equals",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "other"
}
]
},
{
"obf": "f",
"name": "getShort",
"signature": "()S",
"args": []
},
{
"obf": "g",
"name": "getByte",
"signature": "()B",
"args": []
},
{
"obf": "h",
"name": "getDouble",
"signature": "()D",
"args": []
},
{
"obf": "i",
"name": "getFloat",
"signature": "()F",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,21 @@
CLASS none/ea net/minecraft/nbt/TagLong
FIELD b value J
METHOD <init> (J)V
ARG 0 value
METHOD a getType ()B
METHOD a read (Ljava/io/DataInput;ILnone/eb;)V
ARG 0 input
ARG 1 depth
ARG 2 tracker
METHOD a write (Ljava/io/DataOutput;)V
ARG 0 output
METHOD b copy ()Lnone/eh;
METHOD c copy ()Lnone/ea;
METHOD d getLong ()J
METHOD e getInt ()I
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other
METHOD f getShort ()S
METHOD g getByte ()B
METHOD h getDouble ()D
METHOD i getFloat ()F

View File

@ -1,45 +0,0 @@
{
"obf": "ee",
"name": "net/minecraft/nbt/TagNumber",
"field": [],
"constructors": [],
"method": [
{
"obf": "d",
"name": "getLong",
"signature": "()J",
"args": []
},
{
"obf": "e",
"name": "getInt",
"signature": "()I",
"args": []
},
{
"obf": "f",
"name": "getShort",
"signature": "()S",
"args": []
},
{
"obf": "g",
"name": "getByte",
"signature": "()B",
"args": []
},
{
"obf": "h",
"name": "getDouble",
"signature": "()D",
"args": []
},
{
"obf": "i",
"name": "getFloat",
"signature": "()F",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,7 @@
CLASS none/ee net/minecraft/nbt/TagNumber
METHOD d getLong ()J
METHOD e getInt ()I
METHOD f getShort ()S
METHOD g getByte ()B
METHOD h getDouble ()D
METHOD i getFloat ()F

View File

@ -1,120 +0,0 @@
{
"obf": "ef",
"name": "net/minecraft/nbt/TagShort",
"field": [
{
"obf": "b",
"name": "value",
"type": "S"
}
],
"constructors": [
{
"signature": "(S)V",
"args": [
{
"index": 0,
"name": "value"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "getType",
"signature": "()B",
"args": []
},
{
"obf": "a",
"name": "read",
"signature": "(Ljava/io/DataInput;ILnone/eb;)V",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "depth"
},
{
"index": 2,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "write",
"signature": "(Ljava/io/DataOutput;)V",
"args": [
{
"index": 0,
"name": "output"
}
]
},
{
"obf": "b",
"name": "copy",
"signature": "()Lnone/eh;",
"args": []
},
{
"obf": "c",
"name": "copy",
"signature": "()Lnone/ef;",
"args": []
},
{
"obf": "d",
"name": "getLong",
"signature": "()J",
"args": []
},
{
"obf": "e",
"name": "getInt",
"signature": "()I",
"args": []
},
{
"obf": "equals",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "other"
}
]
},
{
"obf": "f",
"name": "getShort",
"signature": "()S",
"args": []
},
{
"obf": "g",
"name": "getByte",
"signature": "()B",
"args": []
},
{
"obf": "h",
"name": "getDouble",
"signature": "()D",
"args": []
},
{
"obf": "i",
"name": "getFloat",
"signature": "()F",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,21 @@
CLASS none/ef net/minecraft/nbt/TagShort
FIELD b value S
METHOD <init> (S)V
ARG 0 value
METHOD a getType ()B
METHOD a read (Ljava/io/DataInput;ILnone/eb;)V
ARG 0 input
ARG 1 depth
ARG 2 tracker
METHOD a write (Ljava/io/DataOutput;)V
ARG 0 output
METHOD b copy ()Lnone/eh;
METHOD c copy ()Lnone/ef;
METHOD d getLong ()J
METHOD e getInt ()I
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other
METHOD f getShort ()S
METHOD g getByte ()B
METHOD h getDouble ()D
METHOD i getFloat ()F

View File

@ -1,96 +0,0 @@
{
"obf": "eg",
"name": "net/minecraft/nbt/TagString",
"field": [
{
"obf": "b",
"name": "value",
"type": "Ljava/lang/String;"
}
],
"constructors": [
{
"signature": "(Ljava/lang/String;)V",
"args": [
{
"index": 0,
"name": "value"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "getType",
"signature": "()B",
"args": []
},
{
"obf": "a",
"name": "read",
"signature": "(Ljava/io/DataInput;ILnone/eb;)V",
"args": [
{
"index": 0,
"name": "input"
},
{
"index": 1,
"name": "depth"
},
{
"index": 2,
"name": "tracker"
}
]
},
{
"obf": "a",
"name": "write",
"signature": "(Ljava/io/DataOutput;)V",
"args": [
{
"index": 0,
"name": "output"
}
]
},
{
"obf": "b",
"name": "copy",
"signature": "()Lnone/eh;",
"args": []
},
{
"obf": "b_",
"name": "isEmpty",
"signature": "()Z",
"args": []
},
{
"obf": "c",
"name": "copy",
"signature": "()Lnone/eg;",
"args": []
},
{
"obf": "c_",
"name": "asString",
"signature": "()Ljava/lang/String;",
"args": []
},
{
"obf": "equals",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "other"
}
]
}
],
"innerClass": []
}

View File

@ -0,0 +1,17 @@
CLASS none/eg net/minecraft/nbt/TagString
FIELD b value Ljava/lang/String;
METHOD <init> (Ljava/lang/String;)V
ARG 0 value
METHOD a getType ()B
METHOD a read (Ljava/io/DataInput;ILnone/eb;)V
ARG 0 input
ARG 1 depth
ARG 2 tracker
METHOD a write (Ljava/io/DataOutput;)V
ARG 0 output
METHOD b copy ()Lnone/eh;
METHOD b_ isEmpty ()Z
METHOD c copy ()Lnone/eg;
METHOD c_ asString ()Ljava/lang/String;
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,223 @@
CLASS none/akx net/minecraft/reference/Blocks
FIELD A SANDSTONE Lnone/akw;
FIELD B NOTEBLOCK Lnone/akw;
FIELD C BED Lnone/akw;
FIELD D GOLDEN_RAIL Lnone/akw;
FIELD E DETECTOR_RAIL Lnone/akw;
FIELD F STICKY_PISTON Lnone/asa;
FIELD G WEB Lnone/akw;
FIELD H TALLGRASS Lnone/aqi;
FIELD I DEADBUSH Lnone/alt;
FIELD J PISTON Lnone/asa;
FIELD K PISTON_HEAD Lnone/asb;
FIELD L WOOL Lnone/akw;
FIELD M PISTON_EXTENSION Lnone/asc;
FIELD N YELLOW_FLOWER Lnone/amq;
FIELD O RED_FLOWER Lnone/amq;
FIELD P BROWN_MUSHROOM Lnone/alc;
FIELD Q RED_MUSHROOM Lnone/alc;
FIELD R GOLD_BLOCK Lnone/akw;
FIELD S IRON_BLOCK Lnone/akw;
FIELD T DOUBLE_STONE_SLAB Lnone/and;
FIELD U STONE_SLAB Lnone/and;
FIELD V BRICK_BLOCK Lnone/akw;
FIELD W TNT Lnone/akw;
FIELD X BOOKSHELF Lnone/akw;
FIELD Y MOSSY_COBBLESTONE Lnone/akw;
FIELD Z OBSIDIAN Lnone/akw;
FIELD aA IRON_DOOR Lnone/alz;
FIELD aB WOODEN_PRESSURE_PLATE Lnone/akw;
FIELD aC REDSTONE_ORE Lnone/akw;
FIELD aD LIT_REDSTONE_ORE Lnone/akw;
FIELD aE UNLIT_REDSTONE_TORCH Lnone/akw;
FIELD aF REDSTONE_TORCH Lnone/akw;
FIELD aG STONE_BUTTON Lnone/akw;
FIELD aH SNOW_LAYER Lnone/akw;
FIELD aI ICE Lnone/akw;
FIELD aJ SNOW Lnone/akw;
FIELD aK CACTUS Lnone/ale;
FIELD aL CLAY Lnone/akw;
FIELD a AIR Lnone/akw;
FIELD aM REEDS Lnone/apf;
FIELD aN JUKEBOX Lnone/akw;
FIELD aO OAK_FENCE Lnone/akw;
FIELD aP SPRUCE_FENCE Lnone/akw;
FIELD aQ BIRCH_FENCE Lnone/akw;
FIELD aR JUNGLE_FENCE Lnone/akw;
FIELD aS DARK_OAK_FENCE Lnone/akw;
FIELD aT ACACIA_FENCE Lnone/akw;
FIELD aU PUMPKIN Lnone/akw;
FIELD aV NETHERRACK Lnone/akw;
FIELD aW SOUL_SAND Lnone/akw;
FIELD aX GLOWSTONE Lnone/akw;
FIELD aY PORTAL Lnone/aop;
FIELD aZ PUMPKIN_LIT Lnone/akw;
FIELD aa TORCH Lnone/akw;
FIELD ab FIRE Lnone/amp;
FIELD ac MOB_SPAWNER Lnone/akw;
FIELD ad OAK_STAIRS Lnone/akw;
FIELD ae CHEST Lnone/ali;
FIELD af REDSTONE_WIRE Lnone/apc;
FIELD ag DIAMOND_ORE Lnone/akw;
FIELD ah DIAMOND_BLOCK Lnone/akw;
FIELD ai CRAFTING_TABLE Lnone/akw;
FIELD aj WHEAT Lnone/akw;
FIELD ak FARMLAND Lnone/akw;
FIELD al FURNACE Lnone/akw;
FIELD am LIT_FURNACE Lnone/akw;
FIELD an STANDING_SIGN Lnone/akw;
FIELD ao OAK_DOOR Lnone/alz;
FIELD ap SPRUCE_DOOR Lnone/alz;
FIELD aq BIRCH_DOOR Lnone/alz;
FIELD ar JUNGLE_DOOR Lnone/alz;
FIELD as ACACIA_DOOR Lnone/alz;
FIELD at DARK_OAK_DOOR Lnone/alz;
FIELD au LADDER Lnone/akw;
FIELD av RAIL Lnone/akw;
FIELD aw STONE_STAIRS Lnone/akw;
FIELD ax WALL_SIGN Lnone/akw;
FIELD ay LEVER Lnone/akw;
FIELD az STONE_PRESSURE_PLATE Lnone/akw;
FIELD bA NETHER_BRICK_STAIRS Lnone/akw;
FIELD bB NETHER_WART Lnone/akw;
FIELD bC ENCHANTING_TABLE Lnone/akw;
FIELD bD BREWING_STAND Lnone/akw;
FIELD bE CAULDRON Lnone/alh;
FIELD bF END_PORTAL Lnone/akw;
FIELD bG END_PORTAL_FRAME Lnone/akw;
FIELD bH END_STONE Lnone/akw;
FIELD bI DRAGON_EGG Lnone/akw;
FIELD bJ REDSTONE_LAMP Lnone/akw;
FIELD bK LIT_REDSTONE_LAMP Lnone/akw;
FIELD bL DOUBLE_WOODEN_SLAB Lnone/and;
FIELD b STONE Lnone/akw;
FIELD bM WOODEN_SLAB Lnone/and;
FIELD bN COCOA Lnone/akw;
FIELD bO SANDSTONE_STAIRS Lnone/akw;
FIELD bP EMERALD_ORE Lnone/akw;
FIELD bQ ENDER_CHEST Lnone/akw;
FIELD bR TRIPWIRE_HOOK Lnone/aqo;
FIELD bS TRIPWIRE Lnone/akw;
FIELD bT EMERALD_BLOOCK Lnone/akw;
FIELD bU SPRUCE_STAIRS Lnone/akw;
FIELD bV BIRCH_STAIRS Lnone/akw;
FIELD bW JUNGLE_STAIRS Lnone/akw;
FIELD bX COMMAND_BLOCK Lnone/akw;
FIELD bY BEACON Lnone/akt;
FIELD bZ COBBLESTONE_WALL Lnone/akw;
FIELD ba CAKE Lnone/akw;
FIELD bb REPEATER_UNPOWERED Lnone/aph;
FIELD bc REPEATER_POWERED Lnone/aph;
FIELD bd TRAPDOOR Lnone/akw;
FIELD be MONSTER_EGG Lnone/akw;
FIELD bf STONE_BRICK Lnone/akw;
FIELD bg BROWN_MUSHROOM_BLOCK Lnone/akw;
FIELD bh RED_MUSHROOM_BLOCK Lnone/akw;
FIELD bi IRON_BARS Lnone/akw;
FIELD bj GLASS_PANE Lnone/akw;
FIELD bk MELON_BLOCK Lnone/akw;
FIELD bl PUMPKIN_STEM Lnone/akw;
FIELD bm MELON_STEM Lnone/akw;
FIELD bn VINE Lnone/akw;
FIELD bo OAK_FENCE_GATE Lnone/akw;
FIELD bp SPRUCE_FENCE_GATE Lnone/akw;
FIELD bq BIRCH_FENCE_GATE Lnone/akw;
FIELD br JUNGLE_FENCE_GATE Lnone/akw;
FIELD bs DARK_OAK_FENCE_GATE Lnone/akw;
FIELD bt ACACIA_FENCE_GATE Lnone/akw;
FIELD bu BRICK_STAIRS Lnone/akw;
FIELD bv STONE_BRICK_STAIRS Lnone/akw;
FIELD bw MYCELIUM Lnone/aoa;
FIELD bx WATERLILY Lnone/akw;
FIELD by NETHER_BRICK Lnone/akw;
FIELD bz NETHER_BRICK_FENCE Lnone/akw;
FIELD cA COAL_BLOCK Lnone/akw;
FIELD cB PACKED_ICE Lnone/akw;
FIELD cC ACACIA_STAIRS Lnone/akw;
FIELD cD DARK_OAK_STAIRS Lnone/akw;
FIELD cE SLIME Lnone/akw;
FIELD cF DOUBLE_PLANT Lnone/ama;
FIELD cG STAINED_GLASS Lnone/apw;
FIELD cH STAINED_GLASS_PANE Lnone/apx;
FIELD cI PRISMARINE Lnone/akw;
FIELD cJ SEA_LANTERN Lnone/akw;
FIELD cK STANDING_BANNER Lnone/akw;
FIELD cL WALL_BANNER Lnone/akw;
FIELD c GRASS Lnone/amz;
FIELD cM RED_SANDSTONE Lnone/akw;
FIELD cN RED_SANDSTONE_STAIRS Lnone/akw;
FIELD cO DOUBLE_STONE_SLAB2 Lnone/and;
FIELD cP STONE_SLAB2 Lnone/and;
FIELD cQ END_ROD Lnone/akw;
FIELD cR CHORUS_PLANT Lnone/akw;
FIELD cS CHORUS_FLOWER Lnone/akw;
FIELD cT PURPUR_BLOCK Lnone/akw;
FIELD cU PURPUR_PILLAR Lnone/akw;
FIELD cV PURPUR_STAIRS Lnone/akw;
FIELD cW PURPUR_DOUBLE_SLAB Lnone/and;
FIELD cX PURPUR_SLAB Lnone/and;
FIELD cY END_BRICKS Lnone/akw;
FIELD cZ BEETROOTS Lnone/akw;
FIELD ca FLOWER_POT Lnone/akw;
FIELD cb CARROTS Lnone/akw;
FIELD cc POTATOES Lnone/akw;
FIELD cd WOODEN_BUTTON Lnone/akw;
FIELD ce SKULL Lnone/app;
FIELD cf ANVIL Lnone/akw;
FIELD cg TRAPPED_CHJEST Lnone/akw;
FIELD ch LIGHT_WEIGHTED_PRESSURE_PLATE Lnone/akw;
FIELD ci HEAVY_WEIGHTED_PRESSURE_PLATE Lnone/akw;
FIELD cj UNPOWERED_COMPARATOR Lnone/alp;
FIELD ck POWERED_COMPARATOR Lnone/alp;
FIELD cl DAYLIGHT_DETECTOR Lnone/als;
FIELD cm DAYLIGHT_DETECTOR_INVERTED Lnone/als;
FIELD cn REDSTONE_BLOCK Lnone/akw;
FIELD co QUARTZ_ORE Lnone/akw;
FIELD cp HOPPER Lnone/anj;
FIELD cq QUARTZ_BLOCK Lnone/akw;
FIELD cr QUARTZ_STAIRS Lnone/akw;
FIELD cs ACTIVATOR_RAIL Lnone/akw;
FIELD ct DROPPER Lnone/akw;
FIELD cu STAINED_HARDENED_CLAY Lnone/akw;
FIELD cv BARRIER Lnone/akw;
FIELD cw IRON_TRAPDOOR Lnone/akw;
FIELD cx HAY_BLOCK Lnone/akw;
FIELD cy CARPET Lnone/akw;
FIELD cz HARDENED_CLAY Lnone/akw;
FIELD d DIRT Lnone/akw;
FIELD da GRASS_PATH Lnone/akw;
FIELD db END_GATEWAY Lnone/akw;
FIELD dc REPEATING_COMMAND_BLOCK Lnone/akw;
FIELD dd CHAIN_COMMAND_BLOCK Lnone/akw;
FIELD de FROSTED_ICE Lnone/akw;
FIELD df MAGMA Lnone/akw;
FIELD dg NETHER_WART_BLOCK Lnone/akw;
FIELD dh RED_NETHER_BRICK Lnone/akw;
FIELD di BONE_BLOCK Lnone/akw;
FIELD dj STRUCTURE_VOID Lnone/akw;
FIELD dk STRUCTURE_BLOCK Lnone/akw;
FIELD dl blocks Ljava/util/Set;
FIELD e COBBLESTONE Lnone/akw;
FIELD f PLANKS Lnone/akw;
FIELD g SAPLING Lnone/akw;
FIELD h BEDROCK Lnone/akw;
FIELD i FLOWING_WATER Lnone/amd;
FIELD j WATER Lnone/aqa;
FIELD k FLOWING_LAVA Lnone/amd;
FIELD l LAVA Lnone/aqa;
FIELD m SAND Lnone/apk;
FIELD n GRAVEL Lnone/akw;
FIELD o GOLD_ORE Lnone/akw;
FIELD p IRON_ORE Lnone/akw;
FIELD q COAL_ORE Lnone/akw;
FIELD r LOG Lnone/akw;
FIELD s LOG2 Lnone/akw;
FIELD t LEAVES Lnone/anp;
FIELD u LEAVES2 Lnone/anp;
FIELD v SPONGE Lnone/akw;
FIELD w GLASS Lnone/akw;
FIELD x LAPIS_ORE Lnone/akw;
FIELD y LAPIS_BLOCK Lnone/akw;
FIELD z DISPENSER Lnone/akw;
METHOD a getBlockFromId (Ljava/lang/String;)Lnone/akw;
ARG 0 id

View File

@ -1,31 +0,0 @@
{
"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": []
}

View File

@ -0,0 +1,5 @@
CLASS none/ks net/minecraft/reference/Bootstrap
FIELD a OUTPUT Ljava/io/PrintStream;
FIELD b initialized Z
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
METHOD a isInitialized ()Z

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,209 @@
CLASS none/aes net/minecraft/reference/Items
FIELD A DIAMOND_AXE Lnone/aeo;
FIELD B STICK Lnone/aeo;
FIELD C BOWL Lnone/aeo;
FIELD D MUSHROOM_STEW Lnone/aeo;
FIELD E GOLDEN_SWORD Lnone/aeo;
FIELD F GODLEN_SHOVEL Lnone/aeo;
FIELD G GOLDEN_PICKAXE Lnone/aeo;
FIELD H GOLDEN_AXE Lnone/aeo;
FIELD I STRING Lnone/aeo;
FIELD J FEATHER Lnone/aeo;
FIELD K GUNPOWDER Lnone/aeo;
FIELD L WOODEN_HOE Lnone/aeo;
FIELD M STONE_HOE Lnone/aeo;
FIELD N IRON_HOE Lnone/aeo;
FIELD O DIAMOND_HOE Lnone/aeo;
FIELD P GOLDEN_HOE Lnone/aeo;
FIELD Q WHEAT_SEEDS Lnone/aeo;
FIELD R WHEAT Lnone/aeo;
FIELD S BREAD Lnone/aeo;
FIELD T LEATHER_HELMET Lnone/acw;
FIELD U LEATHER_CHESTPLATE Lnone/acw;
FIELD V LEATHER_LEGGINGS Lnone/acw;
FIELD W LEATHER_BOOTS Lnone/acw;
FIELD X CHAINMAIL_HELMET Lnone/acw;
FIELD Y CHAINMAIL_CHESTPLATE Lnone/acw;
FIELD Z CHAINMAIL_LEGGINGS Lnone/acw;
FIELD aA WATER_BUCKET Lnone/aeo;
FIELD aB LAVA_BUCKET Lnone/aeo;
FIELD aC MINECART Lnone/aeo;
FIELD aD SADDLE Lnone/aeo;
FIELD aE IRON_DOOR Lnone/aeo;
FIELD aF REDSTONE Lnone/aeo;
FIELD aG SNOWBALL Lnone/aeo;
FIELD aH OAK_BOAT Lnone/aeo;
FIELD aI SPRUCE_BOAT Lnone/aeo;
FIELD aJ BIRCH_BOAT Lnone/aeo;
FIELD aK JUNGLE_BOAT Lnone/aeo;
FIELD aL ACACIA_BOAT Lnone/aeo;
FIELD a AIR Lnone/aeo;
FIELD aM DARK_OAK_BOAT Lnone/aeo;
FIELD aN LEATHER Lnone/aeo;
FIELD aO MILK_BUCKET Lnone/aeo;
FIELD aP BRICK Lnone/aeo;
FIELD aQ CLAY_BALL Lnone/aeo;
FIELD aR REEDS Lnone/aeo;
FIELD aS PAPER Lnone/aeo;
FIELD aT BOOK Lnone/aeo;
FIELD aU SLIME_BALL Lnone/aeo;
FIELD aV CHEST_MINECART Lnone/aeo;
FIELD aW FURNACE_MINECART Lnone/aeo;
FIELD aX EGG Lnone/aeo;
FIELD aY COMPASS Lnone/aeo;
FIELD aZ FISHING_ROD Lnone/aei;
FIELD aa CHAINMAIL_BOOTS Lnone/acw;
FIELD ab IRON_HELMET Lnone/acw;
FIELD ac IRON_CHESTPLATE Lnone/acw;
FIELD ad IRON_LEGGINGS Lnone/acw;
FIELD ae IRON_BOOTS Lnone/acw;
FIELD af DIAMOND_HELMET Lnone/acw;
FIELD ag DIAMOND_CHESTPLATE Lnone/acw;
FIELD ah DIAMOND_LEGGINGS Lnone/acw;
FIELD ai DIAMOND_BOOTS Lnone/acw;
FIELD aj GOLDEN_HELMET Lnone/acw;
FIELD ak GOLDEN_CHESTPLATE Lnone/acw;
FIELD al GOLDEN_LEGGINGS Lnone/acw;
FIELD am GOLDEN_BOOTS Lnone/acw;
FIELD an FLINT Lnone/aeo;
FIELD ao PORKCHOP Lnone/aeo;
FIELD ap COOKED_PORKCHOP Lnone/aeo;
FIELD aq PAINTING Lnone/aeo;
FIELD ar GOLDEN_APPLE Lnone/aeo;
FIELD as SIGN Lnone/aeo;
FIELD at OAK_DOOR Lnone/aeo;
FIELD au SPRUCE_DOOR Lnone/aeo;
FIELD av BIRCH_DOOR Lnone/aeo;
FIELD aw JUNGLE_DOOR Lnone/aeo;
FIELD ax ACACIA_DOOR Lnone/aeo;
FIELD ay DARK_OAK_DOOR Lnone/aeo;
FIELD az BUCKET Lnone/aeo;
FIELD bA RABBIT_HIDE Lnone/aeo;
FIELD bB ROTTEN_FLESH Lnone/aeo;
FIELD bC ENDER_PEARL Lnone/aeo;
FIELD bD BLAZE_ROD Lnone/aeo;
FIELD bE GHAST_TEAR Lnone/aeo;
FIELD bF GOLD_NUGGET Lnone/aeo;
FIELD bG NETHER_WART Lnone/aeo;
FIELD bH POTION Lnone/afd;
FIELD bI SPLASH_POTION Lnone/afd;
FIELD bJ LINGERING_POTION Lnone/afd;
FIELD bK GLASS_BOTTLE Lnone/aeo;
FIELD bL DRAGON_BREATH Lnone/aeo;
FIELD b IRON_SHOVEL Lnone/aeo;
FIELD bM SPIDER_EYE Lnone/aeo;
FIELD bN FERMENTED_SPIDER_EYE Lnone/aeo;
FIELD bO BLAZE_POWDER Lnone/aeo;
FIELD bP MAGMA_CREAM Lnone/aeo;
FIELD bQ BREWING_STAND Lnone/aeo;
FIELD bR CAULDRON Lnone/aeo;
FIELD bS ENDER_EYE Lnone/aeo;
FIELD bT SPECKLED_MELON Lnone/aeo;
FIELD bU SPAWN_EGG Lnone/aeo;
FIELD bV EXPERIERNCE_BOTTLE Lnone/aeo;
FIELD bW FIRE_CHARGE Lnone/aeo;
FIELD bX WRITABLE_BOOK Lnone/aeo;
FIELD bY WRITTEN_BOOK Lnone/aeo;
FIELD bZ EMERALD Lnone/aeo;
FIELD ba CLOCK Lnone/aeo;
FIELD bb GLOWSTONE_DUST Lnone/aeo;
FIELD bc FISH Lnone/aeo;
FIELD bd COOKED_FISH Lnone/aeo;
FIELD be DYE Lnone/aeo;
FIELD bf BONE Lnone/aeo;
FIELD bg SUGAR Lnone/aeo;
FIELD bh CAKE Lnone/aeo;
FIELD bi BED Lnone/aeo;
FIELD bj REPEATER Lnone/aeo;
FIELD bk COOKIE Lnone/aeo;
FIELD bl FILLED_MAP Lnone/aew;
FIELD bm SHEARS Lnone/afl;
FIELD bn MELON Lnone/aeo;
FIELD bo PUMPKIN_SEEDS Lnone/aeo;
FIELD bp MELON_SEEDS Lnone/aeo;
FIELD bq BEEF Lnone/aeo;
FIELD br COOKED_BEEF Lnone/aeo;
FIELD bs CHICKEN Lnone/aeo;
FIELD bt COOKED_CHICKEN Lnone/aeo;
FIELD bu MUTTON Lnone/aeo;
FIELD bv COOKED_MUTTON Lnone/aeo;
FIELD bw RABBIT Lnone/aeo;
FIELD bx COOKED_RABBIT Lnone/aeo;
FIELD by RABBIT_STEW Lnone/aeo;
FIELD bz RABBIT_FOOT Lnone/aeo;
FIELD cA COMMAND_BLOCK_MINECART Lnone/aeo;
FIELD cB RECORD_13 Lnone/aeo;
FIELD cC RECORD_CART Lnone/aeo;
FIELD cD RECORD_BLOCKS Lnone/aeo;
FIELD cE RECORD_CHIRP Lnone/aeo;
FIELD cF RECORD_FAR Lnone/aeo;
FIELD cG RECORD_MALL Lnone/aeo;
FIELD cH RECORD_MELLOHI Lnone/aeo;
FIELD cI RECORD_STAL Lnone/aeo;
FIELD cJ RECORD_STRAD Lnone/aeo;
FIELD cK RECORD_WARD Lnone/aeo;
FIELD cL RECORD_11 Lnone/aeo;
FIELD c IRON_PICKAXE Lnone/aeo;
FIELD cM RECORD_WAIT Lnone/aeo;
FIELD cN PRISMARINE_SHARD Lnone/aeo;
FIELD cO PRISMARINE_CRYSTALS Lnone/aeo;
FIELD cP BANNER Lnone/aeo;
FIELD cQ END_CRYSTAL Lnone/aeo;
FIELD cR SHIELD Lnone/aeo;
FIELD cS ELYTRA Lnone/aeo;
FIELD cT CHORUS_FRUIT Lnone/aeo;
FIELD cU CHORUS_FRUIT_POPPED Lnone/aeo;
FIELD cV BEETROOT_SEEDS Lnone/aeo;
FIELD cW BEETROOT Lnone/aeo;
FIELD cX BEETROOT_SOUP Lnone/aeo;
FIELD ca ITEM_FRAME Lnone/aeo;
FIELD cb FLOWER_POT Lnone/aeo;
FIELD cc CARROT Lnone/aeo;
FIELD cd POTATO Lnone/aeo;
FIELD ce BAKED_POTATO Lnone/aeo;
FIELD cf POISONOUS_POTATO Lnone/aeo;
FIELD cg MAP Lnone/ady;
FIELD ch GOLDEN_CARROT Lnone/aeo;
FIELD ci SKULL Lnone/aeo;
FIELD cj CARROT_ON_A_STICK Lnone/aeo;
FIELD ck NETHER_STAR Lnone/aeo;
FIELD cl PUMPKIN_PIE Lnone/aeo;
FIELD cm FIREWORK Lnone/aeo;
FIELD cn FIREWORK_CHARGE Lnone/aeo;
FIELD co ENCHANTED_BOOK Lnone/adz;
FIELD cp COMPARATOR Lnone/aeo;
FIELD cq NETHER_BRICK Lnone/aeo;
FIELD cr QUARTZ Lnone/aeo;
FIELD cs TNT_MINECART Lnone/aeo;
FIELD ct HOPPER_MINECART Lnone/aeo;
FIELD cu ARMOR_STAND Lnone/acx;
FIELD cv IRON_HORSE_ARMOR Lnone/aeo;
FIELD cw GOLDEN_HORSE_ARMOR Lnone/aeo;
FIELD cx DIAMOND_HORDSE_ARMOR Lnone/aeo;
FIELD cy LEAD Lnone/aeo;
FIELD cz NAME_TG Lnone/aeo;
FIELD d IRON_AXE Lnone/aeo;
FIELD e FLINT_AND_STEEL Lnone/aeo;
FIELD f APPLE Lnone/aeo;
FIELD g BOW Lnone/adh;
FIELD h ARROW Lnone/aeo;
FIELD i SPECTRAL_ARROW Lnone/aeo;
FIELD j TIPPED_ARROW Lnone/aeo;
FIELD k COAL Lnone/aeo;
FIELD l DIAMOND Lnone/aeo;
FIELD m IRON_INGOT Lnone/aeo;
FIELD n GOLD_INGOT Lnone/aeo;
FIELD o IRON_SWORD Lnone/aeo;
FIELD p WOODEN_SWORD Lnone/aeo;
FIELD q WOODEN_SHOVEL Lnone/aeo;
FIELD r WOODEN_PICKAXE Lnone/aeo;
FIELD s WOODEN_AXE Lnone/aeo;
FIELD t STONE_SWORD Lnone/aeo;
FIELD u STONE_SHOVEL Lnone/aeo;
FIELD v STONE_PICKAXE Lnone/aeo;
FIELD w STONE_AXE Lnone/aeo;
FIELD x DIAMOND_SWORD Lnone/aeo;
FIELD y DIAMOND_SHOVEL Lnone/aeo;
FIELD z DIAMOND_PICKAXE Lnone/aeo;
METHOD a getItemFromId (Ljava/lang/String;)Lnone/aeo;
ARG 0 id

View File

@ -1,14 +0,0 @@
{
"obf": "caj",
"name": "net/minecraft/server/IntegratedServer",
"field": [
{
"obf": "k",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
}
],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1,2 @@
CLASS none/caj net/minecraft/server/IntegratedServer
FIELD k LOGGER Lorg/apache/logging/log4j/Logger;

View File

@ -1,19 +0,0 @@
{
"obf": "can",
"name": "net/minecraft/server/LanServerPinger",
"field": [
{
"obf": "b",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
},
{
"obf": "e",
"name": "isRunning",
"type": "Z"
}
],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1,3 @@
CLASS none/can net/minecraft/server/LanServerPinger
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
FIELD e isRunning Z

View File

@ -1,24 +0,0 @@
{
"obf": "rb",
"name": "net/minecraft/util/ActionResult",
"field": [
{
"obf": "a",
"name": "SUCCESS",
"type": "Lnone/rb;"
},
{
"obf": "b",
"name": "PASS",
"type": "Lnone/rb;"
},
{
"obf": "c",
"name": "FAILURE",
"type": "Lnone/rb;"
}
],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/rb net/minecraft/util/ActionResult
FIELD a SUCCESS Lnone/rb;
FIELD b PASS Lnone/rb;
FIELD c FAILURE Lnone/rb;

View File

@ -1,89 +0,0 @@
{
"obf": "adt",
"name": "net/minecraft/util/DyeColor",
"field": [
{
"obf": "a",
"name": "WHITE",
"type": "Lnone/adt;"
},
{
"obf": "b",
"name": "ORANGE",
"type": "Lnone/adt;"
},
{
"obf": "c",
"name": "MAGENTA",
"type": "Lnone/adt;"
},
{
"obf": "d",
"name": "LIGHT_BLUE",
"type": "Lnone/adt;"
},
{
"obf": "e",
"name": "YELLOW",
"type": "Lnone/adt;"
},
{
"obf": "f",
"name": "LIME",
"type": "Lnone/adt;"
},
{
"obf": "g",
"name": "PINK",
"type": "Lnone/adt;"
},
{
"obf": "h",
"name": "GRAY",
"type": "Lnone/adt;"
},
{
"obf": "i",
"name": "SILVER",
"type": "Lnone/adt;"
},
{
"obf": "j",
"name": "CYAN",
"type": "Lnone/adt;"
},
{
"obf": "k",
"name": "PURPLE",
"type": "Lnone/adt;"
},
{
"obf": "l",
"name": "BLUE",
"type": "Lnone/adt;"
},
{
"obf": "m",
"name": "BROWN",
"type": "Lnone/adt;"
},
{
"obf": "n",
"name": "GREEN",
"type": "Lnone/adt;"
},
{
"obf": "o",
"name": "RED",
"type": "Lnone/adt;"
},
{
"obf": "p",
"name": "BLACK",
"type": "Lnone/adt;"
}
],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1,17 @@
CLASS none/adt net/minecraft/util/DyeColor
FIELD a WHITE Lnone/adt;
FIELD b ORANGE Lnone/adt;
FIELD c MAGENTA Lnone/adt;
FIELD d LIGHT_BLUE Lnone/adt;
FIELD e YELLOW Lnone/adt;
FIELD f LIME Lnone/adt;
FIELD g PINK Lnone/adt;
FIELD h GRAY Lnone/adt;
FIELD i SILVER Lnone/adt;
FIELD j CYAN Lnone/adt;
FIELD k PURPLE Lnone/adt;
FIELD l BLUE Lnone/adt;
FIELD m BROWN Lnone/adt;
FIELD n GREEN Lnone/adt;
FIELD o RED Lnone/adt;
FIELD p BLACK Lnone/adt;

View File

@ -1,78 +0,0 @@
{
"obf": "kp",
"name": "net/minecraft/util/Identifier",
"field": [
{
"obf": "a",
"name": "owner",
"type": "Ljava/lang/String;"
},
{
"obf": "b",
"name": "name",
"type": "Ljava/lang/String;"
}
],
"constructors": [
{
"signature": "(Ljava/lang/String;)V",
"args": [
{
"index": 0,
"name": "id"
}
],
"statics": false
},
{
"signature": "(Ljava/lang/String;Ljava/lang/String;)V",
"args": [
{
"index": 0,
"name": "owner"
},
{
"index": 1,
"name": "name"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "getName",
"signature": "()Ljava/lang/String;",
"args": []
},
{
"obf": "a",
"name": "split",
"signature": "(Ljava/lang/String;)[Ljava/lang/String;",
"args": [
{
"index": 0,
"name": "id"
}
]
},
{
"obf": "b",
"name": "getOwner",
"signature": "()Ljava/lang/String;",
"args": []
},
{
"obf": "equals",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "other"
}
]
}
],
"innerClass": []
}

View File

@ -0,0 +1,14 @@
CLASS none/kp net/minecraft/util/Identifier
FIELD a owner Ljava/lang/String;
FIELD b name Ljava/lang/String;
METHOD <init> (Ljava/lang/String;)V
ARG 0 id
METHOD <init> (Ljava/lang/String;Ljava/lang/String;)V
ARG 0 owner
ARG 1 name
METHOD a getName ()Ljava/lang/String;
METHOD a split (Ljava/lang/String;)[Ljava/lang/String;
ARG 0 id
METHOD b getOwner ()Ljava/lang/String;
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other

View File

@ -1,8 +0,0 @@
{
"obf": "cw",
"name": "net/minecraft/util/Iterable",
"field": [],
"constructors": [],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1 @@
CLASS none/cw net/minecraft/util/Iterable

View File

@ -1,502 +0,0 @@
{
"obf": "cn",
"name": "net/minecraft/util/math/BlockPos",
"field": [
{
"obf": "a",
"name": "ORIGIN",
"type": "Lnone/cn;"
},
{
"obf": "b",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
}
],
"constructors": [
{
"signature": "(DDD)V",
"args": [
{
"index": 0,
"name": "x"
},
{
"index": 1,
"name": "y"
},
{
"index": 2,
"name": "z"
}
],
"statics": false
},
{
"signature": "(III)V",
"args": [
{
"index": 0,
"name": "x"
},
{
"index": 1,
"name": "y"
},
{
"index": 2,
"name": "z"
}
],
"statics": false
},
{
"signature": "(Lnone/bcs;)V",
"args": [
{
"index": 0,
"name": "vec"
}
],
"statics": false
},
{
"signature": "(Lnone/dk;)V",
"args": [
{
"index": 0,
"name": "vec"
}
],
"statics": false
},
{
"signature": "(Lnone/se;)V",
"args": [
{
"index": 0,
"name": "entity"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "up",
"signature": "()Lnone/cn;",
"args": []
},
{
"obf": "a",
"name": "add",
"signature": "(DDD)Lnone/cn;",
"args": [
{
"index": 0,
"name": "x"
},
{
"index": 1,
"name": "y"
},
{
"index": 2,
"name": "z"
}
]
},
{
"obf": "a",
"name": "add",
"signature": "(III)Lnone/cn;",
"args": [
{
"index": 0,
"name": "x"
},
{
"index": 1,
"name": "y"
},
{
"index": 2,
"name": "z"
}
]
},
{
"obf": "a",
"name": "offset",
"signature": "(Lnone/cu;)Lnone/cn;",
"args": [
{
"index": 0,
"name": "facing"
}
]
},
{
"obf": "a",
"name": "offset",
"signature": "(Lnone/cu;I)Lnone/cn;",
"args": [
{
"index": 0,
"name": "facing"
},
{
"index": 1,
"name": "distance"
}
]
},
{
"obf": "a",
"name": "add",
"signature": "(Lnone/dk;)Lnone/cn;",
"args": [
{
"index": 0,
"name": "vec"
}
]
},
{
"obf": "b",
"name": "down",
"signature": "()Lnone/cn;",
"args": []
},
{
"obf": "b",
"name": "up",
"signature": "(I)Lnone/cn;",
"args": [
{
"index": 0,
"name": "distance"
}
]
},
{
"obf": "b",
"name": "subtract",
"signature": "(Lnone/dk;)Lnone/cn;",
"args": [
{
"index": 0,
"name": "vec"
}
]
},
{
"obf": "c",
"name": "north",
"signature": "()Lnone/cn;",
"args": []
},
{
"obf": "c",
"name": "down",
"signature": "(I)Lnone/cn;",
"args": [
{
"index": 0,
"name": "distance"
}
]
},
{
"obf": "d",
"name": "south",
"signature": "()Lnone/cn;",
"args": []
},
{
"obf": "d",
"name": "north",
"signature": "(I)Lnone/cn;",
"args": [
{
"index": 0,
"name": "distance"
}
]
},
{
"obf": "e",
"name": "west",
"signature": "()Lnone/cn;",
"args": []
},
{
"obf": "e",
"name": "south",
"signature": "(I)Lnone/cn;",
"args": [
{
"index": 0,
"name": "distance"
}
]
},
{
"obf": "f",
"name": "east",
"signature": "()Lnone/cn;",
"args": []
},
{
"obf": "f",
"name": "west",
"signature": "(I)Lnone/cn;",
"args": [
{
"index": 0,
"name": "distance"
}
]
},
{
"obf": "g",
"name": "east",
"signature": "(I)Lnone/cn;",
"args": [
{
"index": 0,
"name": "distance"
}
]
},
{
"obf": "h",
"name": "toImmutable",
"signature": "()Lnone/cn;",
"args": []
}
],
"innerClass": [
{
"obf": "cn$a",
"name": "MutableBlockPos",
"field": [
{
"obf": "b",
"name": "x",
"type": "I"
},
{
"obf": "c",
"name": "y",
"type": "I"
},
{
"obf": "d",
"name": "z",
"type": "I"
}
],
"constructors": [
{
"signature": "(III)V",
"args": [
{
"index": 0,
"name": "x"
},
{
"index": 1,
"name": "y"
},
{
"index": 2,
"name": "z"
}
],
"statics": false
},
{
"signature": "(Lnone/cn;)V",
"args": [
{
"index": 0,
"name": "pos"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "setMutable",
"signature": "(Lnone/se;)Lnone/cn$a;",
"args": [
{
"index": 0,
"name": "entity"
}
]
},
{
"obf": "c",
"name": "setMutable",
"signature": "(DDD)Lnone/cn$a;",
"args": [
{
"index": 0,
"name": "x"
},
{
"index": 1,
"name": "y"
},
{
"index": 2,
"name": "z"
}
]
},
{
"obf": "c",
"name": "setMutable",
"signature": "(III)Lnone/cn$a;",
"args": [
{
"index": 0,
"name": "x"
},
{
"index": 1,
"name": "y"
},
{
"index": 2,
"name": "z"
}
]
},
{
"obf": "c",
"name": "offsetMutable",
"signature": "(Lnone/cu;)Lnone/cn$a;",
"args": [
{
"index": 0,
"name": "facing"
}
]
},
{
"obf": "c",
"name": "offsetMutable",
"signature": "(Lnone/cu;I)Lnone/cn$a;",
"args": [
{
"index": 0,
"name": "facing"
},
{
"index": 1,
"name": "distance"
}
]
},
{
"obf": "g",
"name": "setMutable",
"signature": "(Lnone/dk;)Lnone/cn$a;",
"args": [
{
"index": 0,
"name": "vec"
}
]
},
{
"obf": "h",
"name": "toImmutable",
"signature": "()Lnone/cn;",
"args": []
},
{
"obf": "p",
"name": "getX",
"signature": "()I",
"args": []
},
{
"obf": "p",
"name": "setY",
"signature": "(I)V",
"args": [
{
"index": 0,
"name": "y"
}
]
},
{
"obf": "q",
"name": "getY",
"signature": "()I",
"args": []
},
{
"obf": "r",
"name": "getZ",
"signature": "()I",
"args": []
}
],
"innerClass": []
},
{
"obf": "cn$b",
"name": "PooledMutableBlockPos",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "setMutable",
"signature": "(Lnone/se;)Lnone/cn$a;",
"args": []
},
{
"obf": "c",
"name": "setMutable",
"signature": "(DDD)Lnone/cn$a;",
"args": []
},
{
"obf": "c",
"name": "setMutable",
"signature": "(III)Lnone/cn$a;",
"args": []
},
{
"obf": "c",
"name": "offsetMutable",
"signature": "(Lnone/cu;)Lnone/cn$a;",
"args": []
},
{
"obf": "c",
"name": "offsetMutable",
"signature": "(Lnone/cu;I)Lnone/cn$a;",
"args": []
},
{
"obf": "g",
"name": "setMutable",
"signature": "(Lnone/dk;)Lnone/cn$a;",
"args": []
}
],
"innerClass": []
}
]
}

View File

@ -0,0 +1,93 @@
CLASS none/cn net/minecraft/util/math/BlockPos
CLASS none/cn$a MutableBlockPos
FIELD b x I
FIELD c y I
FIELD d z I
METHOD <init> (III)V
ARG 0 x
ARG 1 y
ARG 2 z
METHOD <init> (Lnone/cn;)V
ARG 0 pos
METHOD a setMutable (Lnone/se;)Lnone/cn$a;
ARG 0 entity
METHOD c setMutable (DDD)Lnone/cn$a;
ARG 0 x
ARG 1 y
ARG 2 z
METHOD c setMutable (III)Lnone/cn$a;
ARG 0 x
ARG 1 y
ARG 2 z
METHOD c offsetMutable (Lnone/cu;)Lnone/cn$a;
ARG 0 facing
METHOD c offsetMutable (Lnone/cu;I)Lnone/cn$a;
ARG 0 facing
ARG 1 distance
METHOD g setMutable (Lnone/dk;)Lnone/cn$a;
ARG 0 vec
METHOD h toImmutable ()Lnone/cn;
METHOD p getX ()I
METHOD p setY (I)V
ARG 0 y
METHOD q getY ()I
METHOD r getZ ()I
CLASS none/cn$b PooledMutableBlockPos
METHOD a setMutable (Lnone/se;)Lnone/cn$a;
METHOD c setMutable (DDD)Lnone/cn$a;
METHOD c setMutable (III)Lnone/cn$a;
METHOD c offsetMutable (Lnone/cu;)Lnone/cn$a;
METHOD c offsetMutable (Lnone/cu;I)Lnone/cn$a;
METHOD g setMutable (Lnone/dk;)Lnone/cn$a;
FIELD a ORIGIN Lnone/cn;
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
METHOD <init> (DDD)V
ARG 0 x
ARG 1 y
ARG 2 z
METHOD <init> (III)V
ARG 0 x
ARG 1 y
ARG 2 z
METHOD <init> (Lnone/bcs;)V
ARG 0 vec
METHOD <init> (Lnone/dk;)V
ARG 0 vec
METHOD <init> (Lnone/se;)V
ARG 0 entity
METHOD a up ()Lnone/cn;
METHOD a add (DDD)Lnone/cn;
ARG 0 x
ARG 1 y
ARG 2 z
METHOD a add (III)Lnone/cn;
ARG 0 x
ARG 1 y
ARG 2 z
METHOD a offset (Lnone/cu;)Lnone/cn;
ARG 0 facing
METHOD a offset (Lnone/cu;I)Lnone/cn;
ARG 0 facing
ARG 1 distance
METHOD a add (Lnone/dk;)Lnone/cn;
ARG 0 vec
METHOD b down ()Lnone/cn;
METHOD b up (I)Lnone/cn;
ARG 0 distance
METHOD b subtract (Lnone/dk;)Lnone/cn;
ARG 0 vec
METHOD c north ()Lnone/cn;
METHOD c down (I)Lnone/cn;
ARG 0 distance
METHOD d south ()Lnone/cn;
METHOD d north (I)Lnone/cn;
ARG 0 distance
METHOD e west ()Lnone/cn;
METHOD e south (I)Lnone/cn;
ARG 0 distance
METHOD f east ()Lnone/cn;
METHOD f west (I)Lnone/cn;
ARG 0 distance
METHOD g east (I)Lnone/cn;
ARG 0 distance
METHOD h toImmutable ()Lnone/cn;

View File

@ -1,70 +0,0 @@
{
"obf": "bcp",
"name": "net/minecraft/util/math/BoundingBox",
"field": [
{
"obf": "a",
"name": "minX",
"type": "D"
},
{
"obf": "b",
"name": "minY",
"type": "D"
},
{
"obf": "c",
"name": "minZ",
"type": "D"
},
{
"obf": "d",
"name": "maxX",
"type": "D"
},
{
"obf": "e",
"name": "maxY",
"type": "D"
},
{
"obf": "f",
"name": "maxZ",
"type": "D"
}
],
"constructors": [
{
"signature": "(DDDDDD)V",
"args": [
{
"index": 0,
"name": "x1"
},
{
"index": 1,
"name": "y1"
},
{
"index": 2,
"name": "z1"
},
{
"index": 3,
"name": "x2"
},
{
"index": 4,
"name": "y2"
},
{
"index": 5,
"name": "z2"
}
],
"statics": false
}
],
"method": [],
"innerClass": []
}

View File

@ -0,0 +1,14 @@
CLASS none/bcp net/minecraft/util/math/BoundingBox
FIELD a minX D
FIELD b minY D
FIELD c minZ D
FIELD d maxX D
FIELD e maxY D
FIELD f maxZ D
METHOD <init> (DDDDDD)V
ARG 0 x1
ARG 1 y1
ARG 2 z1
ARG 3 x2
ARG 4 y2
ARG 5 z2

View File

@ -1,172 +0,0 @@
{
"obf": "cu",
"name": "net/minecraft/util/math/Facing",
"field": [
{
"obf": "a",
"name": "DOWN",
"type": "Lnone/cu;"
},
{
"obf": "b",
"name": "UP",
"type": "Lnone/cu;"
},
{
"obf": "c",
"name": "NORTH",
"type": "Lnone/cu;"
},
{
"obf": "d",
"name": "SOUTH",
"type": "Lnone/cu;"
},
{
"obf": "e",
"name": "WEST",
"type": "Lnone/cu;"
},
{
"obf": "f",
"name": "EAST",
"type": "Lnone/cu;"
},
{
"obf": "g",
"name": "id",
"type": "I"
},
{
"obf": "h",
"name": "idOpposite",
"type": "I"
},
{
"obf": "j",
"name": "name",
"type": "Ljava/lang/String;"
},
{
"obf": "k",
"name": "axis",
"type": "Lnone/cu$a;"
},
{
"obf": "l",
"name": "direction",
"type": "Lnone/cu$b;"
},
{
"obf": "n",
"name": "ALL",
"type": "[Lnone/cu;"
},
{
"obf": "o",
"name": "HORIZONTAL",
"type": "[Lnone/cu;"
},
{
"obf": "p",
"name": "nameToFacing",
"type": "Ljava/util/Map;"
}
],
"constructors": [],
"method": [
{
"obf": "a",
"name": "getId",
"signature": "()I",
"args": []
},
{
"obf": "a",
"name": "byId",
"signature": "(I)Lnone/cu;",
"args": []
},
{
"obf": "c",
"name": "getDirection",
"signature": "()Lnone/cu$b;",
"args": []
},
{
"obf": "d",
"name": "getOpposite",
"signature": "()Lnone/cu;",
"args": []
},
{
"obf": "g",
"name": "getOffsetX",
"signature": "()I",
"args": []
},
{
"obf": "h",
"name": "getOffsetY",
"signature": "()I",
"args": []
},
{
"obf": "i",
"name": "getOffsetZ",
"signature": "()I",
"args": []
},
{
"obf": "values",
"name": "values",
"signature": "()[Lnone/cu;",
"args": []
}
],
"innerClass": [
{
"obf": "cu$a",
"name": "Axis",
"field": [
{
"obf": "a",
"name": "X",
"type": "Lnone/cu$a;"
},
{
"obf": "b",
"name": "Y",
"type": "Lnone/cu$a;"
},
{
"obf": "c",
"name": "Z",
"type": "Lnone/cu$a;"
}
],
"constructors": [],
"method": [],
"innerClass": []
},
{
"obf": "cu$b",
"name": "Direction",
"field": [
{
"obf": "a",
"name": "POSITIVE",
"type": "Lnone/cu$b;"
},
{
"obf": "b",
"name": "NEGATIVE",
"type": "Lnone/cu$b;"
}
],
"constructors": [],
"method": [],
"innerClass": []
}
]
}

View File

@ -0,0 +1,30 @@
CLASS none/cu net/minecraft/util/math/Facing
CLASS none/cu$a Axis
FIELD a X Lnone/cu$a;
FIELD b Y Lnone/cu$a;
FIELD c Z Lnone/cu$a;
CLASS none/cu$b Direction
FIELD a POSITIVE Lnone/cu$b;
FIELD b NEGATIVE Lnone/cu$b;
FIELD a DOWN Lnone/cu;
FIELD b UP Lnone/cu;
FIELD c NORTH Lnone/cu;
FIELD d SOUTH Lnone/cu;
FIELD e WEST Lnone/cu;
FIELD f EAST Lnone/cu;
FIELD g id I
FIELD h idOpposite I
FIELD j name Ljava/lang/String;
FIELD k axis Lnone/cu$a;
FIELD l direction Lnone/cu$b;
FIELD n ALL [Lnone/cu;
FIELD o HORIZONTAL [Lnone/cu;
FIELD p nameToFacing Ljava/util/Map;
METHOD a getId ()I
METHOD a byId (I)Lnone/cu;
METHOD c getDirection ()Lnone/cu$b;
METHOD d getOpposite ()Lnone/cu;
METHOD g getOffsetX ()I
METHOD h getOffsetY ()I
METHOD i getOffsetZ ()I
METHOD values values ()[Lnone/cu;

View File

@ -1,237 +0,0 @@
{
"obf": "or",
"name": "net/minecraft/util/math/MathUtils",
"field": [
{
"obf": "a",
"name": "SQUARE_ROOT_2",
"type": "F"
},
{
"obf": "b",
"name": "sinTable",
"type": "[F"
},
{
"obf": "c",
"name": "rand",
"type": "Ljava/util/Random;"
},
{
"obf": "f",
"name": "asinTable",
"type": "[D"
},
{
"obf": "g",
"name": "cosTable",
"type": "[D"
}
],
"constructors": [],
"method": [
{
"obf": "a",
"name": "sqrt",
"signature": "(D)F",
"args": [
{
"index": 0,
"name": "d"
}
]
},
{
"obf": "a",
"name": "absMax",
"signature": "(DD)D",
"args": []
},
{
"obf": "a",
"name": "clamp",
"signature": "(DDD)D",
"args": []
},
{
"obf": "a",
"name": "sin",
"signature": "(F)F",
"args": []
},
{
"obf": "a",
"name": "clamp",
"signature": "(FFF)F",
"args": []
},
{
"obf": "a",
"name": "abs",
"signature": "(I)I",
"args": []
},
{
"obf": "a",
"name": "intFloorDiv",
"signature": "(II)I",
"args": []
},
{
"obf": "a",
"name": "clamp",
"signature": "(III)I",
"args": []
},
{
"obf": "a",
"name": "getDouble",
"signature": "(Ljava/lang/String;D)D",
"args": []
},
{
"obf": "a",
"name": "getDouble",
"signature": "(Ljava/lang/String;DD)D",
"args": []
},
{
"obf": "a",
"name": "getInt",
"signature": "(Ljava/lang/String;I)I",
"args": []
},
{
"obf": "a",
"name": "getInt",
"signature": "(Ljava/lang/String;II)I",
"args": []
},
{
"obf": "a",
"name": "nextDouble",
"signature": "(Ljava/util/Random;DD)D",
"args": []
},
{
"obf": "a",
"name": "nextFloat",
"signature": "(Ljava/util/Random;FF)F",
"args": []
},
{
"obf": "a",
"name": "nextInt",
"signature": "(Ljava/util/Random;II)I",
"args": []
},
{
"obf": "a",
"name": "average",
"signature": "([J)D",
"args": []
},
{
"obf": "b",
"name": "fastFloor",
"signature": "(D)I",
"args": []
},
{
"obf": "b",
"name": "clampedLerp",
"signature": "(DDD)D",
"args": []
},
{
"obf": "b",
"name": "cos",
"signature": "(F)F",
"args": []
},
{
"obf": "c",
"name": "floor",
"signature": "(D)I",
"args": []
},
{
"obf": "c",
"name": "sqrt",
"signature": "(F)F",
"args": [
{
"index": 0,
"name": "f"
}
]
},
{
"obf": "c",
"name": "smallestEncompassingPowerOfTwo",
"signature": "(I)I",
"args": []
},
{
"obf": "c",
"name": "roundUp",
"signature": "(II)I",
"args": []
},
{
"obf": "d",
"name": "lfloor",
"signature": "(D)J",
"args": []
},
{
"obf": "d",
"name": "floor",
"signature": "(F)I",
"args": []
},
{
"obf": "e",
"name": "absFloor",
"signature": "(D)I",
"args": []
},
{
"obf": "e",
"name": "abs",
"signature": "(F)F",
"args": []
},
{
"obf": "e",
"name": "log2",
"signature": "(I)I",
"args": []
},
{
"obf": "f",
"name": "ceil",
"signature": "(D)I",
"args": []
},
{
"obf": "f",
"name": "ceil",
"signature": "(F)I",
"args": []
},
{
"obf": "g",
"name": "wrapDegrees",
"signature": "(D)D",
"args": []
},
{
"obf": "g",
"name": "wrapDegrees",
"signature": "(F)F",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,40 @@
CLASS none/or net/minecraft/util/math/MathUtils
FIELD a SQUARE_ROOT_2 F
FIELD b sinTable [F
FIELD c rand Ljava/util/Random;
FIELD f asinTable [D
FIELD g cosTable [D
METHOD a sqrt (D)F
ARG 0 d
METHOD a absMax (DD)D
METHOD a clamp (DDD)D
METHOD a sin (F)F
METHOD a clamp (FFF)F
METHOD a abs (I)I
METHOD a intFloorDiv (II)I
METHOD a clamp (III)I
METHOD a getDouble (Ljava/lang/String;D)D
METHOD a getDouble (Ljava/lang/String;DD)D
METHOD a getInt (Ljava/lang/String;I)I
METHOD a getInt (Ljava/lang/String;II)I
METHOD a nextDouble (Ljava/util/Random;DD)D
METHOD a nextFloat (Ljava/util/Random;FF)F
METHOD a nextInt (Ljava/util/Random;II)I
METHOD a average ([J)D
METHOD b fastFloor (D)I
METHOD b clampedLerp (DDD)D
METHOD b cos (F)F
METHOD c floor (D)I
METHOD c sqrt (F)F
ARG 0 f
METHOD c smallestEncompassingPowerOfTwo (I)I
METHOD c roundUp (II)I
METHOD d lfloor (D)J
METHOD d floor (F)I
METHOD e absFloor (D)I
METHOD e abs (F)F
METHOD e log2 (I)I
METHOD f ceil (D)I
METHOD f ceil (F)I
METHOD g wrapDegrees (D)D
METHOD g wrapDegrees (F)F

View File

@ -1,69 +0,0 @@
{
"obf": "bcs",
"name": "net/minecraft/util/math/Vec3d",
"field": [
{
"obf": "a",
"name": "ORIGIN",
"type": "Lnone/bcs;"
},
{
"obf": "b",
"name": "x",
"type": "D"
},
{
"obf": "c",
"name": "y",
"type": "D"
},
{
"obf": "d",
"name": "z",
"type": "D"
}
],
"constructors": [
{
"signature": "(DDD)V",
"args": [
{
"index": 0,
"name": "x"
},
{
"index": 1,
"name": "y"
},
{
"index": 2,
"name": "z"
}
],
"statics": false
},
{
"signature": "(Lnone/dk;)V",
"args": [
{
"index": 0,
"name": "vec"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"signature": "(Lnone/bcs;)Lnone/bcs;",
"args": [
{
"index": 0,
"name": "vec"
}
]
}
],
"innerClass": []
}

View File

@ -0,0 +1,13 @@
CLASS none/bcs net/minecraft/util/math/Vec3d
FIELD a ORIGIN Lnone/bcs;
FIELD b x D
FIELD c y D
FIELD d z D
METHOD <init> (DDD)V
ARG 0 x
ARG 1 y
ARG 2 z
METHOD <init> (Lnone/dk;)V
ARG 0 vec
METHOD a (Lnone/bcs;)Lnone/bcs;
ARG 0 vec

View File

@ -1,85 +0,0 @@
{
"obf": "dk",
"name": "net/minecraft/util/math/Vec3i",
"field": [
{
"obf": "a",
"name": "x",
"type": "I"
},
{
"obf": "b",
"name": "y",
"type": "I"
},
{
"obf": "c",
"name": "z",
"type": "I"
},
{
"obf": "e",
"name": "ORIGIN",
"type": "Lnone/dk;"
}
],
"constructors": [
{
"signature": "(DDD)V",
"args": [
{
"index": 0,
"name": "x"
},
{
"index": 1,
"name": "y"
},
{
"index": 2,
"name": "z"
}
],
"statics": false
},
{
"signature": "(III)V",
"args": [
{
"index": 0,
"name": "x"
},
{
"index": 1,
"name": "y"
},
{
"index": 2,
"name": "z"
}
],
"statics": false
}
],
"method": [
{
"obf": "p",
"name": "getX",
"signature": "()I",
"args": []
},
{
"obf": "q",
"name": "getY",
"signature": "()I",
"args": []
},
{
"obf": "r",
"name": "getZ",
"signature": "()I",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,16 @@
CLASS none/dk net/minecraft/util/math/Vec3i
FIELD a x I
FIELD b y I
FIELD c z I
FIELD e ORIGIN Lnone/dk;
METHOD <init> (DDD)V
ARG 0 x
ARG 1 y
ARG 2 z
METHOD <init> (III)V
ARG 0 x
ARG 1 y
ARG 2 z
METHOD p getX ()I
METHOD q getY ()I
METHOD r getZ ()I

View File

@ -1,111 +0,0 @@
{
"obf": "cs",
"name": "net/minecraft/util/registry/DefaultMappedRegistry",
"field": [
{
"obf": "d",
"name": "defaultKey",
"type": "Ljava/lang/Object;"
},
{
"obf": "e",
"name": "defaultValue",
"type": "Ljava/lang/Object;"
}
],
"constructors": [
{
"signature": "(Ljava/lang/Object;)V",
"args": [
{
"index": 0,
"name": "defaultKey"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "checkDefault",
"signature": "()V",
"args": []
},
{
"obf": "a",
"name": "get",
"signature": "(I)Ljava/lang/Object;",
"args": [
{
"index": 0,
"name": "id"
}
]
},
{
"obf": "a",
"name": "register",
"signature": "(ILjava/lang/Object;Ljava/lang/Object;)V",
"args": [
{
"index": 0,
"name": "id"
},
{
"index": 1,
"name": "key"
},
{
"index": 2,
"name": "value"
}
]
},
{
"obf": "a",
"name": "getId",
"signature": "(Ljava/lang/Object;)I",
"args": [
{
"index": 0,
"name": "value"
}
]
},
{
"obf": "a",
"name": "getRandom",
"signature": "(Ljava/util/Random;)Ljava/lang/Object;",
"args": [
{
"index": 0,
"name": "random"
}
]
},
{
"obf": "b",
"name": "getKey",
"signature": "(Ljava/lang/Object;)Ljava/lang/Object;",
"args": [
{
"index": 0,
"name": "value"
}
]
},
{
"obf": "c",
"name": "get",
"signature": "(Ljava/lang/Object;)Ljava/lang/Object;",
"args": [
{
"index": 0,
"name": "key"
}
]
}
],
"innerClass": []
}

View File

@ -0,0 +1,20 @@
CLASS none/cs net/minecraft/util/registry/DefaultMappedRegistry
FIELD d defaultKey Ljava/lang/Object;
FIELD e defaultValue Ljava/lang/Object;
METHOD <init> (Ljava/lang/Object;)V
ARG 0 defaultKey
METHOD a checkDefault ()V
METHOD a get (I)Ljava/lang/Object;
ARG 0 id
METHOD a register (ILjava/lang/Object;Ljava/lang/Object;)V
ARG 0 id
ARG 1 key
ARG 2 value
METHOD a getId (Ljava/lang/Object;)I
ARG 0 value
METHOD a getRandom (Ljava/util/Random;)Ljava/lang/Object;
ARG 0 random
METHOD b getKey (Ljava/lang/Object;)Ljava/lang/Object;
ARG 0 value
METHOD c get (Ljava/lang/Object;)Ljava/lang/Object;
ARG 0 key

View File

@ -1,41 +0,0 @@
{
"obf": "dg",
"name": "net/minecraft/util/registry/IRegistry",
"field": [],
"constructors": [],
"method": [
{
"obf": "a",
"name": "put",
"signature": "(Ljava/lang/Object;Ljava/lang/Object;)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "value"
}
]
},
{
"obf": "c",
"name": "getKeys",
"signature": "()Ljava/util/Set;",
"args": []
},
{
"obf": "c",
"name": "get",
"signature": "(Ljava/lang/Object;)Ljava/lang/Object;",
"args": [
{
"index": 0,
"name": "key"
}
]
}
],
"innerClass": []
}

View File

@ -0,0 +1,7 @@
CLASS none/dg net/minecraft/util/registry/IRegistry
METHOD a put (Ljava/lang/Object;Ljava/lang/Object;)V
ARG 0 key
ARG 1 value
METHOD c getKeys ()Ljava/util/Set;
METHOD c get (Ljava/lang/Object;)Ljava/lang/Object;
ARG 0 key

View File

@ -1,106 +0,0 @@
{
"obf": "db",
"name": "net/minecraft/util/registry/IdRegistry",
"field": [
{
"obf": "a",
"name": "idStore",
"type": "Lnone/of;"
},
{
"obf": "b",
"name": "valueKeyMap",
"type": "Ljava/util/Map;"
}
],
"constructors": [],
"method": [
{
"obf": "a",
"name": "get",
"signature": "(I)Ljava/lang/Object;",
"args": [
{
"index": 0,
"name": "id"
}
]
},
{
"obf": "a",
"name": "register",
"signature": "(ILjava/lang/Object;Ljava/lang/Object;)V",
"args": [
{
"index": 0,
"name": "id"
},
{
"index": 1,
"name": "key"
},
{
"index": 2,
"name": "value"
}
]
},
{
"obf": "a",
"name": "getId",
"signature": "(Ljava/lang/Object;)I",
"args": [
{
"index": 0,
"name": "value"
}
]
},
{
"obf": "b",
"name": "createMap",
"signature": "()Ljava/util/Map;",
"args": []
},
{
"obf": "b",
"name": "getKey",
"signature": "(Ljava/lang/Object;)Ljava/lang/Object;",
"args": [
{
"index": 0,
"name": "value"
}
]
},
{
"obf": "c",
"name": "get",
"signature": "(Ljava/lang/Object;)Ljava/lang/Object;",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "d",
"name": "containsKey",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "iterator",
"name": "iterator",
"signature": "()Ljava/util/Iterator;",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,19 @@
CLASS none/db net/minecraft/util/registry/IdRegistry
FIELD a idStore Lnone/of;
FIELD b valueKeyMap Ljava/util/Map;
METHOD a get (I)Ljava/lang/Object;
ARG 0 id
METHOD a register (ILjava/lang/Object;Ljava/lang/Object;)V
ARG 0 id
ARG 1 key
ARG 2 value
METHOD a getId (Ljava/lang/Object;)I
ARG 0 value
METHOD b createMap ()Ljava/util/Map;
METHOD b getKey (Ljava/lang/Object;)Ljava/lang/Object;
ARG 0 value
METHOD c get (Ljava/lang/Object;)Ljava/lang/Object;
ARG 0 key
METHOD d containsKey (Ljava/lang/Object;)Z
ARG 0 key
METHOD iterator iterator ()Ljava/util/Iterator;

View File

@ -1,97 +0,0 @@
{
"obf": "of",
"name": "net/minecraft/util/registry/IdStore",
"field": [
{
"obf": "a",
"name": "NULL",
"type": "Ljava/lang/Object;"
},
{
"obf": "d",
"name": "keys",
"type": "[Ljava/lang/Object;"
}
],
"constructors": [
{
"signature": "(I)V",
"args": [
{
"index": 0,
"name": "size"
}
],
"statics": false
}
],
"method": [
{
"obf": "a",
"name": "reset",
"signature": "()V",
"args": []
},
{
"obf": "a",
"name": "getKey",
"signature": "(I)Ljava/lang/Object;",
"args": [
{
"index": 0,
"name": "id"
}
]
},
{
"obf": "a",
"name": "getId",
"signature": "(Ljava/lang/Object;)I",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "a",
"name": "set",
"signature": "(Ljava/lang/Object;I)V",
"args": []
},
{
"obf": "b",
"name": "validateID",
"signature": "(Ljava/lang/Object;I)I",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "id"
}
]
},
{
"obf": "d",
"name": "getIdInternal",
"signature": "(Ljava/lang/Object;)I",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "iterator",
"name": "iterator",
"signature": "()Ljava/util/Iterator;",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,17 @@
CLASS none/of net/minecraft/util/registry/IdStore
FIELD a NULL Ljava/lang/Object;
FIELD d keys [Ljava/lang/Object;
METHOD <init> (I)V
ARG 0 size
METHOD a reset ()V
METHOD a getKey (I)Ljava/lang/Object;
ARG 0 id
METHOD a getId (Ljava/lang/Object;)I
ARG 0 key
METHOD a set (Ljava/lang/Object;I)V
METHOD b validateID (Ljava/lang/Object;I)I
ARG 0 key
ARG 1 id
METHOD d getIdInternal (Ljava/lang/Object;)I
ARG 0 key
METHOD iterator iterator ()Ljava/util/Iterator;

View File

@ -1,91 +0,0 @@
{
"obf": "di",
"name": "net/minecraft/util/registry/Registry",
"field": [
{
"obf": "a",
"name": "LOGGER",
"type": "Lorg/apache/logging/log4j/Logger;"
},
{
"obf": "b",
"name": "valueCache",
"type": "[Ljava/lang/Object;"
},
{
"obf": "c",
"name": "map",
"type": "Ljava/util/Map;"
}
],
"constructors": [],
"method": [
{
"obf": "a",
"name": "put",
"signature": "(Ljava/lang/Object;Ljava/lang/Object;)V",
"args": [
{
"index": 0,
"name": "key"
},
{
"index": 1,
"name": "value"
}
]
},
{
"obf": "a",
"name": "getRandom",
"signature": "(Ljava/util/Random;)Ljava/lang/Object;",
"args": [
{
"index": 0,
"name": "random"
}
]
},
{
"obf": "b",
"name": "createMap",
"signature": "()Ljava/util/Map;",
"args": []
},
{
"obf": "c",
"name": "getKeys",
"signature": "()Ljava/util/Set;",
"args": []
},
{
"obf": "c",
"name": "get",
"signature": "(Ljava/lang/Object;)Ljava/lang/Object;",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "d",
"name": "containsKey",
"signature": "(Ljava/lang/Object;)Z",
"args": [
{
"index": 0,
"name": "key"
}
]
},
{
"obf": "iterator",
"name": "iterator",
"signature": "()Ljava/util/Iterator;",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,16 @@
CLASS none/di net/minecraft/util/registry/Registry
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b valueCache [Ljava/lang/Object;
FIELD c map Ljava/util/Map;
METHOD a put (Ljava/lang/Object;Ljava/lang/Object;)V
ARG 0 key
ARG 1 value
METHOD a getRandom (Ljava/util/Random;)Ljava/lang/Object;
ARG 0 random
METHOD b createMap ()Ljava/util/Map;
METHOD c getKeys ()Ljava/util/Set;
METHOD c get (Ljava/lang/Object;)Ljava/lang/Object;
ARG 0 key
METHOD d containsKey (Ljava/lang/Object;)Z
ARG 0 key
METHOD iterator iterator ()Ljava/util/Iterator;

View File

@ -1,27 +0,0 @@
{
"obf": "aiy",
"name": "net/minecraft/world/IBlockView",
"field": [],
"constructors": [],
"method": [
{
"obf": "d",
"name": "isAir",
"signature": "(Lnone/cn;)Z",
"args": []
},
{
"obf": "o",
"name": "getBlockState",
"signature": "(Lnone/cn;)Lnone/asj;",
"args": []
},
{
"obf": "r",
"name": "getTileEntity",
"signature": "(Lnone/cn;)Lnone/arb;",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,4 @@
CLASS none/aiy net/minecraft/world/IBlockView
METHOD d isAir (Lnone/cn;)Z
METHOD o getBlockState (Lnone/cn;)Lnone/asj;
METHOD r getTileEntity (Lnone/cn;)Lnone/arb;

View File

@ -1,66 +0,0 @@
{
"obf": "aiu",
"name": "net/minecraft/world/World",
"field": [
{
"obf": "r",
"name": "rand",
"type": "Ljava/util/Random;"
}
],
"constructors": [],
"method": [
{
"obf": "E",
"name": "isValidHeight",
"signature": "(Lnone/cn;)Z",
"args": [
{
"index": 0,
"name": "pos"
}
]
},
{
"obf": "a",
"name": "isValidPos",
"signature": "(Lnone/cn;)Z",
"args": [
{
"index": 0,
"name": "pos"
}
]
},
{
"obf": "d",
"name": "isAir",
"signature": "(Lnone/cn;)Z",
"args": []
},
{
"obf": "o",
"name": "getBlockState",
"signature": "(Lnone/cn;)Lnone/asj;",
"args": [
{
"index": 0,
"name": "pos"
}
]
},
{
"obf": "r",
"name": "getTileEntity",
"signature": "(Lnone/cn;)Lnone/arb;",
"args": []
},
{
"obf": "u",
"name": "getServer",
"signature": "()Lnet/minecraft/server/MinecraftServer;",
"args": []
}
],
"innerClass": []
}

View File

@ -0,0 +1,11 @@
CLASS none/aiu net/minecraft/world/World
FIELD r rand Ljava/util/Random;
METHOD E isValidHeight (Lnone/cn;)Z
ARG 0 pos
METHOD a isValidPos (Lnone/cn;)Z
ARG 0 pos
METHOD d isAir (Lnone/cn;)Z
METHOD o getBlockState (Lnone/cn;)Lnone/asj;
ARG 0 pos
METHOD r getTileEntity (Lnone/cn;)Lnone/arb;
METHOD u getServer ()Lnet/minecraft/server/MinecraftServer;