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