MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / Field

Method Field

UnLuac/src/unluac/decompile/CodeExtract.java:9–11  ·  view source on GitHub ↗
(int size, int shift)

Source from the content-addressed store, hash-verified

7public static class Field {
8
9 public Field(int size, int shift) {
10 this(size, shift, 0);
11 }
12
13 public Field(int size, int shift, int offset) {
14 this.size = size;

Callers

nothing calls this directly

Calls 1

size_to_maskMethod · 0.80

Tested by

no test coverage detected