yarn/mappings/net/minecraft/block/tile/TileEntity.json

84 lines
1.4 KiB
JSON

{
"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": []
}