Interface DatagenMod
- All Known Implementing Classes:
Mods
public interface DatagenMod
-
Method Summary
Modifier and TypeMethodDescriptiondefault net.minecraft.resources.ResourceLocationasResource(String id) default net.minecraft.resources.ResourceLocationdeepslateOreOf(String type) getId()default net.minecraft.resources.ResourceLocationdefault net.minecraft.resources.ResourceLocationdefault booleandefault net.minecraft.resources.ResourceLocationdefault Stringdefault booleandefault boolean
-
Method Details
-
asResource
-
recipeId
-
getId
String getId() -
ingotOf
-
nuggetOf
-
oreOf
-
deepslateOreOf
-
reversedMetalPrefix
default boolean reversedMetalPrefix()- Returns:
- Whether the resource locations of this mod's metal-derived entries have the metal named appended.
-
strippedIsSuffix
default boolean strippedIsSuffix()- Returns:
- Whether the resource locations of this mod's stripped logs/wood have '_stripped' appended to the normal log/wood RL.
-
omitWoodSuffix
default boolean omitWoodSuffix()- Returns:
- Whether wood blocks from this mod omit the '_wood' part of their resource locations.
-