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 ItemStackHash
ClickSlotC2SPacket.cursor
The field for thecursor
record component.Fields in net.minecraft.network.packet.c2s.play with type parameters of type ItemStackHashModifier and TypeFieldDescriptionprivate final Int2ObjectMap
<ItemStackHash> ClickSlotC2SPacket.modifiedStacks
The field for themodifiedStacks
record component.private static final PacketCodec
<RegistryByteBuf, Int2ObjectMap<ItemStackHash>> ClickSlotC2SPacket.STACK_MAP_CODEC
Methods in net.minecraft.network.packet.c2s.play that return ItemStackHashModifier and TypeMethodDescriptionClickSlotC2SPacket.cursor()
Returns the value of thecursor
record component.Methods in net.minecraft.network.packet.c2s.play that return types with arguments of type ItemStackHashModifier and TypeMethodDescriptionClickSlotC2SPacket.modifiedStacks()
Returns the value of themodifiedStacks
record 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 TypeMethodDescriptionvoid
ScreenHandler.setReceivedCursorHash
(ItemStackHash cursorStackHash) void
ScreenHandler.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 ItemStackHash
ItemStackHash.EMPTY
private @Nullable ItemStackHash
TrackedSlot.Impl.receivedHash
Fields in net.minecraft.screen.sync with type parameters of type ItemStackHashModifier and TypeFieldDescriptionstatic final PacketCodec
<RegistryByteBuf, ItemStackHash> ItemStackHash.PACKET_CODEC
Methods in net.minecraft.screen.sync that return ItemStackHashModifier and TypeMethodDescriptionstatic ItemStackHash
ItemStackHash.fromItemStack
(ItemStack stack, ComponentChangesHash.ComponentHasher hasher) Methods in net.minecraft.screen.sync with parameters of type ItemStackHashModifier and TypeMethodDescriptionvoid
TrackedSlot.Impl.setReceivedHash
(ItemStackHash receivedHash) void
TrackedSlot.setReceivedHash
(ItemStackHash receivedHash)