yarn/mappings/net/minecraft/inventory/DoubleInventory.mapping

15 lines
656 B
Plaintext

CLASS net/minecraft/class_1258 net/minecraft/inventory/DoubleInventory
COMMENT Represents a combined inventory that is backed by two inventories.
COMMENT This is used by double chests.
COMMENT
COMMENT <p>It is possible to nest this inventory to create triple or quadruple
COMMENT inventories.
FIELD field_5769 first Lnet/minecraft/class_1263;
FIELD field_5771 second Lnet/minecraft/class_1263;
METHOD <init> (Lnet/minecraft/class_1263;Lnet/minecraft/class_1263;)V
ARG 1 first
ARG 2 second
METHOD method_5405 isPart (Lnet/minecraft/class_1263;)Z
COMMENT {@return whether {@code inventory} is part of the combined inventory}
ARG 1 inventory