MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / isEmpty

Method isEmpty

Mod Utils/src/eu/the5zig/mod/util/Rectangle.java:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 public boolean isEmpty() {
192 return this.width <= 0 || this.height <= 0;
193 }
194
195 public boolean equals(Object obj) {
196 if (!(obj instanceof Rectangle)) {

Callers 15

openURLIfFoundMethod · 0.80
parseIntMethod · 0.80
keyTypedMethod · 0.80
updateMethod · 0.80
runMethod · 0.80
drawMethod · 0.80
drawHoveringTextMethod · 0.80
addToSentMessagesMethod · 0.80
highlightChatLineMethod · 0.80
splitStringToWidthMethod · 0.80
shortenToWidthMethod · 0.80
goUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected