Uses of Interface
net.minecraft.network.chat.contents.DataSource
Packages that use DataSource
-
Uses of DataSource in net.minecraft.network.chat
Methods in net.minecraft.network.chat with parameters of type DataSourceModifier and TypeMethodDescriptionstatic MutableComponent
Component.nbt
(String nbtPathPattern, boolean interpreting, Optional<Component> separator, DataSource dataSource) -
Uses of DataSource in net.minecraft.network.chat.contents
Classes in net.minecraft.network.chat.contents with type parameters of type DataSourceClasses in net.minecraft.network.chat.contents that implement DataSourceModifier and TypeClassDescriptionfinal record
final record
final record
Fields in net.minecraft.network.chat.contents declared as DataSourceFields in net.minecraft.network.chat.contents with type parameters of type DataSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<DataSource> DataSource.CODEC
Methods in net.minecraft.network.chat.contents that return DataSourceConstructors in net.minecraft.network.chat.contents with parameters of type DataSourceModifierConstructorDescriptionNbtContents
(String nbtPathPattern, boolean interpreting, Optional<Component> separator, DataSource dataSource) private
NbtContents
(String nbtPathPattern, NbtPathArgument.NbtPath compiledNbtPath, boolean interpreting, Optional<Component> separator, DataSource dataSource)