Uses of Interface
net.minecraft.commands.CommandSourceStack.NamesProvider
Packages that use CommandSourceStack.NamesProvider
-
Uses of CommandSourceStack.NamesProvider in net.minecraft.commands
Fields in net.minecraft.commands declared as CommandSourceStack.NamesProviderModifier and TypeFieldDescriptionstatic final CommandSourceStack.NamesProviderCommandSourceStack.NamesProvider.FOR_ENTITYprivate final CommandSourceStack.NamesProviderCommandSourceStack.namesProviderMethods in net.minecraft.commands that return CommandSourceStack.NamesProviderModifier and TypeMethodDescriptionConstructors in net.minecraft.commands with parameters of type CommandSourceStack.NamesProviderModifierConstructorDescriptionprivateCommandSourceStack(CommandSource source, Vec3 position, Vec2 rotation, ServerLevel level, PermissionSet permissions, CommandSourceStack.NamesProvider namesProvider, MinecraftServer server, @Nullable Entity entity) privateCommandSourceStack(CommandSource source, Vec3 position, Vec2 rotation, ServerLevel level, PermissionSet permissions, CommandSourceStack.NamesProvider namesProvider, MinecraftServer server, @Nullable Entity entity, boolean silent, CommandResultCallback resultCallback, EntityAnchorArgument.Anchor anchor, CommandSigningContext signingContext, TaskChainer chatMessageChainer)