类 InfinityChestContainer

java.lang.Object
net.minecraft.world.SimpleContainer
committee.nova.mods.avaritia.core.chest.InfinityChestContainer
所有已实现的接口:
net.minecraft.world.Clearable, net.minecraft.world.Container, net.minecraft.world.inventory.StackedContentsCompatible

public class InfinityChestContainer extends net.minecraft.world.SimpleContainer
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • onChangeItems

      public void onChangeItems()
    • onScrollTo

      public void onScrollTo(double scrollTo)
    • getScrollOn

      public double getScrollOn()
    • scrollOffset

      public void scrollOffset(int offset)
    • onMouseScrolled

      public double onMouseScrolled(boolean isUp)
    • refreshContainer

      public void refreshContainer(boolean fullUpdate)
    • updateDummySlots

      public void updateDummySlots(boolean fullUpdate)
    • getItem

      @NotNull public @NotNull net.minecraft.world.item.ItemStack getItem(int index)
      指定者:
      getItem 在接口中 net.minecraft.world.Container
      覆盖:
      getItem 在类中 net.minecraft.world.SimpleContainer
    • setChanged

      public void setChanged()
      指定者:
      setChanged 在接口中 net.minecraft.world.Container
      覆盖:
      setChanged 在类中 net.minecraft.world.SimpleContainer
    • getMaxStackSize

      public int getMaxStackSize()