@return The name of the class of the wrapped object
()
| 33 | * @return The name of the class of the wrapped object |
| 34 | */ |
| 35 | public String getTypeName() { |
| 36 | return obj.getClass().getSimpleName(); |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * @return A wrapped NMSClass of the class of the wrapped object |