Uses of Interface
net.minecraft.screen.sync.ItemStackHash
Packages that use ItemStackHash
Package
Description
-
Uses of ItemStackHash in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as ItemStackHashModifier and TypeFieldDescriptionprivate final ItemStackHashClickSlotC2SPacket.cursorThe field for thecursorrecord component.Fields in net.minecraft.network.packet.c2s.play with type parameters of type ItemStackHashModifier and TypeFieldDescriptionprivate final Int2ObjectMap<ItemStackHash> ClickSlotC2SPacket.modifiedStacksThe field for themodifiedStacksrecord component.private static final PacketCodec<RegistryByteBuf, Int2ObjectMap<ItemStackHash>> ClickSlotC2SPacket.STACK_MAP_CODECMethods in net.minecraft.network.packet.c2s.play that return ItemStackHashModifier and TypeMethodDescriptionClickSlotC2SPacket.cursor()Returns the value of thecursorrecord component.Methods in net.minecraft.network.packet.c2s.play that return types with arguments of type ItemStackHashModifier and TypeMethodDescriptionClickSlotC2SPacket.modifiedStacks()Returns the value of themodifiedStacksrecord component.Constructors in net.minecraft.network.packet.c2s.play with parameters of type ItemStackHashModifierConstructorDescriptionClickSlotC2SPacket(int int2, int int3, short short2, byte byte2, SlotActionType slotActionType, Int2ObjectMap<ItemStackHash> int2ObjectMap, ItemStackHash itemStackHash) Constructor parameters in net.minecraft.network.packet.c2s.play with type arguments of type ItemStackHashModifierConstructorDescriptionClickSlotC2SPacket(int int2, int int3, short short2, byte byte2, SlotActionType slotActionType, Int2ObjectMap<ItemStackHash> int2ObjectMap, ItemStackHash itemStackHash) -
Uses of ItemStackHash in net.minecraft.screen
Methods in net.minecraft.screen with parameters of type ItemStackHashModifier and TypeMethodDescriptionvoidScreenHandler.setReceivedCursorHash(ItemStackHash cursorStackHash) voidScreenHandler.setReceivedHash(int slot, ItemStackHash hash) -
Uses of ItemStackHash in net.minecraft.screen.sync
Classes in net.minecraft.screen.sync that implement ItemStackHashFields in net.minecraft.screen.sync declared as ItemStackHashModifier and TypeFieldDescriptionstatic final ItemStackHashItemStackHash.EMPTYprivate @Nullable ItemStackHashTrackedSlot.Impl.receivedHashFields in net.minecraft.screen.sync with type parameters of type ItemStackHashModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, ItemStackHash> ItemStackHash.PACKET_CODECMethods in net.minecraft.screen.sync that return ItemStackHashModifier and TypeMethodDescriptionstatic ItemStackHashItemStackHash.fromItemStack(ItemStack stack, ComponentChangesHash.ComponentHasher hasher) Methods in net.minecraft.screen.sync with parameters of type ItemStackHashModifier and TypeMethodDescriptionvoidTrackedSlot.Impl.setReceivedHash(ItemStackHash receivedHash) voidTrackedSlot.setReceivedHash(ItemStackHash receivedHash)