Package net.minecraft.inventory
Class EnderChestInventory
java.lang.Object
net.minecraft.inventory.SimpleInventory
net.minecraft.inventory.EnderChestInventory
- All Implemented Interfaces:
- Inventory,- RecipeInputProvider,- Clearable
- Mappings:
- Namespace - Name - official - cco- intermediary - net/minecraft/class_1730- named - net/minecraft/inventory/EnderChestInventory
- 
Field SummaryFieldsFields inherited from interface net.minecraft.inventory.Inventoryfield_42619, MAX_COUNT_PER_STACK
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanPlayerUse(PlayerEntity player) booleanisActiveBlockEntity(EnderChestBlockEntity blockEntity) voidonClose(PlayerEntity player) voidonOpen(PlayerEntity player) voidreadNbtList(NbtList nbtList) voidsetActiveBlockEntity(EnderChestBlockEntity blockEntity) Methods inherited from class net.minecraft.inventory.SimpleInventoryaddListener, addStack, canInsert, clear, clearToList, getStack, isEmpty, markDirty, provideRecipeInputs, removeItem, removeListener, removeStack, removeStack, setStack, size, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.inventory.InventorycanTransferTo, containsAny, containsAny, count, getMaxCountPerStack, isValid
- 
Field Details- 
activeBlockEntity- Mappings:
- Namespace - Name - Mixin selector - official - c- Lcco;c:Ldah;- intermediary - field_7864- Lnet/minecraft/class_1730;field_7864:Lnet/minecraft/class_2611;- named - activeBlockEntity- Lnet/minecraft/inventory/EnderChestInventory;activeBlockEntity:Lnet/minecraft/block/entity/EnderChestBlockEntity;
 
 
- 
- 
Constructor Details- 
EnderChestInventorypublic EnderChestInventory()
 
- 
- 
Method Details- 
setActiveBlockEntity- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcco;a(Ldah;)V- intermediary - method_7661- Lnet/minecraft/class_1730;method_7661(Lnet/minecraft/class_2611;)V- named - setActiveBlockEntity- Lnet/minecraft/inventory/EnderChestInventory;setActiveBlockEntity(Lnet/minecraft/block/entity/EnderChestBlockEntity;)V
 
- 
isActiveBlockEntity- Mappings:
- Namespace - Name - Mixin selector - official - b- Lcco;b(Ldah;)Z- intermediary - method_31556- Lnet/minecraft/class_1730;method_31556(Lnet/minecraft/class_2611;)Z- named - isActiveBlockEntity- Lnet/minecraft/inventory/EnderChestInventory;isActiveBlockEntity(Lnet/minecraft/block/entity/EnderChestBlockEntity;)Z
 
- 
readNbtList- Overrides:
- readNbtListin class- SimpleInventory
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbee;a(Lqx;)V- intermediary - method_7659- Lnet/minecraft/class_1277;method_7659(Lnet/minecraft/class_2499;)V- named - readNbtList- Lnet/minecraft/inventory/SimpleInventory;readNbtList(Lnet/minecraft/nbt/NbtList;)V
 
- 
toNbtList- Overrides:
- toNbtListin class- SimpleInventory
- Mappings:
- Namespace - Name - Mixin selector - official - g- Lbee;g()Lqx;- intermediary - method_7660- Lnet/minecraft/class_1277;method_7660()Lnet/minecraft/class_2499;- named - toNbtList- Lnet/minecraft/inventory/SimpleInventory;toNbtList()Lnet/minecraft/nbt/NbtList;
 
- 
canPlayerUse- Specified by:
- canPlayerUsein interface- Inventory
- Overrides:
- canPlayerUsein class- SimpleInventory
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbdq;a(Lbyo;)Z- intermediary - method_5443- Lnet/minecraft/class_1263;method_5443(Lnet/minecraft/class_1657;)Z- named - canPlayerUse- Lnet/minecraft/inventory/Inventory;canPlayerUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
 
- 
onOpen- Mappings:
- Namespace - Name - Mixin selector - official - d_- Lbdq;d_(Lbyo;)V- intermediary - method_5435- Lnet/minecraft/class_1263;method_5435(Lnet/minecraft/class_1657;)V- named - onOpen- Lnet/minecraft/inventory/Inventory;onOpen(Lnet/minecraft/entity/player/PlayerEntity;)V
 
- 
onClose- Mappings:
- Namespace - Name - Mixin selector - official - c- Lbdq;c(Lbyo;)V- intermediary - method_5432- Lnet/minecraft/class_1263;method_5432(Lnet/minecraft/class_1657;)V- named - onClose- Lnet/minecraft/inventory/Inventory;onClose(Lnet/minecraft/entity/player/PlayerEntity;)V
 
 
-