Class RegistryKeyCodec<E>

java.lang.Object
net.minecraft.util.registry.RegistryKeyCodec<E>
All Implemented Interfaces:
com.mojang.serialization.Codec<Supplier<E>>, com.mojang.serialization.Decoder<Supplier<E>>, com.mojang.serialization.Encoder<Supplier<E>>

public final class RegistryKeyCodec<E> extends Object implements com.mojang.serialization.Codec<Supplier<E>>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.mojang.serialization.Codec

    com.mojang.serialization.Codec.ResultFunction<A extends Object>

    Nested classes/interfaces inherited from interface com.mojang.serialization.Decoder

    com.mojang.serialization.Decoder.Boxed<A extends Object>, com.mojang.serialization.Decoder.Simple<A extends Object>, com.mojang.serialization.Decoder.Terminal<A extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final boolean
     
    private final com.mojang.serialization.Codec<E>
     
    private final RegistryKey<? extends Registry<E>>
     

    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
    Modifier
    Constructor
    Description
    private
    RegistryKeyCodec(RegistryKey<? extends Registry<E>> p_i242090_1_, com.mojang.serialization.Codec<E> p_i242090_2_, boolean p_i242090_3_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <E> RegistryKeyCodec<E>
    create(RegistryKey<? extends Registry<E>> p_241794_0_, com.mojang.serialization.Codec<E> p_241794_1_)
     
    private static <E> RegistryKeyCodec<E>
    create(RegistryKey<? extends Registry<E>> p_244325_0_, com.mojang.serialization.Codec<E> p_244325_1_, boolean p_244325_2_)
     
    <T> com.mojang.serialization.DataResult<com.mojang.datafixers.util.Pair<Supplier<E>,T>>
    decode(com.mojang.serialization.DynamicOps<T> p_decode_1_, T p_decode_2_)
     
    <T> com.mojang.serialization.DataResult<T>
    encode(Supplier<E> p_encode_1_, com.mojang.serialization.DynamicOps<T> p_encode_2_, T p_encode_3_)
     
    static <E> com.mojang.serialization.Codec<List<Supplier<E>>>
    homogeneousList(RegistryKey<? extends Registry<E>> p_244328_0_, com.mojang.serialization.Codec<E> p_244328_1_)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
  • Field Details

    • registryKey

      private final RegistryKey<? extends Registry<E>> registryKey
    • elementCodec

      private final com.mojang.serialization.Codec<E> elementCodec
    • allowInline

      private final boolean allowInline
  • Constructor Details

    • RegistryKeyCodec

      private RegistryKeyCodec(RegistryKey<? extends Registry<E>> p_i242090_1_, com.mojang.serialization.Codec<E> p_i242090_2_, boolean p_i242090_3_)
  • Method Details

    • create

      public static <E> RegistryKeyCodec<E> create(RegistryKey<? extends Registry<E>> p_241794_0_, com.mojang.serialization.Codec<E> p_241794_1_)
    • homogeneousList

      public static <E> com.mojang.serialization.Codec<List<Supplier<E>>> homogeneousList(RegistryKey<? extends Registry<E>> p_244328_0_, com.mojang.serialization.Codec<E> p_244328_1_)
    • create

      private static <E> RegistryKeyCodec<E> create(RegistryKey<? extends Registry<E>> p_244325_0_, com.mojang.serialization.Codec<E> p_244325_1_, boolean p_244325_2_)
    • encode

      public <T> com.mojang.serialization.DataResult<T> encode(Supplier<E> p_encode_1_, com.mojang.serialization.DynamicOps<T> p_encode_2_, T p_encode_3_)
      Specified by:
      encode in interface com.mojang.serialization.Encoder<E>
    • decode

      public <T> com.mojang.serialization.DataResult<com.mojang.datafixers.util.Pair<Supplier<E>,T>> decode(com.mojang.serialization.DynamicOps<T> p_decode_1_, T p_decode_2_)
      Specified by:
      decode in interface com.mojang.serialization.Decoder<E>
    • toString

      public String toString()
      Overrides:
      toString in class Object