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 extends IForgeRegistryEntry<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
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, xmapMethods inherited from interface com.mojang.serialization.Decoder
boxed, decode, flatMap, map, parse, parse, simple, terminalMethods 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:
decodein interfacecom.mojang.serialization.Decoder<V extends IForgeRegistryEntry<V>>
-
encode
public <T> com.mojang.serialization.DataResult<T> encode(V input, com.mojang.serialization.DynamicOps<T> ops, T prefix) - Specified by:
encodein interfacecom.mojang.serialization.Encoder<V extends IForgeRegistryEntry<V>>
-