net.minecraft.util

public class HashOps

implements com.mojang.serialization.DynamicOps<com.google.common.hash.HashCode>

azp
net.minecraft.util.HashOps
net.minecraft.class_10923
net.minecraft.util.dynamic.HashCodeOps
net.minecraft.util.HashOps

Field summary

Modifier and TypeField
private static final byte
d
TAG_EMPTY
field_58094
field_58094
private static final byte
e
TAG_MAP_START
field_58095
field_58095
private static final byte
f
TAG_MAP_END
field_58096
field_58096
private static final byte
g
TAG_LIST_START
field_58097
field_58097
private static final byte
h
TAG_LIST_END
field_58098
field_58098
private static final byte
i
TAG_BYTE
field_58099
field_58099
private static final byte
j
TAG_SHORT
field_58100
field_58100
private static final byte
k
TAG_INT
field_58101
field_58101
private static final byte
l
TAG_LONG
field_58102
field_58102
private static final byte
m
TAG_FLOAT
field_58103
field_58103
private static final byte
n
TAG_DOUBLE
field_58104
field_58104
private static final byte
o
TAG_STRING
field_58105
field_58105
private static final byte
p
TAG_BOOLEAN
field_58106
field_58106
private static final byte
q
TAG_BYTE_ARRAY_START
field_58107
field_58107
private static final byte
r
TAG_BYTE_ARRAY_END
field_58108
field_58108
private static final byte
s
TAG_INT_ARRAY_START
field_58109
field_58109
private static final byte
t
TAG_INT_ARRAY_END
field_58110
field_58110
private static final byte
u
TAG_LONG_ARRAY_START
field_58111
field_58111
private static final byte
v
TAG_LONG_ARRAY_END
field_58112
field_58112
private static final byte[]
w
EMPTY_PAYLOAD
field_58113
emptyByteArray
private static final byte[]
x
FALSE_PAYLOAD
field_58114
falseByteArray
private static final byte[]
y
TRUE_PAYLOAD
field_58115
trueByteArray
public static final byte[]
a
EMPTY_MAP_PAYLOAD
field_58091
emptyMapByteArray
public static final byte[]
b
EMPTY_LIST_PAYLOAD
field_58092
emptyListByteArray
private static final com.mojang.serialization.DataResult<Object>
z
UNSUPPORTED_OPERATION_ERROR
field_58116
ERROR
private static final Comparator<com.google.common.hash.HashCode>
A
HASH_COMPARATOR
field_58082
HASH_CODE_COMPARATOR
private static final Comparator<Map$Entry<com.google.common.hash.HashCode, com.google.common.hash.HashCode>>
B
MAP_ENTRY_ORDER
field_58083
ENTRY_COMPARATOR
private static final Comparator<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>>
C
MAPLIKE_ENTRY_ORDER
field_58084
PAIR_COMPARATOR
public static final HashOps
c
CRC32C_INSTANCE
field_58093
INSTANCE
final com.google.common.hash.HashFunction
D
hashFunction
field_58085
function
final com.google.common.hash.HashCode
E
empty
field_58086
empty
private final com.google.common.hash.HashCode
F
emptyMap
field_58087
emptyMap
private final com.google.common.hash.HashCode
G
emptyList
field_58088
emptyList
private final com.google.common.hash.HashCode
H
trueHash
field_58089
hashTrue
private final com.google.common.hash.HashCode
I
falseHash
field_58090
hashFalse

Constructor summary

ModifierConstructor
public (com.google.common.hash.HashFunction function)

Method summary

Modifier and TypeMethod
public com.google.common.hash.HashCode
a()
empty()
method_68746()
empty()
public com.google.common.hash.HashCode
b()
emptyMap()
method_68778()
emptyMap()
public com.google.common.hash.HashCode
c()
emptyList()
method_68783()
emptyList()
public com.google.common.hash.HashCode
a(Number arg0)
createNumeric(Number arg0)
method_68769(Number arg0)
createNumeric(Number arg0)
public com.google.common.hash.HashCode
a(byte arg0)
createByte(byte arg0)
method_68747(byte arg0)
createByte(byte arg0)
public com.google.common.hash.HashCode
a(short arg0)
createShort(short arg0)
method_68776(short arg0)
createShort(short arg0)
public com.google.common.hash.HashCode
a(int arg0)
createInt(int arg0)
method_68750(int arg0)
createInt(int arg0)
public com.google.common.hash.HashCode
a(long arg0)
createLong(long arg0)
method_68751(long arg0)
createLong(long arg0)
public com.google.common.hash.HashCode
a(float arg0)
createFloat(float arg0)
method_68749(float arg0)
createFloat(float arg0)
public com.google.common.hash.HashCode
a(double arg0)
createDouble(double arg0)
method_68748(double arg0)
createDouble(double arg0)
public com.google.common.hash.HashCode
a(String arg0)
createString(String arg0)
method_68770(String arg0)
createString(String arg0)
public com.google.common.hash.HashCode
a(boolean arg0)
createBoolean(boolean arg0)
method_68777(boolean arg0)
createBoolean(boolean arg0)
private static com.google.common.hash.Hasher
a(com.google.common.hash.Hasher arg0, Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg1)
hashMap(com.google.common.hash.Hasher arg0, Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg1)
method_68766(com.google.common.hash.Hasher arg0, Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg1)
hash(com.google.common.hash.Hasher hasher, Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode> map)
static com.google.common.hash.Hasher
a(com.google.common.hash.Hasher arg0, Stream<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>> arg1)
hashMap(com.google.common.hash.Hasher arg0, Stream<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>> arg1)
method_68767(com.google.common.hash.Hasher arg0, Stream<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>> arg1)
hash(com.google.common.hash.Hasher hasher, Stream<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>> pairs)
public com.google.common.hash.HashCode
a(Stream<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>> arg0)
createMap(Stream<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>> arg0)
method_68775(Stream<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>> arg0)
createMap(Stream<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>> arg0)
public com.google.common.hash.HashCode
a(Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg0)
createMap(Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg0)
method_68772(Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg0)
createMap(Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg0)
public com.google.common.hash.HashCode
b(Stream<com.google.common.hash.HashCode> arg0)
createList(Stream<com.google.common.hash.HashCode> arg0)
method_68782(Stream<com.google.common.hash.HashCode> arg0)
createList(Stream<com.google.common.hash.HashCode> arg0)
public com.google.common.hash.HashCode
a(ByteBuffer arg0)
createByteList(ByteBuffer arg0)
method_68771(ByteBuffer arg0)
createByteList(ByteBuffer arg0)
public com.google.common.hash.HashCode
a(IntStream arg0)
createIntList(IntStream arg0)
method_68773(IntStream arg0)
createIntList(IntStream arg0)
public com.google.common.hash.HashCode
a(LongStream arg0)
createLongList(LongStream arg0)
method_68774(LongStream arg0)
createLongList(LongStream arg0)
public com.google.common.hash.HashCode
a(com.google.common.hash.HashCode arg0, String arg1)
remove(com.google.common.hash.HashCode arg0, String arg1)
method_68758(com.google.common.hash.HashCode arg0, String arg1)
remove(com.google.common.hash.HashCode arg0, String arg1)
public com.mojang.serialization.RecordBuilder<com.google.common.hash.HashCode>
mapBuilder()
mapBuilder()
public com.mojang.serialization.ListBuilder<com.google.common.hash.HashCode>
listBuilder()
listBuilder()
public <U> U
a(com.mojang.serialization.DynamicOps<U> arg0, com.google.common.hash.HashCode arg1)
convertTo(com.mojang.serialization.DynamicOps<U> arg0, com.google.common.hash.HashCode arg1)
method_68768(com.mojang.serialization.DynamicOps<U> arg0, com.google.common.hash.HashCode arg1)
convertTo(com.mojang.serialization.DynamicOps<U> arg0, com.google.common.hash.HashCode arg1)
public Number
a(com.google.common.hash.HashCode arg0, Number arg1)
getNumberValue(com.google.common.hash.HashCode arg0, Number arg1)
method_68757(com.google.common.hash.HashCode arg0, Number arg1)
getNumberValue(com.google.common.hash.HashCode arg0, Number arg1)
public com.google.common.hash.HashCode
a(com.google.common.hash.HashCode arg0, String arg1, com.google.common.hash.HashCode arg2)
set(com.google.common.hash.HashCode arg0, String arg1, com.google.common.hash.HashCode arg2)
method_68759(com.google.common.hash.HashCode arg0, String arg1, com.google.common.hash.HashCode arg2)
set(com.google.common.hash.HashCode arg0, String arg1, com.google.common.hash.HashCode arg2)
public com.google.common.hash.HashCode
a(com.google.common.hash.HashCode arg0, String arg1, Function<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg2)
update(com.google.common.hash.HashCode arg0, String arg1, Function<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg2)
method_68760(com.google.common.hash.HashCode arg0, String arg1, Function<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg2)
update(com.google.common.hash.HashCode arg0, String arg1, Function<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg2)
public com.google.common.hash.HashCode
a(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1, Function<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg2)
updateGeneric(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1, Function<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg2)
method_68755(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1, Function<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg2)
updateGeneric(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1, Function<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg2)
private static <T> com.mojang.serialization.DataResult<T>
d()
unsupported()
method_68785()
error()
public com.mojang.serialization.DataResult<com.google.common.hash.HashCode>
b(com.google.common.hash.HashCode arg0, String arg1)
get(com.google.common.hash.HashCode arg0, String arg1)
method_68781(com.google.common.hash.HashCode arg0, String arg1)
get(com.google.common.hash.HashCode arg0, String arg1)
public com.mojang.serialization.DataResult<com.google.common.hash.HashCode>
a(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1)
getGeneric(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1)
method_68753(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1)
getGeneric(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1)
public com.mojang.serialization.DataResult<Number>
a(com.google.common.hash.HashCode arg0)
getNumberValue(com.google.common.hash.HashCode arg0)
method_68752(com.google.common.hash.HashCode arg0)
getNumberValue(com.google.common.hash.HashCode arg0)
public com.mojang.serialization.DataResult<Boolean>
b(com.google.common.hash.HashCode arg0)
getBooleanValue(com.google.common.hash.HashCode arg0)
method_68779(com.google.common.hash.HashCode arg0)
getBooleanValue(com.google.common.hash.HashCode arg0)
public com.mojang.serialization.DataResult<String>
c(com.google.common.hash.HashCode arg0)
getStringValue(com.google.common.hash.HashCode arg0)
method_68784(com.google.common.hash.HashCode arg0)
getStringValue(com.google.common.hash.HashCode arg0)
public com.mojang.serialization.DataResult<com.google.common.hash.HashCode>
b(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1)
mergeToList(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1)
method_68780(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1)
mergeToList(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1)
public com.mojang.serialization.DataResult<com.google.common.hash.HashCode>
a(com.google.common.hash.HashCode arg0, List<com.google.common.hash.HashCode> arg1)
mergeToList(com.google.common.hash.HashCode arg0, List<com.google.common.hash.HashCode> arg1)
method_68761(com.google.common.hash.HashCode arg0, List<com.google.common.hash.HashCode> arg1)
mergeToList(com.google.common.hash.HashCode arg0, List<com.google.common.hash.HashCode> arg1)
public com.mojang.serialization.DataResult<com.google.common.hash.HashCode>
a(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1, com.google.common.hash.HashCode arg2)
mergeToMap(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1, com.google.common.hash.HashCode arg2)
method_68754(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1, com.google.common.hash.HashCode arg2)
mergeToMap(com.google.common.hash.HashCode arg0, com.google.common.hash.HashCode arg1, com.google.common.hash.HashCode arg2)
public com.mojang.serialization.DataResult<com.google.common.hash.HashCode>
a(com.google.common.hash.HashCode arg0, Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg1)
mergeToMap(com.google.common.hash.HashCode arg0, Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg1)
method_68762(com.google.common.hash.HashCode arg0, Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg1)
mergeToMap(com.google.common.hash.HashCode arg0, Map<com.google.common.hash.HashCode, com.google.common.hash.HashCode> arg1)
public com.mojang.serialization.DataResult<com.google.common.hash.HashCode>
a(com.google.common.hash.HashCode arg0, com.mojang.serialization.MapLike<com.google.common.hash.HashCode> arg1)
mergeToMap(com.google.common.hash.HashCode arg0, com.mojang.serialization.MapLike<com.google.common.hash.HashCode> arg1)
method_68756(com.google.common.hash.HashCode arg0, com.mojang.serialization.MapLike<com.google.common.hash.HashCode> arg1)
mergeToMap(com.google.common.hash.HashCode arg0, com.mojang.serialization.MapLike<com.google.common.hash.HashCode> arg1)
public com.mojang.serialization.DataResult<Stream<com.mojang.datafixers.util.Pair<com.google.common.hash.HashCode, com.google.common.hash.HashCode>>>
d(com.google.common.hash.HashCode arg0)
getMapValues(com.google.common.hash.HashCode arg0)
method_68786(com.google.common.hash.HashCode arg0)
getMapValues(com.google.common.hash.HashCode arg0)
public com.mojang.serialization.DataResult<Consumer<BiConsumer<com.google.common.hash.HashCode, com.google.common.hash.HashCode>>>
e(com.google.common.hash.HashCode arg0)
getMapEntries(com.google.common.hash.HashCode arg0)
method_68788(com.google.common.hash.HashCode arg0)
getMapEntries(com.google.common.hash.HashCode arg0)
public com.mojang.serialization.DataResult<Stream<com.google.common.hash.HashCode>>
f(com.google.common.hash.HashCode arg0)
getStream(com.google.common.hash.HashCode arg0)
method_68789(com.google.common.hash.HashCode arg0)
getStream(com.google.common.hash.HashCode arg0)
public com.mojang.serialization.DataResult<Consumer<Consumer<com.google.common.hash.HashCode>>>
g(com.google.common.hash.HashCode arg0)
getList(com.google.common.hash.HashCode arg0)
method_68790(com.google.common.hash.HashCode arg0)
getList(com.google.common.hash.HashCode arg0)
public com.mojang.serialization.DataResult<com.mojang.serialization.MapLike<com.google.common.hash.HashCode>>
h(com.google.common.hash.HashCode arg0)
getMap(com.google.common.hash.HashCode arg0)
method_68791(com.google.common.hash.HashCode arg0)
getMap(com.google.common.hash.HashCode arg0)
public com.mojang.serialization.DataResult<ByteBuffer>
i(com.google.common.hash.HashCode arg0)
getByteBuffer(com.google.common.hash.HashCode arg0)
method_68792(com.google.common.hash.HashCode arg0)
getByteBuffer(com.google.common.hash.HashCode arg0)
public com.mojang.serialization.DataResult<IntStream>
j(com.google.common.hash.HashCode arg0)
getIntStream(com.google.common.hash.HashCode arg0)
method_68793(com.google.common.hash.HashCode arg0)
getIntStream(com.google.common.hash.HashCode arg0)
public com.mojang.serialization.DataResult<LongStream>
k(com.google.common.hash.HashCode arg0)
getLongStream(com.google.common.hash.HashCode arg0)
method_68794(com.google.common.hash.HashCode arg0)
getLongStream(com.google.common.hash.HashCode arg0)