MCPcopy 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

addDropEntityMethod · 0.45
callDropMethod · 0.45
interactWithMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected