yarn/mappings/net/minecraft/world/World.json

66 lines
1.1 KiB
JSON

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