Uses of Interface
net.minecraft.network.chat.contents.data.DataSource
Packages that use DataSource
Package
Description
-
Uses of DataSource in net.minecraft.network.chat
Methods in net.minecraft.network.chat with parameters of type DataSourceModifier and TypeMethodDescriptionstatic MutableComponentComponent.nbt(String nbtPath, boolean interpreting, Optional<Component> separator, DataSource dataSource) -
Uses of DataSource in net.minecraft.network.chat.contents
Fields in net.minecraft.network.chat.contents declared as DataSourceMethods in net.minecraft.network.chat.contents that return DataSourceConstructors in net.minecraft.network.chat.contents with parameters of type DataSourceModifierConstructorDescriptionNbtContents(String nbtPath, boolean interpreting, Optional<Component> separator, DataSource dataSource) privateNbtContents(String nbtPathPattern, @Nullable NbtPathArgument.NbtPath compiledNbtPath, boolean interpreting, Optional<Component> separator, DataSource dataSource) -
Uses of DataSource in net.minecraft.network.chat.contents.data
Classes in net.minecraft.network.chat.contents.data that implement DataSourceModifier and TypeClassDescriptionfinal recordfinal recordfinal recordFields in net.minecraft.network.chat.contents.data with type parameters of type DataSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<DataSource> DataSources.CODECprivate static final ExtraCodecs.LateBoundIdMapper<String, com.mojang.serialization.MapCodec<? extends DataSource>> DataSources.ID_MAPPERMethods in net.minecraft.network.chat.contents.data that return types with arguments of type DataSourceModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends DataSource> DataSource.codec()