History - net.minecraft.util.HashOps
1.21.5
Names
azp
net.minecraft.util.HashOps
net.minecraft.class_10923
net.minecraft.util.dynamic.HashCodeOps
net.minecraft.util.HashOps
Fields
byte: d, TAG_EMPTY, field_58094, field_58094
byte: e, TAG_MAP_START, field_58095, field_58095
byte: f, TAG_MAP_END, field_58096, field_58096
byte: g, TAG_LIST_START, field_58097, field_58097
byte: h, TAG_LIST_END, field_58098, field_58098
byte: i, TAG_BYTE, field_58099, field_58099
byte: j, TAG_SHORT, field_58100, field_58100
byte: k, TAG_INT, field_58101, field_58101
byte: l, TAG_LONG, field_58102, field_58102
byte: m, TAG_FLOAT, field_58103, field_58103
byte: n, TAG_DOUBLE, field_58104, field_58104
byte: o, TAG_STRING, field_58105, field_58105
byte: p, TAG_BOOLEAN, field_58106, field_58106
byte: q, TAG_BYTE_ARRAY_START, field_58107, field_58107
byte: r, TAG_BYTE_ARRAY_END, field_58108, field_58108
byte: s, TAG_INT_ARRAY_START, field_58109, field_58109
byte: t, TAG_INT_ARRAY_END, field_58110, field_58110
byte: u, TAG_LONG_ARRAY_START, field_58111, field_58111
byte: v, TAG_LONG_ARRAY_END, field_58112, field_58112
byte[]: w, EMPTY_PAYLOAD, field_58113, emptyByteArray
byte[]: x, FALSE_PAYLOAD, field_58114, falseByteArray
byte[]: y, TRUE_PAYLOAD, field_58115, trueByteArray
byte[]: a, EMPTY_MAP_PAYLOAD, field_58091, emptyMapByteArray
byte[]: b, EMPTY_LIST_PAYLOAD, field_58092, emptyListByteArray
com.mojang.serialization.DataResult<Object>: z, UNSUPPORTED_OPERATION_ERROR, field_58116, ERROR
Comparator<com.google.common.hash.HashCode>: A, HASH_COMPARATOR, field_58082, HASH_CODE_COMPARATOR
Comparator<Map$Entry<com.google.common.hash.HashCode, com.google.common.hash.HashCode>>: B, MAP_ENTRY_ORDER, field_58083, ENTRY_COMPARATOR
Comparator<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>>: C, MAPLIKE_ENTRY_ORDER, field_58084, PAIR_COMPARATOR
HashOps: c, CRC32C_INSTANCE, field_58093, INSTANCE
com.google.common.hash.HashFunction: D, hashFunction, field_58085, function
com.google.common.hash.HashCode: E, empty, field_58086, empty
com.google.common.hash.HashCode: F, emptyMap, field_58087, emptyMap
com.google.common.hash.HashCode: G, emptyList, field_58088, emptyList
com.google.common.hash.HashCode: H, trueHash, field_58089, hashTrue
com.google.common.hash.HashCode: I, falseHash, field_58090, hashFalse
Constructors
(com.google.common.hash.HashFunction)
Methods
com.google.common.hash.HashCode (): a, empty, method_68746, empty
com.google.common.hash.HashCode (): b, emptyMap, method_68778, emptyMap
com.google.common.hash.HashCode (): c, emptyList, method_68783, emptyList
com.google.common.hash.HashCode (Number): a, createNumeric, method_68769, createNumeric
com.google.common.hash.HashCode (byte): a, createByte, method_68747, createByte
com.google.common.hash.HashCode (short): a, createShort, method_68776, createShort
com.google.common.hash.HashCode (int): a, createInt, method_68750, createInt
com.google.common.hash.HashCode (long): a, createLong, method_68751, createLong
com.google.common.hash.HashCode (float): a, createFloat, method_68749, createFloat
com.google.common.hash.HashCode (double): a, createDouble, method_68748, createDouble
com.google.common.hash.HashCode (String): a, createString, method_68770, createString
com.google.common.hash.HashCode (boolean): a, 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>): a, 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>>): a, 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>>): a, createMap, method_68775, createMap
com.google.common.hash.HashCode (Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode>): a, createMap, method_68772, createMap
com.google.common.hash.HashCode (Stream<com.google.common.hash.HashCode>): b, createList, method_68782, createList
com.google.common.hash.HashCode (ByteBuffer): a, createByteList, method_68771, createByteList
com.google.common.hash.HashCode (IntStream): a, createIntList, method_68773, createIntList
com.google.common.hash.HashCode (LongStream): a, createLongList, method_68774, createLongList
com.google.common.hash.HashCode (com.google.common.hash.HashCode, String): a, remove, method_68758, remove
com.mojang.serialization.RecordBuilder<com.google.common.hash.HashCode> (): mapBuilder, mapBuilder
com.mojang.serialization.ListBuilder<com.google.common.hash.HashCode> (): listBuilder, listBuilder
<U> U (com.mojang.serialization.DynamicOps<U>, com.google.common.hash.HashCode): a, convertTo, method_68768, convertTo
Number (com.google.common.hash.HashCode, Number): a, getNumberValue, method_68757, getNumberValue
com.google.common.hash.HashCode (com.google.common.hash.HashCode, String, com.google.common.hash.HashCode): a, 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>): a, 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>): a, updateGeneric, method_68755, updateGeneric
<T> com.mojang.serialization.DataResult<T> (): d, unsupported, method_68785, error
com.mojang.serialization.DataResult<com.google.common.hash.HashCode> (com.google.common.hash.HashCode, String): b, get, method_68781, get
com.mojang.serialization.DataResult<com.google.common.hash.HashCode> (com.google.common.hash.HashCode, com.google.common.hash.HashCode): a, getGeneric, method_68753, getGeneric
com.mojang.serialization.DataResult<Number> (com.google.common.hash.HashCode): a, getNumberValue, method_68752, getNumberValue
com.mojang.serialization.DataResult<Boolean> (com.google.common.hash.HashCode): b, getBooleanValue, method_68779, getBooleanValue
com.mojang.serialization.DataResult<String> (com.google.common.hash.HashCode): c, getStringValue, method_68784, getStringValue
com.mojang.serialization.DataResult<com.google.common.hash.HashCode> (com.google.common.hash.HashCode, com.google.common.hash.HashCode): b, mergeToList, method_68780, mergeToList
com.mojang.serialization.DataResult<com.google.common.hash.HashCode> (com.google.common.hash.HashCode, List<com.google.common.hash.HashCode>): a, 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): a, 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>): a, 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>): a, 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): d, 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): e, getMapEntries, method_68788, getMapEntries
com.mojang.serialization.DataResult<Stream<com.google.common.hash.HashCode>> (com.google.common.hash.HashCode): f, getStream, method_68789, getStream
com.mojang.serialization.DataResult<Consumer<Consumer<com.google.common.hash.HashCode>>> (com.google.common.hash.HashCode): g, getList, method_68790, getList
com.mojang.serialization.DataResult<com.mojang.serialization.MapLike<com.google.common.hash.HashCode>> (com.google.common.hash.HashCode): h, getMap, method_68791, getMap
com.mojang.serialization.DataResult<ByteBuffer> (com.google.common.hash.HashCode): i, getByteBuffer, method_68792, getByteBuffer
com.mojang.serialization.DataResult<IntStream> (com.google.common.hash.HashCode): j, getIntStream, method_68793, getIntStream
com.mojang.serialization.DataResult<LongStream> (com.google.common.hash.HashCode): k, getLongStream, method_68794, getLongStream