类 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.ResourceLocation
    The constant DOLL.
    static final String
    The constant GENERATED.
    static final String
    The 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.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    itemGenerateModel(net.minecraft.world.item.Item item, net.minecraft.resources.ResourceLocation location)
    Item generate model.
    void
    itemHandHeldModel(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.ResourceLocation
    Resource item resource location.
    void
    Super 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

    从类继承的方法 java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • DOLL

      public static final net.minecraft.resources.ResourceLocation DOLL
      The constant DOLL.
    • GENERATED

      public static final String GENERATED
      The constant GENERATED.
      另请参阅:
    • HANDHELD

      public static final String HANDHELD
      The constant HANDHELD.
      另请参阅:
  • 构造器详细资料

    • SLPItemModelProvider

      public SLPItemModelProvider(net.minecraft.data.PackOutput output, net.minecraftforge.common.data.ExistingFileHelper existingFileHelper)
      Instantiates a new Slp item model provider.
      参数:
      output - the output
      existingFileHelper - the existing file helper
  • 方法详细资料

    • itemGenerateModel

      public void itemGenerateModel(net.minecraft.world.item.Item item, net.minecraft.resources.ResourceLocation location)
      Item generate model.
      参数:
      item - the item
      location - the location
    • itemHandHeldModel

      public void itemHandHeldModel(net.minecraft.world.item.Item item, net.minecraft.resources.ResourceLocation location)
      Item hand held model.
      参数:
      item - the item
      location - the location
    • superLeadRopeModel

      public void superLeadRopeModel()
      Super lead rope model.
    • itemName

      public String itemName(net.minecraft.world.item.Item item)
      Item name string.
      参数:
      item - the item
      返回:
      the string
    • resourceItem

      public net.minecraft.resources.ResourceLocation resourceItem(String path)
      Resource item resource location.
      参数:
      path - the path
      返回:
      the resource location