@return A wrapped NMSClass of the class of the wrapped object
()
| 40 | * @return A wrapped NMSClass of the class of the wrapped object |
| 41 | */ |
| 42 | public NMSClass getType() { |
| 43 | return new NMSClass(obj.getClass()); |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * @return Whether this NMSObject is wrapping null |
no test coverage detected