MCPcopy Create free account
hub / github.com/McJty/TutorialV3 / ModelKey

Class ModelKey

src/main/java/com/example/tutorialv3/client/ModelKey.java:11–11  ·  view source on GitHub ↗

A key used to identify a set of baked quads for the baked model

Source from the content-addressed store, hash-verified

9 * A key used to identify a set of baked quads for the baked model
10 */
11public record ModelKey(boolean generating, boolean collecting, boolean actuallyGenerating, @Nullable ModelState modelState) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected