Uses of Class
net.minecraft.util.CompilableString
Packages that use CompilableString
Package
Description
-
Uses of CompilableString in net.minecraft.commands.arguments.selector
Fields in net.minecraft.commands.arguments.selector with type parameters of type CompilableStringModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CompilableString<EntitySelector>> EntitySelector.COMPILABLE_CODEC -
Uses of CompilableString in net.minecraft.network.chat
Methods in net.minecraft.network.chat with parameters of type CompilableStringModifier and TypeMethodDescriptionstatic MutableComponentComponent.nbt(CompilableString<NbtPathArgument.NbtPath> nbtPath, boolean interpreting, boolean plain, Optional<Component> separator, DataSource dataSource) static MutableComponentComponent.score(CompilableString<EntitySelector> pattern, String objective) static MutableComponentComponent.selector(CompilableString<EntitySelector> pattern, Optional<Component> separator) -
Uses of CompilableString in net.minecraft.network.chat.contents
Fields in net.minecraft.network.chat.contents declared as CompilableStringModifier and TypeFieldDescriptionprivate final CompilableString<NbtPathArgument.NbtPath> NbtContents.nbtPathThe field for thenbtPathrecord component.private final CompilableString<EntitySelector> SelectorContents.selectorThe field for theselectorrecord component.Fields in net.minecraft.network.chat.contents with type parameters of type CompilableStringModifier and TypeFieldDescriptionprivate final com.mojang.datafixers.util.Either<CompilableString<EntitySelector>, String> ScoreContents.nameThe field for thenamerecord component.static final com.mojang.serialization.Codec<CompilableString<NbtPathArgument.NbtPath>> NbtContents.NBT_PATH_CODECMethods in net.minecraft.network.chat.contents that return CompilableStringModifier and TypeMethodDescriptionNbtContents.nbtPath()Returns the value of thenbtPathrecord component.SelectorContents.selector()Returns the value of theselectorrecord component.Methods in net.minecraft.network.chat.contents that return types with arguments of type CompilableStringModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<CompilableString<EntitySelector>, String> ScoreContents.name()Returns the value of thenamerecord component.Constructors in net.minecraft.network.chat.contents with parameters of type CompilableStringModifierConstructorDescriptionNbtContents(CompilableString<NbtPathArgument.NbtPath> nbtPath, boolean interpreting, boolean plain, Optional<Component> separator, DataSource dataSource) Creates an instance of aNbtContentsrecord class.SelectorContents(CompilableString<EntitySelector> selector, Optional<Component> separator) Creates an instance of aSelectorContentsrecord class.Constructor parameters in net.minecraft.network.chat.contents with type arguments of type CompilableStringModifierConstructorDescriptionScoreContents(com.mojang.datafixers.util.Either<CompilableString<EntitySelector>, String> name, String objective) Creates an instance of aScoreContentsrecord class. -
Uses of CompilableString in net.minecraft.network.chat.contents.data
Fields in net.minecraft.network.chat.contents.data declared as CompilableStringModifier and TypeFieldDescriptionprivate final CompilableString<Coordinates> BlockDataSource.coordinatesThe field for thecoordinatesrecord component.private final CompilableString<EntitySelector> EntityDataSource.selectorThe field for theselectorrecord component.Fields in net.minecraft.network.chat.contents.data with type parameters of type CompilableStringModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CompilableString<Coordinates>> BlockDataSource.BLOCK_POS_CODECMethods in net.minecraft.network.chat.contents.data that return CompilableStringModifier and TypeMethodDescriptionBlockDataSource.coordinates()Returns the value of thecoordinatesrecord component.EntityDataSource.selector()Returns the value of theselectorrecord component.Constructors in net.minecraft.network.chat.contents.data with parameters of type CompilableStringModifierConstructorDescriptionBlockDataSource(CompilableString<Coordinates> coordinates) Creates an instance of aBlockDataSourcerecord class.EntityDataSource(CompilableString<EntitySelector> selector) Creates an instance of aEntityDataSourcerecord class. -
Uses of CompilableString in net.minecraft.util
Methods in net.minecraft.util that return types with arguments of type CompilableString