类 SLPItemModelProvider
java.lang.Object
net.minecraftforge.client.model.generators.ModelProvider<net.minecraftforge.client.model.generators.ItemModelBuilder>
net.minecraftforge.client.model.generators.ItemModelProvider
top.r3944realms.superleadrope.datagen.provider.SLPItemModelProvider
- 所有已实现的接口:
net.minecraft.data.DataProvider
public class SLPItemModelProvider
extends net.minecraftforge.client.model.generators.ItemModelProvider
The type Slp item model provider.
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.data.DataProvider
net.minecraft.data.DataProvider.Factory<T extends net.minecraft.data.DataProvider> -
字段概要
字段修饰符和类型字段说明static final net.minecraft.resources.ResourceLocationThe constant DOLL.static final StringThe constant GENERATED.static final StringThe constant HANDHELD.从类继承的字段 net.minecraftforge.client.model.generators.ModelProvider
BLOCK_FOLDER, existingFileHelper, generatedModels, ITEM_FOLDER从接口继承的字段 net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, KEY_COMPARATOR, LOGGER -
构造器概要
构造器构造器说明SLPItemModelProvider(net.minecraft.data.PackOutput output, net.minecraftforge.common.data.ExistingFileHelper existingFileHelper) Instantiates a new Slp item model provider. -
方法概要
修饰符和类型方法说明voiditemGenerateModel(net.minecraft.world.item.Item item, net.minecraft.resources.ResourceLocation location) Item generate model.voiditemHandHeldModel(net.minecraft.world.item.Item item, net.minecraft.resources.ResourceLocation location) Item hand held model.itemName(net.minecraft.world.item.Item item) Item name string.net.minecraft.resources.ResourceLocationresourceItem(String path) Resource item resource location.voidSuper lead rope model.从类继承的方法 net.minecraftforge.client.model.generators.ItemModelProvider
basicItem, basicItem, getName从类继承的方法 net.minecraftforge.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, run, sign, singleTexture, singleTexture, slab, slabTop, stairs, stairsInner, stairsOuter, torch, torchWall, trapdoorBottom, trapdoorOpen, trapdoorOrientableBottom, trapdoorOrientableOpen, trapdoorOrientableTop, trapdoorTop, wallInventory, wallPost, wallSide, wallSideTall, withExistingParent, withExistingParent
-
字段详细资料
-
构造器详细资料
-
SLPItemModelProvider
public SLPItemModelProvider(net.minecraft.data.PackOutput output, net.minecraftforge.common.data.ExistingFileHelper existingFileHelper) Instantiates a new Slp item model provider.- 参数:
output- the outputexistingFileHelper- the existing file helper
-
-
方法详细资料
-
itemGenerateModel
public void itemGenerateModel(net.minecraft.world.item.Item item, net.minecraft.resources.ResourceLocation location) Item generate model.- 参数:
item- the itemlocation- the location
-
itemHandHeldModel
public void itemHandHeldModel(net.minecraft.world.item.Item item, net.minecraft.resources.ResourceLocation location) Item hand held model.- 参数:
item- the itemlocation- the location
-
superLeadRopeModel
public void superLeadRopeModel()Super lead rope model. -
itemName
Item name string.- 参数:
item- the item- 返回:
- the string
-
resourceItem
Resource item resource location.- 参数:
path- the path- 返回:
- the resource location
-