Package net.minecraft.inventory
Class EnderChestInventory
java.lang.Object
net.minecraft.inventory.SimpleInventory
net.minecraft.inventory.EnderChestInventory
public class EnderChestInventory extends SimpleInventory
- Mappings:
Namespace Name official ydintermediary net/minecraft/class_2007named net/minecraft/inventory/EnderChestInventory
-
Field Summary
Fields Modifier and Type Field Description private EnderChestBlockEntityfield_8520 -
Constructor Summary
Constructors Constructor Description EnderChestInventory() -
Method Summary
Modifier and Type Method Description booleancanPlayerUseInv(PlayerEntity player)ListTaggetTags()voidonInvClose(PlayerEntity player)voidonInvOpen(PlayerEntity player)voidreadTags(ListTag listTag)voidsetCurrentBlockEntity(EnderChestBlockEntity enderChestBlockEntity)Methods inherited from class net.minecraft.inventory.SimpleInventory
addListener, clear, fillInventoryWith, getInvMaxStackAmount, getInvSize, getInvStack, getName, getProperties, getProperty, getTranslationKey, hasCustomName, isValidInvStack, markDirty, removeInvStack, removeListener, setInvStack, setName, setProperty, takeInvStack
-
Field Details
-
field_8520
- Mappings:
Namespace Name Mixin selector official aLyd;a:Lalf;intermediary field_8520Lnet/minecraft/class_2007;field_8520:Lnet/minecraft/class_358;named field_8520Lnet/minecraft/inventory/EnderChestInventory;field_8520:Lnet/minecraft/block/entity/EnderChestBlockEntity;
-
-
Constructor Details
-
EnderChestInventory
public EnderChestInventory()
-
-
Method Details
-
setCurrentBlockEntity
- Mappings:
Namespace Name Mixin selector official aLyd;a(Lalf;)Vintermediary method_8150Lnet/minecraft/class_2007;method_8150(Lnet/minecraft/class_358;)Vnamed setCurrentBlockEntityLnet/minecraft/inventory/EnderChestInventory;setCurrentBlockEntity(Lnet/minecraft/block/entity/EnderChestBlockEntity;)V
-
readTags
- Mappings:
Namespace Name Mixin selector official aLyd;a(Ldu;)Vintermediary method_8151Lnet/minecraft/class_2007;method_8151(Lnet/minecraft/class_1411;)Vnamed readTagsLnet/minecraft/inventory/EnderChestInventory;readTags(Lnet/minecraft/nbt/ListTag;)V
-
getTags
- Mappings:
Namespace Name Mixin selector official hLyd;h()Ldu;intermediary method_8152Lnet/minecraft/class_2007;method_8152()Lnet/minecraft/class_1411;named getTagsLnet/minecraft/inventory/EnderChestInventory;getTags()Lnet/minecraft/nbt/ListTag;
-
canPlayerUseInv
- Specified by:
canPlayerUseInvin interfaceInventory- Overrides:
canPlayerUseInvin classSimpleInventory- Mappings:
Namespace Name Mixin selector official aLog;a(Lwn;)Zintermediary method_6739Lnet/minecraft/class_1718;method_6739(Lnet/minecraft/class_1963;)Znamed canPlayerUseInvLnet/minecraft/inventory/Inventory;canPlayerUseInv(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
onInvOpen
- Specified by:
onInvOpenin interfaceInventory- Overrides:
onInvOpenin classSimpleInventory- Mappings:
Namespace Name Mixin selector official bLog;b(Lwn;)Vintermediary method_6744Lnet/minecraft/class_1718;method_6744(Lnet/minecraft/class_1963;)Vnamed onInvOpenLnet/minecraft/inventory/Inventory;onInvOpen(Lnet/minecraft/entity/player/PlayerEntity;)V
-
onInvClose
- Specified by:
onInvClosein interfaceInventory- Overrides:
onInvClosein classSimpleInventory- Mappings:
Namespace Name Mixin selector official cLog;c(Lwn;)Vintermediary method_6745Lnet/minecraft/class_1718;method_6745(Lnet/minecraft/class_1963;)Vnamed onInvCloseLnet/minecraft/inventory/Inventory;onInvClose(Lnet/minecraft/entity/player/PlayerEntity;)V
-