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

15 lines
656 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_1258 net/minecraft/inventory/DoubleInventory
2023-08-24 19:01:48 -04:00
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.
2019-06-28 17:55:20 -04:00
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
2019-06-28 17:55:20 -04:00
METHOD method_5405 isPart (Lnet/minecraft/class_1263;)Z
2023-08-24 19:01:48 -04:00
COMMENT {@return whether {@code inventory} is part of the combined inventory}
ARG 1 inventory