Uses of Interface
net.minecraft.screen.sync.ComponentChangesHash.ComponentHasher
Packages that use ComponentChangesHash.ComponentHasher
-
Uses of ComponentChangesHash.ComponentHasher in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ComponentChangesHash.ComponentHasherModifier and TypeFieldDescriptionprivate final ComponentChangesHash.ComponentHasher
ClientPlayNetworkHandler.componentHasher
Methods in net.minecraft.client.network that return ComponentChangesHash.ComponentHasher -
Uses of ComponentChangesHash.ComponentHasher in net.minecraft.screen.sync
Fields in net.minecraft.screen.sync declared as ComponentChangesHash.ComponentHasherModifier and TypeFieldDescriptionprivate final ComponentChangesHash.ComponentHasher
TrackedSlot.Impl.hasher
Methods in net.minecraft.screen.sync with parameters of type ComponentChangesHash.ComponentHasherModifier and TypeMethodDescriptionstatic ComponentChangesHash
ComponentChangesHash.fromComponents
(ComponentChanges changes, ComponentChangesHash.ComponentHasher hasher) static ItemStackHash
ItemStackHash.fromItemStack
(ItemStack stack, ComponentChangesHash.ComponentHasher hasher) boolean
ComponentChangesHash.hashEquals
(ComponentChanges changes, ComponentChangesHash.ComponentHasher hasher) boolean
ItemStackHash.hashEquals
(ItemStack stack, ComponentChangesHash.ComponentHasher hasher) boolean
ItemStackHash.Impl.hashEquals
(ItemStack stack, ComponentChangesHash.ComponentHasher hasher) Constructors in net.minecraft.screen.sync with parameters of type ComponentChangesHash.ComponentHasher