Class ResearchPackImpl.Builder
java.lang.Object
com.portingdeadmods.researchd.impl.research.ResearchPackImpl.Builder
- Enclosing class:
ResearchPackImpl
-
Method Summary
Modifier and TypeMethodDescriptionbuild()color(int r, int g, int b) customTexture(net.minecraft.resources.ResourceLocation customTexture) literalName(String name) literDescription(String description) sortingValue(int sortingValue) A value to dictate where in the progression the research pack should be.
-
Method Details
-
color
-
customTexture
public ResearchPackImpl.Builder customTexture(net.minecraft.resources.ResourceLocation customTexture) -
sortingValue
A value to dictate where in the progression the research pack should be.
Lower = earlier, higher = later -
literalName
-
literDescription
-
build
-