Package net.minecraft.screen
Interface ScreenHandlerSyncHandler
public interface ScreenHandlerSyncHandler
- Mappings:
Namespace Name named net/minecraft/screen/ScreenHandlerSyncHandler
intermediary net/minecraft/class_5916
official cqj
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateCursorStack
(ScreenHandler handler, ItemStack stack) void
updateProperty
(ScreenHandler handler, int property, int value) void
updateSlot
(ScreenHandler handler, int slot, ItemStack stack) void
updateState
(ScreenHandler handler, DefaultedList<ItemStack> stacks, ItemStack cursorStack, int[] properties)
-
Method Details
-
updateState
void updateState(ScreenHandler handler, DefaultedList<ItemStack> stacks, ItemStack cursorStack, int[] properties) - Mappings:
Namespace Name Mixin selector named updateState
Lnet/minecraft/screen/ScreenHandlerSyncHandler;updateState(Lnet/minecraft/screen/ScreenHandler;Lnet/minecraft/util/collection/DefaultedList;Lnet/minecraft/item/ItemStack;[I)V
intermediary method_34263
Lnet/minecraft/class_5916;method_34263(Lnet/minecraft/class_1703;Lnet/minecraft/class_2371;Lnet/minecraft/class_1799;[I)V
official a
Lcqj;a(Lcpw;Ljr;Lcur;[I)V
-
updateSlot
- Mappings:
Namespace Name Mixin selector named updateSlot
Lnet/minecraft/screen/ScreenHandlerSyncHandler;updateSlot(Lnet/minecraft/screen/ScreenHandler;ILnet/minecraft/item/ItemStack;)V
intermediary method_34261
Lnet/minecraft/class_5916;method_34261(Lnet/minecraft/class_1703;ILnet/minecraft/class_1799;)V
official a
Lcqj;a(Lcpw;ILcur;)V
-
updateCursorStack
- Mappings:
Namespace Name Mixin selector named updateCursorStack
Lnet/minecraft/screen/ScreenHandlerSyncHandler;updateCursorStack(Lnet/minecraft/screen/ScreenHandler;Lnet/minecraft/item/ItemStack;)V
intermediary method_34262
Lnet/minecraft/class_5916;method_34262(Lnet/minecraft/class_1703;Lnet/minecraft/class_1799;)V
official a
Lcqj;a(Lcpw;Lcur;)V
-
updateProperty
- Mappings:
Namespace Name Mixin selector named updateProperty
Lnet/minecraft/screen/ScreenHandlerSyncHandler;updateProperty(Lnet/minecraft/screen/ScreenHandler;II)V
intermediary method_34260
Lnet/minecraft/class_5916;method_34260(Lnet/minecraft/class_1703;II)V
official a
Lcqj;a(Lcpw;II)V
-