Package net.minecraft.screen.sync
Interface ItemStackHash
- All Known Implementing Classes:
 ItemStackHash.Impl
public interface ItemStackHash
- Mappings:
 Namespace Name named net/minecraft/screen/sync/ItemStackHashintermediary net/minecraft/class_10938official wj
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ItemStackHashstatic final PacketCodec<RegistryByteBuf, ItemStackHash>  - 
Method Summary
Modifier and TypeMethodDescriptionstatic ItemStackHashfromItemStack(ItemStack stack, ComponentChangesHash.ComponentHasher hasher) booleanhashEquals(ItemStack stack, ComponentChangesHash.ComponentHasher hasher)  
- 
Field Details
- 
EMPTY
- Mappings:
 Namespace Name Mixin selector named EMPTYLnet/minecraft/screen/sync/ItemStackHash;EMPTY:Lnet/minecraft/screen/sync/ItemStackHash;intermediary field_58176Lnet/minecraft/class_10938;field_58176:Lnet/minecraft/class_10938;official aLwj;a:Lwj;
 - 
PACKET_CODEC
- Mappings:
 Namespace Name Mixin selector named PACKET_CODECLnet/minecraft/screen/sync/ItemStackHash;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_58177Lnet/minecraft/class_10938;field_58177:Lnet/minecraft/class_9139;official bLwj;b:Lzm;
 
 - 
 - 
Method Details
- 
hashEquals
- Mappings:
 Namespace Name Mixin selector named hashEqualsLnet/minecraft/screen/sync/ItemStackHash;hashEquals(Lnet/minecraft/item/ItemStack;Lnet/minecraft/screen/sync/ComponentChangesHash$ComponentHasher;)Zintermediary method_68850Lnet/minecraft/class_10938;method_68850(Lnet/minecraft/class_1799;Lnet/minecraft/class_10936$class_10937;)Zofficial aLwj;a(Ldcv;Lwi$a;)Z
 - 
fromItemStack
- Mappings:
 Namespace Name Mixin selector named fromItemStackLnet/minecraft/screen/sync/ItemStackHash;fromItemStack(Lnet/minecraft/item/ItemStack;Lnet/minecraft/screen/sync/ComponentChangesHash$ComponentHasher;)Lnet/minecraft/screen/sync/ItemStackHash;intermediary method_68853Lnet/minecraft/class_10938;method_68853(Lnet/minecraft/class_1799;Lnet/minecraft/class_10936$class_10937;)Lnet/minecraft/class_10938;official bLwj;b(Ldcv;Lwi$a;)Lwj;
 
 -