Class DummyCraftingContainer

java.lang.Object
net.minecraft.world.inventory.TransientCraftingContainer
info.u_team.u_team_core.inventory.DummyCraftingContainer
All Implemented Interfaces:
net.minecraft.world.Clearable, net.minecraft.world.Container, net.minecraft.world.inventory.CraftingContainer, net.minecraft.world.inventory.StackedContentsCompatible

public class DummyCraftingContainer extends net.minecraft.world.inventory.TransientCraftingContainer
  • Field Summary

    Fields inherited from interface net.minecraft.world.Container

    DEFAULT_DISTANCE_LIMIT, LARGE_MAX_STACK_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
    DummyCraftingContainer(int width, int height)
     
  • Method Summary

    Methods inherited from class net.minecraft.world.inventory.TransientCraftingContainer

    clearContent, fillStackedContents, getContainerSize, getHeight, getItem, getItems, getWidth, isEmpty, removeItem, removeItemNoUpdate, setChanged, setItem, stillValid

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.world.Container

    canPlaceItem, canTakeItem, countItem, getMaxStackSize, hasAnyMatching, hasAnyOf, startOpen, stopOpen
  • Constructor Details

    • DummyCraftingContainer

      public DummyCraftingContainer(int width, int height)