yarn/mappings/net/minecraft/util/registry/IdRegistry.json

106 lines
1.8 KiB
JSON

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