Uses of Interface
net.minecraft.text.NbtDataSource
Packages that use NbtDataSource
-
Uses of NbtDataSource in net.minecraft.text
Classes in net.minecraft.text that implement NbtDataSourceModifier and TypeClassDescriptionfinal recordfinal recordfinal recordFields in net.minecraft.text declared as NbtDataSourceFields in net.minecraft.text with type parameters of type NbtDataSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<NbtDataSource> NbtDataSourceTypes.CODECprivate static final Codecs.IdMapper<String, com.mojang.serialization.MapCodec<? extends NbtDataSource>> NbtDataSourceTypes.ID_MAPPERMethods in net.minecraft.text that return NbtDataSourceMethods in net.minecraft.text that return types with arguments of type NbtDataSourceModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends NbtDataSource> NbtDataSource.getCodec()Methods in net.minecraft.text with parameters of type NbtDataSourceModifier and TypeMethodDescriptionstatic MutableTextText.nbt(String rawPath, boolean interpret, Optional<Text> separator, NbtDataSource dataSource) Constructors in net.minecraft.text with parameters of type NbtDataSourceModifierConstructorDescriptionNbtTextContent(String rawPath, boolean interpret, Optional<Text> separator, NbtDataSource dataSource) privateNbtTextContent(String rawPath, NbtPathArgumentType.NbtPath path, boolean interpret, Optional<Text> separator, NbtDataSource dataSource)