Package net.minecraftforge.registries
Class ForgeRegistry.RegistryCodec
java.lang.Object
net.minecraftforge.registries.ForgeRegistry.RegistryCodec
- All Implemented Interfaces:
com.mojang.serialization.Codec<V>
,com.mojang.serialization.Decoder<V>
,com.mojang.serialization.Encoder<V>
- Enclosing class:
- ForgeRegistry<V>
private class ForgeRegistry.RegistryCodec
extends Object
implements com.mojang.serialization.Codec<V>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mojang.serialization.Codec
com.mojang.serialization.Codec.ResultFunction<A extends Object>
-
Field Summary
Fields inherited from interface com.mojang.serialization.Codec
BOOL, BYTE, BYTE_BUFFER, DOUBLE, EMPTY, FLOAT, INT, INT_STREAM, LONG, LONG_STREAM, PASSTHROUGH, SHORT, STRING
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mojang.serialization.Codec
comapFlatMap, deprecated, dispatch, dispatch, dispatchMap, dispatchMap, dispatchStable, fieldOf, flatComapMap, flatXmap, listOf, mapResult, optionalFieldOf, optionalFieldOf, optionalFieldOf, optionalFieldOf, orElse, orElse, orElse, orElseGet, orElseGet, orElseGet, partialDispatch, promotePartial, stable, withLifecycle, xmap
Methods inherited from interface com.mojang.serialization.Decoder
boxed, decode, flatMap, map, parse, parse, simple, terminal
Methods inherited from interface com.mojang.serialization.Encoder
comap, encodeStart, flatComap
-
Constructor Details
-
RegistryCodec
private RegistryCodec()
-
-
Method Details
-
decode
public <T> com.mojang.serialization.DataResult<com.mojang.datafixers.util.Pair<V,T>> decode(com.mojang.serialization.DynamicOps<T> ops, T input) - Specified by:
decode
in interfacecom.mojang.serialization.Decoder<V>
-
encode
public <T> com.mojang.serialization.DataResult<T> encode(V input, com.mojang.serialization.DynamicOps<T> ops, T prefix) - Specified by:
encode
in interfacecom.mojang.serialization.Encoder<V>
-