Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
openURLIfFound
Method · 0.80
parseInt
Method · 0.80
keyTyped
Method · 0.80
update
Method · 0.80
run
Method · 0.80
draw
Method · 0.80
drawHoveringText
Method · 0.80
addToSentMessages
Method · 0.80
highlightChatLine
Method · 0.80
splitStringToWidth
Method · 0.80
shortenToWidth
Method · 0.80
goUp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected