Class ResearchPackBuilder
java.lang.Object
com.portingdeadmods.researchd.compat.kubejs.builders.ResearchPackBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal net.minecraft.resources.ResourceLocationdev.latvian.mods.kubejs.script.SourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolor(int r, int g, int b) customTexture(String texture) sortingValue(int value) A value to dictate where in the progression the research pack should be.
-
Field Details
-
id
public final net.minecraft.resources.ResourceLocation id -
sourceLine
public dev.latvian.mods.kubejs.script.SourceLine sourceLine
-
-
Constructor Details
-
ResearchPackBuilder
public ResearchPackBuilder(net.minecraft.resources.ResourceLocation id)
-
-
Method Details
-
color
-
customTexture
-
sortingValue
A value to dictate where in the progression the research pack should be.
Lower = earlier, higher = later -
createObject
-