Gets the name of this server implementation. @return name of this server implementation @see io.papermc.paper.ServerBuildInfo#brandName()
()
| 134 | * @see io.papermc.paper.ServerBuildInfo#brandName() |
| 135 | */ |
| 136 | @NotNull |
| 137 | public static String getName() { |
| 138 | return server.getName(); |
| 139 | } |
| 140 | |
| 141 | /** |
| 142 | * Gets the version string of this server implementation. |
no test coverage detected