CLASS net/minecraft/class_8181 net/minecraft/inventory/SingleStackInventory COMMENT An inventory that holds exactly one {@link ItemStack}, at slot {@code 0}. METHOD method_49274 getStack ()Lnet/minecraft/class_1799; COMMENT {@return the stack held by the inventory} METHOD method_49275 setStack (Lnet/minecraft/class_1799;)V COMMENT Sets the stack held by the inventory to {@code stack}. ARG 1 stack METHOD method_49276 removeStack ()Lnet/minecraft/class_1799; COMMENT Removes the stack held by the inventory. COMMENT COMMENT @return the removed stack