MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / setInstances

Method setInstances

src/main/java/field/graphics/BaseMesh.java:110–113  ·  view source on GitHub ↗
(int num)

Source from the content-addressed store, hash-verified

108 Supplier<Integer> instances = () -> 0;
109
110 public BaseMesh setInstances(int num) {
111 this.instances = () -> num;
112 return this;
113 }
114
115 public BaseMesh setInstances(Supplier<Integer> num) {
116 this.instances = num;

Callers 5

ShaderGroupClass · 0.80
lineBuilderMethod · 0.80
lineAdjBuilderMethod · 0.80
triangleBuilderMethod · 0.80
pointBuilderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected