Convert ChatComponent to its nms value
This commit is contained in:
		| @@ -811,6 +811,8 @@ public class ReflectionManager { | |||||||
|                     return Optional.empty(); |                     return Optional.empty(); | ||||||
|                 else |                 else | ||||||
|                     return Optional.of(val); |                     return Optional.of(val); | ||||||
|  |             } else if (val instanceof WrappedChatComponent) { | ||||||
|  |                 return Optional.of(((WrappedChatComponent) val).getHandle()); | ||||||
|             } |             } | ||||||
|         } else if (value instanceof Vector3F) { |         } else if (value instanceof Vector3F) { | ||||||
|             Vector3F angle = (Vector3F) value; |             Vector3F angle = (Vector3F) value; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user