类 MegaModelTest.TestBlock.Entity

java.lang.Object
net.neoforged.neoforge.attachment.AttachmentHolder
net.minecraft.world.level.block.entity.BlockEntity
net.neoforged.neoforge.oldtest.client.model.MegaModelTest.TestBlock.Entity
所有已实现的接口:
IAttachmentHolder, IBlockEntityExtension
封闭类:
MegaModelTest.TestBlock

public static class MegaModelTest.TestBlock.Entity extends BlockEntity
  • 字段详细资料

    • y

      public int y
  • 构造器详细资料

  • 方法详细资料

    • getModelData

      public ModelData getModelData()
      从接口复制的说明: IBlockEntityExtension
      Allows you to return additional model data. This data can be used to provide additional functionality in your BlockStateModel. You need to schedule a refresh of you model data via IBlockEntityExtension.requestModelDataUpdate() if the result of this function changes.

      This method is always called on the main client thread.

      返回:
      Your model data