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_CODECMethods in net.minecraft.network that return HashedStackModifier and TypeMethodDescriptionstatic HashedStackHashedStack.create(ItemStack itemStack, HashedPatchMap.HashGenerator hasher) -
Uses of HashedStack in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as HashedStackModifier and TypeFieldDescriptionprivate final HashedStackServerboundContainerClickPacket.carriedItemThe field for thecarriedItemrecord 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.changedSlotsThe field for thechangedSlotsrecord component.private static final StreamCodec<RegistryFriendlyByteBuf, it.unimi.dsi.fastutil.ints.Int2ObjectMap<HashedStack>> ServerboundContainerClickPacket.SLOTS_STREAM_CODECMethods in net.minecraft.network.protocol.game that return HashedStackModifier and TypeMethodDescriptionServerboundContainerClickPacket.carriedItem()Returns the value of thecarriedItemrecord 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 thechangedSlotsrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type HashedStackModifierConstructorDescriptionServerboundContainerClickPacket(int containerId, int stateId, short slotNum, byte buttonNum, ContainerInput containerInput, it.unimi.dsi.fastutil.ints.Int2ObjectMap<HashedStack> changedSlots, HashedStack carriedItem) Creates an instance of aServerboundContainerClickPacketrecord class.Constructor parameters in net.minecraft.network.protocol.game with type arguments of type HashedStackModifierConstructorDescriptionServerboundContainerClickPacket(int containerId, int stateId, short slotNum, byte buttonNum, ContainerInput containerInput, it.unimi.dsi.fastutil.ints.Int2ObjectMap<HashedStack> changedSlots, HashedStack carriedItem) Creates an instance of aServerboundContainerClickPacketrecord class. -
Uses of HashedStack in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as HashedStackModifier and TypeFieldDescriptionprivate @Nullable HashedStackRemoteSlot.Synchronized.remoteHashMethods in net.minecraft.world.inventory with parameters of type HashedStackModifier and TypeMethodDescriptionvoidRemoteSlot.receive(HashedStack incoming) voidRemoteSlot.Synchronized.receive(HashedStack incoming) voidAbstractContainerMenu.setRemoteCarried(HashedStack carriedItem) voidAbstractContainerMenu.setRemoteSlotUnsafe(int slot, HashedStack itemStack)