Package net.minecraft.component
Class DataComponentType.Builder.SimpleDataComponentType<T>
java.lang.Object
net.minecraft.component.DataComponentType.Builder.SimpleDataComponentType<T>
- All Implemented Interfaces:
DataComponentType<T>
- Enclosing class:
DataComponentType.Builder<T>
private static class DataComponentType.Builder.SimpleDataComponentType<T>
extends Object
implements DataComponentType<T>
- Mappings:
Namespace Name named net/minecraft/component/DataComponentType$Builder$SimpleDataComponentType
intermediary net/minecraft/class_9331$class_9332$class_9333
official kl$a$a
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.component.DataComponentType
DataComponentType.Builder<T>
-
Field Summary
Fields inherited from interface net.minecraft.component.DataComponentType
CODEC, PACKET_CODEC, PERSISTENT_CODEC, TYPE_TO_VALUE_MAP_CODEC
-
Constructor Summary
ConstructorDescriptionSimpleDataComponentType
(@Nullable com.mojang.serialization.Codec<T> codec, PacketCodec<? super RegistryByteBuf, T> packetCodec) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.component.DataComponentType
getCodecOrThrow, shouldSkipSerialization
-
Field Details
-
codec
- Mappings:
Namespace Name Mixin selector named codec
Lnet/minecraft/component/DataComponentType$Builder$SimpleDataComponentType;codec:Lcom/mojang/serialization/Codec;
intermediary field_49604
Lnet/minecraft/class_9331$class_9332$class_9333;field_49604:Lcom/mojang/serialization/Codec;
official e
Lkl$a$a;e:Lcom/mojang/serialization/Codec;
-
packetCodec
- Mappings:
Namespace Name Mixin selector named packetCodec
Lnet/minecraft/component/DataComponentType$Builder$SimpleDataComponentType;packetCodec:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_49605
Lnet/minecraft/class_9331$class_9332$class_9333;field_49605:Lnet/minecraft/class_9139;
official f
Lkl$a$a;f:Lzn;
-
-
Constructor Details
-
SimpleDataComponentType
SimpleDataComponentType(@Nullable @Nullable com.mojang.serialization.Codec<T> codec, PacketCodec<? super RegistryByteBuf, T> packetCodec) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/component/DataComponentType$Builder$SimpleDataComponentType;<init>(Lcom/mojang/serialization/Codec;Lnet/minecraft/network/codec/PacketCodec;)V
intermediary <init>
Lnet/minecraft/class_9331$class_9332$class_9333;<init>(Lcom/mojang/serialization/Codec;Lnet/minecraft/class_9139;)V
official <init>
Lkl$a$a;<init>(Lcom/mojang/serialization/Codec;Lzn;)V
-
-
Method Details
-
getCodec
- Specified by:
getCodec
in interfaceDataComponentType<T>
- Mappings:
Namespace Name Mixin selector named getCodec
Lnet/minecraft/component/DataComponentType;getCodec()Lcom/mojang/serialization/Codec;
intermediary method_57875
Lnet/minecraft/class_9331;method_57875()Lcom/mojang/serialization/Codec;
official b
Lkl;b()Lcom/mojang/serialization/Codec;
-
getPacketCodec
- Specified by:
getPacketCodec
in interfaceDataComponentType<T>
- Mappings:
Namespace Name Mixin selector named getPacketCodec
Lnet/minecraft/component/DataComponentType;getPacketCodec()Lnet/minecraft/network/codec/PacketCodec;
intermediary method_57878
Lnet/minecraft/class_9331;method_57878()Lnet/minecraft/class_9139;
official e
Lkl;e()Lzn;
-
toString
-