类 ModBlockStates

java.lang.Object
net.minecraftforge.client.model.generators.BlockStateProvider
committee.nova.mods.avaritia.api.init.data.IBlockStateProvider
committee.nova.mods.avaritia.init.data.provider.ModBlockStates
所有已实现的接口:
net.minecraft.data.DataProvider

public class ModBlockStates extends IBlockStateProvider
Author cnlimiter CreateTime 2023/6/16 22:22 Name ModBlockStates Description
  • 嵌套类概要

    从类继承的嵌套类/接口 net.minecraftforge.client.model.generators.BlockStateProvider

    net.minecraftforge.client.model.generators.BlockStateProvider.ConfiguredModelList

    从接口继承的嵌套类/接口 net.minecraft.data.DataProvider

    net.minecraft.data.DataProvider.Factory<T extends net.minecraft.data.DataProvider>
  • 字段概要

    从类继承的字段 net.minecraftforge.client.model.generators.BlockStateProvider

    registeredBlocks, WALL_PROPS

    从接口继承的字段 net.minecraft.data.DataProvider

    FIXED_ORDER_FIELDS, KEY_COMPARATOR
  • 构造器概要

    构造器
    构造器
    说明
    ModBlockStates(net.minecraft.data.PackOutput output, net.minecraftforge.common.data.ExistingFileHelper helper)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    @NotNull String
     
    protected void
     

    从类继承的方法 net.minecraftforge.client.model.generators.BlockStateProvider

    axisBlock, axisBlock, axisBlock, axisBlock, axisBlockWithRenderType, axisBlockWithRenderType, axisBlockWithRenderType, axisBlockWithRenderType, axisBlockWithRenderType, axisBlockWithRenderType, blockTexture, buttonBlock, buttonBlock, cubeAll, directionalBlock, directionalBlock, directionalBlock, directionalBlock, doorBlock, doorBlock, doorBlock, doorBlockWithRenderType, doorBlockWithRenderType, doorBlockWithRenderType, doorBlockWithRenderType, fenceBlock, fenceBlock, fenceBlockWithRenderType, fenceBlockWithRenderType, fenceBlockWithRenderType, fenceBlockWithRenderType, fenceGateBlock, fenceGateBlock, fenceGateBlock, fenceGateBlockWithRenderType, fenceGateBlockWithRenderType, fenceGateBlockWithRenderType, fenceGateBlockWithRenderType, fourWayBlock, fourWayMultipart, getMultipartBuilder, getVariantBuilder, horizontalBlock, horizontalBlock, horizontalBlock, horizontalBlock, horizontalBlock, horizontalFaceBlock, horizontalFaceBlock, horizontalFaceBlock, horizontalFaceBlock, itemModels, logBlock, logBlockWithRenderType, logBlockWithRenderType, mcLoc, models, modLoc, paneBlock, paneBlock, paneBlock, paneBlockWithRenderType, paneBlockWithRenderType, paneBlockWithRenderType, paneBlockWithRenderType, pressurePlateBlock, pressurePlateBlock, run, signBlock, signBlock, simpleBlock, simpleBlock, simpleBlock, simpleBlock, simpleBlockItem, simpleBlockWithItem, slabBlock, slabBlock, slabBlock, stairsBlock, stairsBlock, stairsBlock, stairsBlock, stairsBlock, stairsBlockWithRenderType, stairsBlockWithRenderType, stairsBlockWithRenderType, stairsBlockWithRenderType, stairsBlockWithRenderType, stairsBlockWithRenderType, stairsBlockWithRenderType, stairsBlockWithRenderType, trapdoorBlock, trapdoorBlock, trapdoorBlock, trapdoorBlockWithRenderType, trapdoorBlockWithRenderType, trapdoorBlockWithRenderType, trapdoorBlockWithRenderType, wallBlock, wallBlock, wallBlock, wallBlockWithRenderType, wallBlockWithRenderType, wallBlockWithRenderType, wallBlockWithRenderType

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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • ModBlockStates

      public ModBlockStates(net.minecraft.data.PackOutput output, net.minecraftforge.common.data.ExistingFileHelper helper)
  • 方法详细资料

    • getName

      @NotNull public @NotNull String getName()
      指定者:
      getName 在接口中 net.minecraft.data.DataProvider
      覆盖:
      getName 在类中 net.minecraftforge.client.model.generators.BlockStateProvider
    • registerStatesAndModels

      protected void registerStatesAndModels()
      指定者:
      registerStatesAndModels 在类中 net.minecraftforge.client.model.generators.BlockStateProvider