Uses of Interface
net.minecraft.network.HashedStack
Packages that use HashedStack
Package
Description
-
Uses of HashedStack in net.minecraft.network
Classes in net.minecraft.network that implement HashedStackFields in net.minecraft.network declared as HashedStackFields in net.minecraft.network with type parameters of type HashedStackModifier and TypeFieldDescriptionstatic final StreamCodec
<RegistryFriendlyByteBuf, HashedStack> HashedStack.STREAM_CODEC
Methods in net.minecraft.network that return HashedStackModifier and TypeMethodDescriptionstatic HashedStack
HashedStack.create
(ItemStack p_412136_, HashedPatchMap.HashGenerator p_412663_) -
Uses of HashedStack in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as HashedStackModifier and TypeFieldDescriptionprivate final HashedStack
ServerboundContainerClickPacket.carriedItem
The field for thecarriedItem
record component.Fields in net.minecraft.network.protocol.game with type parameters of type HashedStackModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap
<HashedStack> ServerboundContainerClickPacket.changedSlots
The field for thechangedSlots
record component.private static final StreamCodec
<RegistryFriendlyByteBuf, it.unimi.dsi.fastutil.ints.Int2ObjectMap<HashedStack>> ServerboundContainerClickPacket.SLOTS_STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return HashedStackModifier and TypeMethodDescriptionServerboundContainerClickPacket.carriedItem()
Returns the value of thecarriedItem
record component.Methods in net.minecraft.network.protocol.game that return types with arguments of type HashedStackModifier and TypeMethodDescriptionit.unimi.dsi.fastutil.ints.Int2ObjectMap
<HashedStack> ServerboundContainerClickPacket.changedSlots()
Returns the value of thechangedSlots
record component.Constructors in net.minecraft.network.protocol.game with parameters of type HashedStackModifierConstructorDescriptionServerboundContainerClickPacket
(int containerId, int stateId, short slotNum, byte buttonNum, ClickType clickType, it.unimi.dsi.fastutil.ints.Int2ObjectMap<HashedStack> changedSlots, HashedStack carriedItem) Creates an instance of aServerboundContainerClickPacket
record class.Constructor parameters in net.minecraft.network.protocol.game with type arguments of type HashedStackModifierConstructorDescriptionServerboundContainerClickPacket
(int containerId, int stateId, short slotNum, byte buttonNum, ClickType clickType, it.unimi.dsi.fastutil.ints.Int2ObjectMap<HashedStack> changedSlots, HashedStack carriedItem) Creates an instance of aServerboundContainerClickPacket
record class. -
Uses of HashedStack in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as HashedStackMethods in net.minecraft.world.inventory with parameters of type HashedStackModifier and TypeMethodDescriptionvoid
RemoteSlot.receive
(HashedStack p_412447_) void
RemoteSlot.Synchronized.receive
(HashedStack p_412040_) void
AbstractContainerMenu.setRemoteCarried
(HashedStack p_412410_) void
AbstractContainerMenu.setRemoteSlotUnsafe
(int p_412247_, HashedStack p_412467_)