Package hiiragi283.core.api.data.model
Class HTItemModelProvider
-
- All Implemented Interfaces:
-
net.minecraft.data.DataProvider
public abstract class HTItemModelProvider extends ItemModelProviderHiiragi Coreとそれを前提とするmodで使用されるItemModelBuilderの拡張クラスです。
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnamepublic final Map<ResourceLocation, ItemModelBuilder>generatedModelspublic final ExistingFileHelperexistingFileHelper
-
Constructor Summary
Constructors Constructor Description HTItemModelProvider(String modId, HTDataGenContext context)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class net.neoforged.neoforge.client.model.generators.ItemModelProvider
basicItem, basicItem, getName, handheldItem, handheldItem, simpleBlockItem, simpleBlockItem, spawnEggItem, spawnEggItem -
Methods inherited from class net.neoforged.neoforge.client.model.generators.ModelProvider
button, buttonInventory, buttonPressed, carpet, crop, cross, cube, cubeAll, cubeBottomTop, cubeColumn, cubeColumnHorizontal, cubeTop, doorBottomLeft, doorBottomLeftOpen, doorBottomRight, doorBottomRightOpen, doorTopLeft, doorTopLeftOpen, doorTopRight, doorTopRightOpen, fenceGate, fenceGateOpen, fenceGateWall, fenceGateWallOpen, fenceInventory, fencePost, fenceSide, getBuilder, getExistingFile, leaves, mcLoc, modLoc, nested, orientable, orientableVertical, orientableWithBottom, paneNoSide, paneNoSideAlt, panePost, paneSide, paneSideAlt, pressurePlate, pressurePlateDown, sign, singleTexture, singleTexture, slab, slabTop, stairs, stairsInner, stairsOuter, torch, torchWall, trapdoorBottom, trapdoorOpen, trapdoorOrientableBottom, trapdoorOrientableOpen, trapdoorOrientableTop, trapdoorTop, wallInventory, wallPost, wallSide, wallSideTall, withExistingParent, withExistingParent -
Methods inherited from class net.minecraft.data.DataProvider
run -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HTItemModelProvider
HTItemModelProvider(String modId, HTDataGenContext context)
-
-
-
-