yarn/mappings/net/minecraft/util/math/Facing.json

172 lines
2.9 KiB
JSON

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