MCPcopy Create free account
hub / github.com/Maxlego08/zMenu / ZPattern

Class ZPattern

src/main/java/fr/maxlego08/menu/pattern/ZPattern.java:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import java.util.List;
7
8public record ZPattern(String name, List<Button> buttons, int inventorySize, boolean enableMultiPage) implements Pattern {
9
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected