Checks the current thread against the expected primary thread for the server. Note: this method should not be used to indicate the current synchronized state of the runtime. A current thread matching the main thread indicates that it is synchronized, but a mismatch does not preclude</b
()
| 2083 | * false otherwise |
| 2084 | */ |
| 2085 | public static boolean isPrimaryThread() { |
| 2086 | return server.isPrimaryThread(); |
| 2087 | } |
| 2088 | |
| 2089 | // Paper start |
| 2090 | /** |
no test coverage detected