Package net.minecraft
Class class_8448.class_8449
java.lang.Object
net.minecraft.screen.ScreenHandler
net.minecraft.class_8448.class_8449
- Enclosing class:
class_8448
- Mappings:
Namespace Name official fcx$aintermediary net/minecraft/class_8448$class_8449named net/minecraft/class_8448$class_8449
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal DefaultedList<ItemStack>private static final intprivate final ScreenHandlerFields inherited from class net.minecraft.screen.ScreenHandler
EMPTY_SPACE_SLOT_INDEX, field_30731, field_30732, field_30733, field_30734, field_30735, field_30736, field_30737, slots, syncId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanUse(PlayerEntity player) Returns whether the screen handler can be used.quickMove(PlayerEntity player, int slot) Quick-moves the stack atslotto other slots of the screen handler that belong to a different inventory or another section of the same inventory.voidsetCursorStack(ItemStack stack) Methods inherited from class net.minecraft.screen.ScreenHandler
addListener, addProperties, addProperty, addSlot, calculateComparatorOutput, calculateComparatorOutput, calculateStackSize, canInsertIntoSlot, canInsertIntoSlot, canInsertItemIntoSlot, canUse, checkDataCount, checkSize, copySharedSlots, disableSyncing, dropInventory, enableSyncing, endQuickCraft, getRevision, getSlot, getSlotIndex, getStacks, getType, insertItem, isValid, method_50779, method_50780, nextRevision, onButtonClick, onClosed, onContentChanged, onSlotClick, packQuickCraftData, removeListener, sendContentUpdates, setPreviousCursorStack, setPreviousTrackedSlot, setPreviousTrackedSlotMutable, setProperty, setStackInSlot, shouldQuickCraftContinue, syncState, unpackQuickCraftButton, unpackQuickCraftStage, updateSlotStacks, updateSyncHandler, updateToClient
-
Field Details
-
field_44371
private static final int field_44371- See Also:
- Mappings:
Namespace Name Mixin selector official lLfcx$a;l:Iintermediary field_44371Lnet/minecraft/class_8448$class_8449;field_44371:Inamed field_44371Lnet/minecraft/class_8448$class_8449;field_44371:I
-
field_44370
- Mappings:
Namespace Name Mixin selector official kLfcx$a;k:Lhm;intermediary field_44370Lnet/minecraft/class_8448$class_8449;field_44370:Lnet/minecraft/class_2371;named field_44370Lnet/minecraft/class_8448$class_8449;field_44370:Lnet/minecraft/util/collection/DefaultedList;
-
field_44372
- Mappings:
Namespace Name Mixin selector official mLfcx$a;m:Lceu;intermediary field_44372Lnet/minecraft/class_8448$class_8449;field_44372:Lnet/minecraft/class_1703;named field_44372Lnet/minecraft/class_8448$class_8449;field_44372:Lnet/minecraft/screen/ScreenHandler;
-
-
Constructor Details
-
class_8449
-
-
Method Details
-
canUse
Returns whether the screen handler can be used.Subclasses should call #canUse(ScreenHandlerContext, PlayerEntity, Block)} or implement the check itself. The implementation should check that the player is near the screen handler's source position (e.g. block position) and that the source (e.g. block) is not destroyed.
- Specified by:
canUsein classScreenHandler- Returns:
- whether the screen handler can be used
- Mappings:
Namespace Name Mixin selector official aLceu;a(Lcby;)Zintermediary method_7597Lnet/minecraft/class_1703;method_7597(Lnet/minecraft/class_1657;)Znamed canUseLnet/minecraft/screen/ScreenHandler;canUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
quickMove
Quick-moves the stack atslotto other slots of the screen handler that belong to a different inventory or another section of the same inventory. For example, items can be quick-moved between a chest's slots and the player inventory or between the main player inventory and the hotbar.Subclasses should call
ScreenHandler.insertItem(net.minecraft.item.ItemStack, int, int, boolean), and if the insertion was successful, clear the slot (if the stack is exhausted) or mark it as dirty. See the vanilla subclasses for basic implementation.Quick-moving is also known as "shift-clicking" since it's usually triggered using Shift+left click.
- Specified by:
quickMovein classScreenHandler- Parameters:
slot- the index of the slot to quick-move from- Returns:
ItemStack.EMPTYwhen no stack can be transferred, otherwise the original stack- See Also:
- Mappings:
Namespace Name Mixin selector official aLceu;a(Lcby;I)Lcjr;intermediary method_7601Lnet/minecraft/class_1703;method_7601(Lnet/minecraft/class_1657;I)Lnet/minecraft/class_1799;named quickMoveLnet/minecraft/screen/ScreenHandler;quickMove(Lnet/minecraft/entity/player/PlayerEntity;I)Lnet/minecraft/item/ItemStack;
-
getCursorStack
- Overrides:
getCursorStackin classScreenHandler- Mappings:
Namespace Name Mixin selector official gLceu;g()Lcjr;intermediary method_34255Lnet/minecraft/class_1703;method_34255()Lnet/minecraft/class_1799;named getCursorStackLnet/minecraft/screen/ScreenHandler;getCursorStack()Lnet/minecraft/item/ItemStack;
-
setCursorStack
- Overrides:
setCursorStackin classScreenHandler- Mappings:
Namespace Name Mixin selector official bLceu;b(Lcjr;)Vintermediary method_34254Lnet/minecraft/class_1703;method_34254(Lnet/minecraft/class_1799;)Vnamed setCursorStackLnet/minecraft/screen/ScreenHandler;setCursorStack(Lnet/minecraft/item/ItemStack;)V
-