Package net.minecraft.component
Class ComponentType.Builder.SimpleDataComponentType<T>
java.lang.Object
net.minecraft.component.ComponentType.Builder.SimpleDataComponentType<T>
- All Implemented Interfaces:
- ComponentType<T>
- Enclosing class:
- ComponentType.Builder<T>
private static class ComponentType.Builder.SimpleDataComponentType<T>
extends Object
implements ComponentType<T>
- Mappings:
- Namespace - Name - named - net/minecraft/component/ComponentType$Builder$SimpleDataComponentType- intermediary - net/minecraft/class_9331$class_9332$class_9333- official - ku$a$a
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.component.ComponentTypeComponentType.Builder<T>
- 
Field SummaryFieldsFields inherited from interface net.minecraft.component.ComponentTypeCODEC, PACKET_CODEC, PERSISTENT_CODEC, TYPE_TO_VALUE_MAP_CODEC
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleDataComponentType(@Nullable com.mojang.serialization.Codec<T> codec, PacketCodec<? super RegistryByteBuf, T> packetCodec) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.component.ComponentTypegetCodecOrThrow, shouldSkipSerialization
- 
Field Details- 
codec- Mappings:
- Namespace - Name - Mixin selector - named - codec- Lnet/minecraft/component/ComponentType$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- Lku$a$a;e:Lcom/mojang/serialization/Codec;
 
- 
packetCodec- Mappings:
- Namespace - Name - Mixin selector - named - packetCodec- Lnet/minecraft/component/ComponentType$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- Lku$a$a;f:Lyn;
 
 
- 
- 
Constructor Details- 
SimpleDataComponentTypeSimpleDataComponentType(@Nullable @Nullable com.mojang.serialization.Codec<T> codec, PacketCodec<? super RegistryByteBuf, T> packetCodec) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/component/ComponentType$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>- Lku$a$a;<init>(Lcom/mojang/serialization/Codec;Lyn;)V
 
 
- 
- 
Method Details- 
getCodec- Specified by:
- getCodecin interface- ComponentType<T>
- Mappings:
- Namespace - Name - Mixin selector - named - getCodec- Lnet/minecraft/component/ComponentType;getCodec()Lcom/mojang/serialization/Codec;- intermediary - method_57875- Lnet/minecraft/class_9331;method_57875()Lcom/mojang/serialization/Codec;- official - b- Lku;b()Lcom/mojang/serialization/Codec;
 
- 
getPacketCodec- Specified by:
- getPacketCodecin interface- ComponentType<T>
- Mappings:
- Namespace - Name - Mixin selector - named - getPacketCodec- Lnet/minecraft/component/ComponentType;getPacketCodec()Lnet/minecraft/network/codec/PacketCodec;- intermediary - method_57878- Lnet/minecraft/class_9331;method_57878()Lnet/minecraft/class_9139;- official - e- Lku;e()Lyn;
 
- 
toString
 
-