History - net.minecraft.util.dynamic.HashCodeOps
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
void (com.google.common.hash.Hasher, com.google.common.hash.HashCode): lambda$createList$3, method_68763, method_68763
void (com.google.common.hash.Hasher, com.google.common.hash.HashCode): lambda$createList$0, method_68763, method_68763
void (com.google.common.hash.Hasher, com.mojang.datafixers.util.Pair): lambda$hashMap$2, method_68764, method_68764
void (com.google.common.hash.Hasher, com.mojang.datafixers.util.Pair): lambda$hashMap$1, method_68764, method_68764
void (com.google.common.hash.Hasher, Map$Entry): lambda$hashMap$1, method_68765, method_68765
void (com.google.common.hash.Hasher, Map$Entry): lambda$hashMap$0, method_68765, method_68765
1.21.11_unobfuscated
Names
net.minecraft.util.HashOps
net.minecraft.class_10923
net.minecraft.util.dynamic.HashCodeOps
Fields
byte: TAG_EMPTY, field_58094, field_58094
byte: TAG_MAP_START, field_58095, field_58095
byte: TAG_MAP_END, field_58096, field_58096
byte: TAG_LIST_START, field_58097, field_58097
byte: TAG_LIST_END, field_58098, field_58098
byte: TAG_BYTE, field_58099, field_58099
byte: TAG_SHORT, field_58100, field_58100
byte: TAG_INT, field_58101, field_58101
byte: TAG_LONG, field_58102, field_58102
byte: TAG_FLOAT, field_58103, field_58103
byte: TAG_DOUBLE, field_58104, field_58104
byte: TAG_STRING, field_58105, field_58105
byte: TAG_BOOLEAN, field_58106, field_58106
byte: TAG_BYTE_ARRAY_START, field_58107, field_58107
byte: TAG_BYTE_ARRAY_END, field_58108, field_58108
byte: TAG_INT_ARRAY_START, field_58109, field_58109
byte: TAG_INT_ARRAY_END, field_58110, field_58110
byte: TAG_LONG_ARRAY_START, field_58111, field_58111
byte: TAG_LONG_ARRAY_END, field_58112, field_58112
byte[]: EMPTY_PAYLOAD, field_58113, emptyByteArray
byte[]: FALSE_PAYLOAD, field_58114, falseByteArray
byte[]: TRUE_PAYLOAD, field_58115, trueByteArray
byte[]: EMPTY_MAP_PAYLOAD, field_58091, emptyMapByteArray
byte[]: EMPTY_LIST_PAYLOAD, field_58092, emptyListByteArray
com.mojang.serialization.DataResult<Object>: UNSUPPORTED_OPERATION_ERROR, field_58116, ERROR
Comparator<com.google.common.hash.HashCode>: HASH_COMPARATOR, field_58082, HASH_CODE_COMPARATOR
Comparator<Map$Entry<com.google.common.hash.HashCode, com.google.common.hash.HashCode>>: MAP_ENTRY_ORDER, field_58083, ENTRY_COMPARATOR
Comparator<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>>: MAPLIKE_ENTRY_ORDER, field_58084, PAIR_COMPARATOR
HashCodeOps: CRC32C_INSTANCE, field_58093, INSTANCE
com.google.common.hash.HashFunction: hashFunction, field_58085, function
com.google.common.hash.HashCode: empty, field_58086, empty
com.google.common.hash.HashCode: emptyMap, field_58087, emptyMap
com.google.common.hash.HashCode: emptyList, field_58088, emptyList
com.google.common.hash.HashCode: trueHash, field_58089, hashTrue
com.google.common.hash.HashCode: falseHash, field_58090, hashFalse
Constructors
(com.google.common.hash.HashFunction)
Methods
com.google.common.hash.HashCode (): empty, method_68746, empty
com.google.common.hash.HashCode (): emptyMap, method_68778, emptyMap
com.google.common.hash.HashCode (): emptyList, method_68783, emptyList
com.google.common.hash.HashCode (Number): createNumeric, method_68769, createNumeric
com.google.common.hash.HashCode (byte): createByte, method_68747, createByte
com.google.common.hash.HashCode (short): createShort, method_68776, createShort
com.google.common.hash.HashCode (int): createInt, method_68750, createInt
com.google.common.hash.HashCode (long): createLong, method_68751, createLong
com.google.common.hash.HashCode (float): createFloat, method_68749, createFloat
com.google.common.hash.HashCode (double): createDouble, method_68748, createDouble
com.google.common.hash.HashCode (String): createString, method_68770, createString
com.google.common.hash.HashCode (boolean): createBoolean, method_68777, createBoolean
com.google.common.hash.Hasher (com.google.common.hash.Hasher, Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode>): hashMap, method_68766, hash
com.google.common.hash.Hasher (com.google.common.hash.Hasher, Stream<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>>): hashMap, method_68767, hash
com.google.common.hash.HashCode (Stream<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>>): createMap, method_68775, createMap
com.google.common.hash.HashCode (Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode>): createMap, method_68772, createMap
com.google.common.hash.HashCode (Stream<com.google.common.hash.HashCode>): createList, method_68782, createList
com.google.common.hash.HashCode (ByteBuffer): createByteList, method_68771, createByteList
com.google.common.hash.HashCode (IntStream): createIntList, method_68773, createIntList
com.google.common.hash.HashCode (LongStream): createLongList, method_68774, createLongList
com.google.common.hash.HashCode (com.google.common.hash.HashCode, String): remove, method_68758, remove
com.mojang.serialization.RecordBuilder<com.google.common.hash.HashCode> (): mapBuilder
com.mojang.serialization.ListBuilder<com.google.common.hash.HashCode> (): listBuilder
<U> U (com.mojang.serialization.DynamicOps<U>, com.google.common.hash.HashCode): convertTo, method_68768, convertTo
Number (com.google.common.hash.HashCode, Number): getNumberValue, method_68757, getNumberValue
com.google.common.hash.HashCode (com.google.common.hash.HashCode, String, com.google.common.hash.HashCode): set, method_68759, set
com.google.common.hash.HashCode (com.google.common.hash.HashCode, String, Function<com.google.common.hash.HashCode, com.google.common.hash.HashCode>): update, method_68760, update
com.google.common.hash.HashCode (com.google.common.hash.HashCode, com.google.common.hash.HashCode, Function<com.google.common.hash.HashCode, com.google.common.hash.HashCode>): updateGeneric, method_68755, updateGeneric
<T> com.mojang.serialization.DataResult<T> (): unsupported, method_68785, error
com.mojang.serialization.DataResult<com.google.common.hash.HashCode> (com.google.common.hash.HashCode, String): get, method_68781, get
com.mojang.serialization.DataResult<com.google.common.hash.HashCode> (com.google.common.hash.HashCode, com.google.common.hash.HashCode): getGeneric, method_68753, getGeneric
com.mojang.serialization.DataResult<Number> (com.google.common.hash.HashCode): getNumberValue, method_68752, getNumberValue
com.mojang.serialization.DataResult<Boolean> (com.google.common.hash.HashCode): getBooleanValue, method_68779, getBooleanValue
com.mojang.serialization.DataResult<String> (com.google.common.hash.HashCode): getStringValue, method_68784, getStringValue
boolean (com.google.common.hash.HashCode): isEmpty, method_76578, isEmpty
com.mojang.serialization.DataResult<com.google.common.hash.HashCode> (com.google.common.hash.HashCode, com.google.common.hash.HashCode): mergeToList, method_68780, mergeToList
com.mojang.serialization.DataResult<com.google.common.hash.HashCode> (com.google.common.hash.HashCode, List<com.google.common.hash.HashCode>): mergeToList, method_68761, mergeToList
com.mojang.serialization.DataResult<com.google.common.hash.HashCode> (com.google.common.hash.HashCode, com.google.common.hash.HashCode, com.google.common.hash.HashCode): mergeToMap, method_68754, mergeToMap
com.mojang.serialization.DataResult<com.google.common.hash.HashCode> (com.google.common.hash.HashCode, Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode>): mergeToMap, method_68762, mergeToMap
com.mojang.serialization.DataResult<com.google.common.hash.HashCode> (com.google.common.hash.HashCode, com.mojang.serialization.MapLike<com.google.common.hash.HashCode>): mergeToMap, method_68756, mergeToMap
com.mojang.serialization.DataResult<Stream<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>>> (com.google.common.hash.HashCode): getMapValues, method_68786, getMapValues
com.mojang.serialization.DataResult<Consumer<BiConsumer<com.google.common.hash.HashCode, com.google.common.hash.HashCode>>> (com.google.common.hash.HashCode): getMapEntries, method_68788, getMapEntries
com.mojang.serialization.DataResult<Stream<com.google.common.hash.HashCode>> (com.google.common.hash.HashCode): getStream, method_68789, getStream
com.mojang.serialization.DataResult<Consumer<Consumer<com.google.common.hash.HashCode>>> (com.google.common.hash.HashCode): getList, method_68790, getList
com.mojang.serialization.DataResult<com.mojang.serialization.MapLike<com.google.common.hash.HashCode>> (com.google.common.hash.HashCode): getMap, method_68791, getMap
com.mojang.serialization.DataResult<ByteBuffer> (com.google.common.hash.HashCode): getByteBuffer, method_68792, getByteBuffer
com.mojang.serialization.DataResult<IntStream> (com.google.common.hash.HashCode): getIntStream, method_68793, getIntStream
com.mojang.serialization.DataResult<LongStream> (com.google.common.hash.HashCode): getLongStream, method_68794, getLongStream
Object (Object, Object, Function): updateGeneric
Object (Object, String, Function): update
Object (Object, String, Object): set
com.mojang.serialization.DataResult (Object, Object): getGeneric
com.mojang.serialization.DataResult (Object, String): get
Object (Object, String): remove
Object (LongStream): createLongList
com.mojang.serialization.DataResult (Object): getLongStream
Object (IntStream): createIntList
com.mojang.serialization.DataResult (Object): getIntStream
Object (ByteBuffer): createByteList
com.mojang.serialization.DataResult (Object): getByteBuffer
com.mojang.serialization.DataResult (Object): getList
com.mojang.serialization.DataResult (Object): getStream
com.mojang.serialization.DataResult (Object): getMap
com.mojang.serialization.DataResult (Object): getMapEntries
com.mojang.serialization.DataResult (Object): getMapValues
com.mojang.serialization.DataResult (Object, com.mojang.serialization.MapLike): mergeToMap
com.mojang.serialization.DataResult (Object, Map): mergeToMap
com.mojang.serialization.DataResult (Object, Object, Object): mergeToMap
com.mojang.serialization.DataResult (Object, List): mergeToList
com.mojang.serialization.DataResult (Object, Object): mergeToList
com.mojang.serialization.DataResult (Object): getStringValue
Object (boolean): createBoolean
com.mojang.serialization.DataResult (Object): getBooleanValue
Object (double): createDouble
Object (float): createFloat
Object (long): createLong
Object (int): createInt
Object (short): createShort
Object (byte): createByte
Object (Number): createNumeric
Number (Object, Number): getNumberValue
com.mojang.serialization.DataResult (Object): getNumberValue
Object (com.mojang.serialization.DynamicOps, Object): convertTo
Object (): emptyList
Object (): emptyMap
Object (): empty
void (com.google.common.hash.Hasher, com.google.common.hash.HashCode): lambda$createList$3, method_68763, method_68763
void (com.google.common.hash.Hasher, com.mojang.datafixers.util.Pair): lambda$hashMap$2, method_68764, method_68764
void (com.google.common.hash.Hasher, Map$Entry): lambda$hashMap$1, method_68765, method_68765
String (): lambda$static$0, method_68787, method_68787