Get the schema for a given item based on its opcode. This schema is use to decode the instruction. @param opcode @return
(int opcode)
| 441 | * @return |
| 442 | */ |
| 443 | public Item.Descriptor getDescriptor(int opcode); |
| 444 | } |
| 445 | |
| 446 | /** |
no outgoing calls
no test coverage detected