We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d4c05 commit a4c8052Copy full SHA for a4c8052
src/main/java/org/spongepowered/api/event/server/query/QueryServerEvent.java
@@ -155,15 +155,6 @@ interface Basic extends QueryServerEvent {
155
*/
156
void setAddress(InetSocketAddress address);
157
158
- /**
159
- * Gets the maximum size of the data to respond with.
160
- *
161
- * <p>If the size of the data is greater than the returned value,
162
- * it will be automatically truncated.
163
164
- * @return The maximum size of the data to respond with
165
- */
166
- int maxSize();
167
}
168
169
interface Full extends Basic {
0 commit comments