Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Frontrooms/3.0-GC
/ isShare
Method
isShare
src/main/java/emu/grasscutter/game/drop/DropData.java:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
46
47
public
boolean isShare() {
48
return
share;
49
}
50
51
public
void
setIsShare(boolean share) {
52
this.share = share;
Callers
3
addDropEntity
Method · 0.45
callDrop
Method · 0.45
interactWith
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected